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-images.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-images.1.md')
-rw-r--r-- | docs/source/markdown/podman-images.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-images.1.md b/docs/source/markdown/podman-images.1.md index 9ee62ef2b..23cce450a 100644 --- a/docs/source/markdown/podman-images.1.md +++ b/docs/source/markdown/podman-images.1.md @@ -36,7 +36,7 @@ Filter output based on conditions provided Filter on images created before the given IMAGE (name or tag). **dangling=true|false** - Show dangling images. Dangling images are a file system layer that was used in a previous build of an image and is no longer referenced by any active images. They are denoted with the <none> tag, consume disk space and serve no active purpose. + Show dangling images. Dangling images are a file system layer that was used in a previous build of an image and is no longer referenced by any active images. They are denoted with the `<none>` tag, consume disk space and serve no active purpose. **label** Filter by images labels key and/or value. @@ -191,4 +191,4 @@ docker.io/library/alpine latest 3fd9065eaf02 5 months ago 4.41 MB podman(1), containers-storage.conf(5) ## HISTORY -March 2017, Originally compiled by Dan Walsh <dwalsh@redhat.com> +March 2017, Originally compiled by Dan Walsh `<dwalsh@redhat.com>` |