diff options
author | Ed Santiago <santiago@redhat.com> | 2021-09-16 15:30:54 -0600 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-09-22 16:18:58 -0400 |
commit | 79966def80554012f6e559a39e372429f7adbb21 (patch) | |
tree | 45ee734df85a3daefc1d65eaeec34d8da12b058c /docs/source/markdown/podman-inspect.1.md | |
parent | be15a01c5e636d105d638c958a69420a21ac7ff4 (diff) | |
download | podman-79966def80554012f6e559a39e372429f7adbb21.tar.gz podman-79966def80554012f6e559a39e372429f7adbb21.tar.bz2 podman-79966def80554012f6e559a39e372429f7adbb21.zip |
[CI:DOCS] markdown cleanup
* podman-inspect: make references be live links, not a static
list. Also, remove container- and image-inspect, because
those are NOPs.
* podman-pull: add a missing right-paren
* podman-search, podman: remove unwanted indentation from
some file descriptions. Markdown indentation renders as
one very very long line, requiring the user to use a
horizontal scroll bar to read the text. I searched
using grep '^ ' and eyeball-looking for text that
doesn't look like one-line code examples, and see
no more, but eyeball checks are fragile.
One bug remains: MyST renders mailto: links uglily. I can find
no way to fix this other than patching the source code.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-inspect.1.md')
-rw-r--r-- | docs/source/markdown/podman-inspect.1.md | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/source/markdown/podman-inspect.1.md b/docs/source/markdown/podman-inspect.1.md index bfd0cea3d..ae26c1bbb 100644 --- a/docs/source/markdown/podman-inspect.1.md +++ b/docs/source/markdown/podman-inspect.1.md @@ -13,14 +13,10 @@ all results in a JSON array. If the inspect type is all, the order of inspection So, if a container has the same name as an image, then the container JSON will be returned, and so on. If a format is specified, the given template will be executed for each result. -For more inspection options, see: - - podman container inspect - podman image inspect - podman network inspect - podman pod inspect - podman volume inspect - +For more inspection options, see also +[podman-network-inspect(1)](podman-network-inspect.1.md), +[podman-pod-inspect(1)](podman-pod-inspect.1.md), and +[podman-volume-inspect(1)](podman-volume-inspect.1.md). ## OPTIONS |