aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXavier Krantz <xakraz@gmail.com>2018-11-11 07:44:18 +0100
committerXavier Krantz <xakraz@gmail.com>2018-11-11 07:44:41 +0100
commitc8c174aaca6455a31eb84e57bf822312e5634783 (patch)
tree6f673f91359c43d096a751c08a34be70a8497007 /docs
parent78e6d8e7d70d431ccf096dee0f8eadb1c9b2967b (diff)
downloadpodman-c8c174aaca6455a31eb84e57bf822312e5634783.tar.gz
podman-c8c174aaca6455a31eb84e57bf822312e5634783.tar.bz2
podman-c8c174aaca6455a31eb84e57bf822312e5634783.zip
docs: Fix duplicated entry for pod-container-unmount
Signed-off-by: Xavier Krantz <xakraz@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-container.1.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/podman-container.1.md b/docs/podman-container.1.md
index eac3343d5..67d42bfef 100644
--- a/docs/podman-container.1.md
+++ b/docs/podman-container.1.md
@@ -38,7 +38,6 @@ The container command allows you to manage containers
| stop | [podman-stop(1)](podman-stop.1.md) | Stop one or more running containers. |
| top | [podman-top(1)](podman-top.1.md) | Display the running processes of a container. |
| umount | [podman-umount(1)](podman-umount.1.md) | Unmount a working container's root filesystem. |
-| unmount | [podman-umount(1)](podman-umount.1.md) | Unmount a working container's root filesystem. |
| unpause | [podman-unpause(1)](podman-unpause.1.md) | Unpause one or more containers. |
| wait | [podman-wait(1)](podman-wait.1.md) | Wait on one or more containers to stop and print their exit codes. |