diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-04-26 09:21:11 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-26 13:46:14 +0000 |
commit | 99d180efccf17211978feeb5229b8332998b1f33 (patch) | |
tree | 821e53e9b32ae74a154fe7abb9acb94262cd7fba /docs/podman-diff.1.md | |
parent | cc03743c0fd9d698a58e52d59cc7d9b0396b8e74 (diff) | |
download | podman-99d180efccf17211978feeb5229b8332998b1f33.tar.gz podman-99d180efccf17211978feeb5229b8332998b1f33.tar.bz2 podman-99d180efccf17211978feeb5229b8332998b1f33.zip |
Modify man pages so they compile correctly in mandb
This fixes an issue where if you did
man -k podman-run
podman-run (1) - (unknown subject)
Now you will see
man -k podman-run
podman-run (1) - Run a command in a new container
More importantly
man -k containers | grep podman
podman (1) - Simple management tool for containers and images
podman-kill (1) - Kills one or more containers with a signal
podman-pause (1) - Pause one or more containers
podman-ps (1) - Prints out information about containers
podman-rm (1) - Remove one or more containers
podman-start (1) - Start one or more containers
podman-stats (1) - Display a live stream of 1 or more containers' resource usage statistics
podman-stop (1) - Stop one or more containers
podman-unpause (1) - Unpause one or more containers
podman-wait (1) - Waits on one or more containers to stop and prints exit code
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #676
Approved by: mheon
Diffstat (limited to 'docs/podman-diff.1.md')
-rw-r--r-- | docs/podman-diff.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-diff.1.md b/docs/podman-diff.1.md index a673c85c6..f17949435 100644 --- a/docs/podman-diff.1.md +++ b/docs/podman-diff.1.md @@ -3,7 +3,7 @@ # podman-diff "1" "August 2017" "podman" ## NAME -podman diff - Inspect changes on a container or image's filesystem +podman\-diff - Inspect changes on a container or image's filesystem ## SYNOPSIS **podman** **diff** [*options* [...]] NAME |