From 37abec240a5f9c0165aa074bb6a58eea1fc665c5 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 19 Jan 2021 08:58:09 -0700 Subject: [CI:DOCS] fix go-md2man HTMLSpan warnings I'm tired of seeing these every time I run 'make': WARNING: go-md2man does not handle node type HTMLSpan Cause: left-angle-brackets ( < ) in document source Solution: 1) backquote-escape those that need to be shown, usually ones referring to an argument or email address; or 2) Actual HTML ( and ) which are meant to be shown in generated HTML docs but can't be shown in man pages, we filter out via a sed expression. Signed-off-by: Ed Santiago --- docs/source/markdown/podman-run.1.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/source/markdown/podman-run.1.md') diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 74c231184..89f05c308 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -1632,15 +1632,15 @@ NOTE: Use the environment variable `TMPDIR` to change the temporary storage loca **podman-generate-systemd**(1) **podman-rm**(1), **subgid**(5), **subuid**(5), **containers.conf**(5), **systemd.unit**(5), **setsebool**(8), **slirp4netns**(1), **fuse-overlayfs**(1), **proc**(5)**. ## HISTORY -September 2018, updated by Kunal Kushwaha +September 2018, updated by Kunal Kushwaha `` -October 2017, converted from Docker documentation to Podman by Dan Walsh for Podman +October 2017, converted from Docker documentation to Podman by Dan Walsh for Podman `` -November 2015, updated by Sally O'Malley +November 2015, updated by Sally O'Malley `` -June 2014, updated by Sven Dowideit +June 2014, updated by Sven Dowideit `` -April 2014, Originally compiled by William Henry based on docker.com source material and internal work. +April 2014, Originally compiled by William Henry `` based on docker.com source material and internal work. ## FOOTNOTES 1: The Podman project is committed to inclusivity, a core value of open source. The `master` and `slave` mount propagation terminology used here is problematic and divisive, and should be changed. However, these terms are currently used within the Linux kernel and must be used as-is at this time. When the kernel maintainers rectify this usage, Podman will follow suit immediately. -- cgit v1.2.3-54-g00ecf