diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-19 16:38:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 16:38:34 -0500 |
commit | 37470c4d200c5cde2f8e233dbaa6d200d94919cc (patch) | |
tree | 44a54612b3616c227331f1f241c987c0d19161d0 /docs/source/markdown/podman-build.1.md | |
parent | d99e475dd71f21ac5155d4b4b4bfef5101e55a85 (diff) | |
parent | 37abec240a5f9c0165aa074bb6a58eea1fc665c5 (diff) | |
download | podman-37470c4d200c5cde2f8e233dbaa6d200d94919cc.tar.gz podman-37470c4d200c5cde2f8e233dbaa6d200d94919cc.tar.bz2 podman-37470c4d200c5cde2f8e233dbaa6d200d94919cc.zip |
Merge pull request #9023 from edsantiago/fix_gomd2man_warnings
[CI:DOCS] fix go-md2man HTMLSpan warnings
Diffstat (limited to 'docs/source/markdown/podman-build.1.md')
-rw-r--r-- | docs/source/markdown/podman-build.1.md | 8 |
1 files changed, 4 insertions, 4 deletions
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: <number>[<unit>], where unit = b (bytes), k (kilobytes), +Memory limit (format: `<number>[<unit>]`, 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 <dwalsh@redhat.com> +Aug 2020, Additional options and .dockerignore added by Dan Walsh `<dwalsh@redhat.com>` -May 2018, Minor revisions added by Joe Doss <joe@solidadmin.com> +May 2018, Minor revisions added by Joe Doss `<joe@solidadmin.com>` -December 2017, Originally compiled by Tom Sweeney <tsweeney@redhat.com> +December 2017, Originally compiled by Tom Sweeney `<tsweeney@redhat.com>` ## FOOTNOTES <a name="Footnote1">1</a>: The Podman project is committed to inclusivity, a |