From 183ed100a6665e55855abd726800c7767b352618 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Mon, 27 Oct 2025 15:41:55 -0500 Subject: [PATCH] Escape periods in path Unescaped periods in things like paths in tables can trigger failed man page builds. Signed-off-by: Brent Baude --- docs/source/markdown/podman-systemd.unit.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-systemd.unit.5.md b/docs/source/markdown/podman-systemd.unit.5.md index e7a149ab4f..21b6389f70 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -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 |