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-build.1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/source/markdown/podman-build.1.md') diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md index 29f763d54..61c05fdef 100644 --- a/docs/source/markdown/podman-build.1.md +++ b/docs/source/markdown/podman-build.1.md @@ -394,7 +394,7 @@ Name of the manifest list to which the image will be added. Creates the manifest if it does not exist. This option is useful for building multi architecture images. #### **--memory**, **-m**=*LIMIT* -Memory limit (format: [], where unit = b (bytes), k (kilobytes), +Memory limit (format: `[]`, where unit = b (bytes), k (kilobytes), m (megabytes), or g (gigabytes)) Allows you to constrain the memory available to a container. If the host @@ -944,11 +944,11 @@ useradd to stop creating the lastlog file. podman(1), buildah(1), containers-registries.conf(5), crun(8), runc(8), useradd(8), podman-ps(1), podman-rm(1) ## HISTORY -Aug 2020, Additional options and .dockerignore added by Dan Walsh +Aug 2020, Additional options and .dockerignore added by Dan Walsh `` -May 2018, Minor revisions added by Joe Doss +May 2018, Minor revisions added by Joe Doss `` -December 2017, Originally compiled by Tom Sweeney +December 2017, Originally compiled by Tom Sweeney `` ## FOOTNOTES 1: The Podman project is committed to inclusivity, a -- cgit v1.2.3-54-g00ecf