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.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.1.md')
-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 9b3abeb7d..057ba95bb 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -6,7 +6,7 @@ podman - Simple management tool for containers and images ## SYNOPSIS **podman** [*options*] *command* -# DESCRIPTION +## DESCRIPTION podman is a simple client only tool to help with debugging issues when daemons such as CRI runtime and the kubelet are not responding or failing. A shared API layer could be created to share code between the daemon and podman. podman does not |