Escape periods in path

Unescaped periods in things like paths in tables can trigger failed man
page builds.

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude
2025-10-27 15:41:55 -05:00
parent 68417eef96
commit 183ed100a6

View File

@@ -1730,7 +1730,7 @@ Valid options for `[Build]` are listed below:
| ForceRM=false | --force-rm=false |
| GlobalArgs=--log-level=debug | --log-level=debug |
| GroupAdd=keep-groups | --group-add=keep-groups |
| IgnoreFile=/path/to/.customignore | --ignorefile=/path/to/.customignore |
| IgnoreFile=/path/to/\.customignore | --ignorefile=/path/to/\.customignore |
| ImageTag=localhost/imagename | --tag=localhost/imagename |
| Label=label | --label=label |
| Network=host | --network=host |