diff options
author | Paul W. Frields <stickster@gmail.com> | 2018-10-17 14:34:35 -0400 |
---|---|---|
committer | Paul W. Frields <stickster@gmail.com> | 2018-10-18 14:22:24 -0400 |
commit | a7a3a5ca2a40c6b93e99867d1286a19bb979dc5a (patch) | |
tree | 9cd1f242ce0ecd5826444747579488eea387685b | |
parent | a75a888640efcbecdf80caac3004957d6b0752ed (diff) | |
download | podman-a7a3a5ca2a40c6b93e99867d1286a19bb979dc5a.tar.gz podman-a7a3a5ca2a40c6b93e99867d1286a19bb979dc5a.tar.bz2 podman-a7a3a5ca2a40c6b93e99867d1286a19bb979dc5a.zip |
Fix trivial missing markup in manpage
Signed-off-by: Paul W. Frields <stickster@gmail.com>
-rw-r--r-- | docs/podman.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index 3a0943d6b..81b201940 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -73,7 +73,7 @@ Print the version ## Exit Status -The exit code from `podman gives information about why the container +The exit code from `podman` gives information about why the container failed to run or why it exited. When `podman` commands exit with a non-zero code, the exit codes follow the `chroot` standard, see below: |