diff options
author | Jordan Christiansen <xordspar0@gmail.com> | 2020-10-15 10:24:16 -0500 |
---|---|---|
committer | Jordan Christiansen <xordspar0@gmail.com> | 2020-10-16 15:06:33 -0500 |
commit | 88bc133dac15faec73dfdaffc9d9de21790e3d36 (patch) | |
tree | 0f583290d533aa48a1b6e41c61abd31d40887ca7 /docs/source/markdown/podman-pod-exists.1.md | |
parent | 9f98b3447c7a1c34d328a387993722e4e7113cd2 (diff) | |
download | podman-88bc133dac15faec73dfdaffc9d9de21790e3d36.tar.gz podman-88bc133dac15faec73dfdaffc9d9de21790e3d36.tar.bz2 podman-88bc133dac15faec73dfdaffc9d9de21790e3d36.zip |
Make man page headings more consistent
Signed-off-by: Jordan Christiansen <xordspar0@gmail.com>
Diffstat (limited to 'docs/source/markdown/podman-pod-exists.1.md')
-rw-r--r-- | docs/source/markdown/podman-pod-exists.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-pod-exists.1.md b/docs/source/markdown/podman-pod-exists.1.md index cf2852934..4c8714341 100644 --- a/docs/source/markdown/podman-pod-exists.1.md +++ b/docs/source/markdown/podman-pod-exists.1.md @@ -12,7 +12,7 @@ of the pod may be used as input. Podman will return an exit code of `0` when the pod is found. A `1` will be returned otherwise. An exit code of `125` indicates there was an issue accessing the local storage. -## Examples ## +## EXAMPLES Check if a pod called `web` exists in local storage (the pod does actually exist). ``` |