Skip to content

Commit 183ed10

Browse files
committed
Escape periods in path
Unescaped periods in things like paths in tables can trigger failed man page builds. Signed-off-by: Brent Baude <[email protected]>
1 parent 68417ee commit 183ed10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/markdown/podman-systemd.unit.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@ Valid options for `[Build]` are listed below:
17301730
| ForceRM=false | --force-rm=false |
17311731
| GlobalArgs=--log-level=debug | --log-level=debug |
17321732
| GroupAdd=keep-groups | --group-add=keep-groups |
1733-
| IgnoreFile=/path/to/.customignore | --ignorefile=/path/to/.customignore |
1733+
| IgnoreFile=/path/to/\.customignore | --ignorefile=/path/to/\.customignore |
17341734
| ImageTag=localhost/imagename | --tag=localhost/imagename |
17351735
| Label=label | --label=label |
17361736
| Network=host | --network=host |

0 commit comments

Comments
 (0)