summaryrefslogtreecommitdiff
path: root/docs/podman-volume.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2019-02-27 12:51:08 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2019-02-27 16:37:40 -0500
commitb4b7b298fcd444c04283093bde2ef4dff760f9ce (patch)
treed186be5fbddf981e0b9fb1f00fd85cf919fc8fd4 /docs/podman-volume.1.md
parentf1f26f444228381224581609a327f13158740923 (diff)
downloadpodman-b4b7b298fcd444c04283093bde2ef4dff760f9ce.tar.gz
podman-b4b7b298fcd444c04283093bde2ef4dff760f9ce.tar.bz2
podman-b4b7b298fcd444c04283093bde2ef4dff760f9ce.zip
Clean up man pages to match commands
Also add podman-commands.sh to compare man pages to commands. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/podman-volume.1.md')
-rw-r--r--docs/podman-volume.1.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/podman-volume.1.md b/docs/podman-volume.1.md
index ac32abbd6..77728b2b5 100644
--- a/docs/podman-volume.1.md
+++ b/docs/podman-volume.1.md
@@ -11,13 +11,16 @@ podman volume is a set of subcommands that manage volumes.
## SUBCOMMANDS
-| Subcommand | Description |
-| ------------------------------------------------- | ------------------------------------------------------------------------------ |
-| [podman-volume-create(1)](podman-volume-create.1.md) | Create a new volume. |
-| [podman-volume-inspect(1)](podman-volume-inspect.1.md) | Get detailed information on one or more volumes. |
-| [podman-volume-ls(1)](podman-volume-ls.1.md) | List all the available volumes. |
-| [podman-volume-rm(1)](podman-volume-rm.1.md) | Remove one or more volumes. |
-| [podman-volume-prune(1)](podman-volume-prune.1.md) | Remove all unused volumes. |
+| Command | Man Page | Description |
+| ------- | ------------------------------------------------------ | ------------------------------------------------------------------------------ |
+| create | [podman-volume-create(1)](podman-volume-create.1.md) | Create a new volume. |
+| inspect | [podman-volume-inspect(1)](podman-volume-inspect.1.md) | Get detailed information on one or more volumes. |
+| ls | [podman-volume-ls(1)](podman-volume-ls.1.md) | List all the available volumes. |
+| prune | [podman-volume-prune(1)](podman-volume-prune.1.md) | Remove all unused volumes. |
+| rm | [podman-volume-rm(1)](podman-volume-rm.1.md) | Remove one or more volumes. |
+
+## SEE ALSO
+podman(1)
## HISTORY
November 2018, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>