diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2018-08-30 11:24:06 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-30 16:51:56 +0000 |
commit | 1243bfa6f14ed6cfb21e7db965e52bb7ddafd1f0 (patch) | |
tree | 58b0b1e5341b0617a5d65663aac2663afade7d55 /docs/podman-run.1.md | |
parent | 3f6426aeec0fae9e6aac7aa5c5c94600c5fe3ff9 (diff) | |
download | podman-1243bfa6f14ed6cfb21e7db965e52bb7ddafd1f0.tar.gz podman-1243bfa6f14ed6cfb21e7db965e52bb7ddafd1f0.tar.bz2 podman-1243bfa6f14ed6cfb21e7db965e52bb7ddafd1f0.zip |
docs: consistent headings
Base heading is level 2, which is identical to the level 1. However
level 3 will be indendet which is used a lot in the `## EXAMPLES`
sections.
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Closes: #1375
Approved by: rhatdan
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 670c9760c..1dbb7814e 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -738,7 +738,7 @@ The default working directory for running binaries within a container is the roo The image developer can set a different default with the WORKDIR instruction. The operator can override the working directory by using the **-w** option. -# Exit Status +## Exit Status The exit code from `podman run` gives information about why the container failed to run or why it exited. When `podman run` exits with a non-zero code, |