From 99d180efccf17211978feeb5229b8332998b1f33 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 26 Apr 2018 09:21:11 -0400 Subject: 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 Closes: #676 Approved by: mheon --- docs/podman-mount.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/podman-mount.1.md') diff --git a/docs/podman-mount.1.md b/docs/podman-mount.1.md index d02d9c0be..674d65a89 100644 --- a/docs/podman-mount.1.md +++ b/docs/podman-mount.1.md @@ -3,7 +3,7 @@ # podman-mount "1" "July 2017" "podman" ## NAME -podman mount - Mount a working container's root filesystem +podman\-mount - Mount a working container's root filesystem ## SYNOPSIS **podman** **mount** -- cgit v1.2.3-54-g00ecf