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/libpod.conf.5.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/libpod.conf.5.md')
-rw-r--r-- | docs/libpod.conf.5.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libpod.conf.5.md b/docs/libpod.conf.5.md index 7ec5e9782..e544716a3 100644 --- a/docs/libpod.conf.5.md +++ b/docs/libpod.conf.5.md @@ -1,13 +1,13 @@ % libpod.conf(5) -# NAME +## NAME libpod.conf - libpod configuration file -# DESCRIPTION +## DESCRIPTION The libpod.conf file is the default configuration file for all tools using libpod to manage containers. -# OPTIONS +## OPTIONS **image_default_transport**="" Default transport method for pulling and pushing images @@ -45,7 +45,7 @@ libpod to manage containers. **cni_plugin_dir**="" Directories where CNI plugin binaries may be located -# FILES +## FILES /etc/containers/libpod.conf, default libpod configuration path ## HISTORY |