summaryrefslogtreecommitdiff
path: root/docs/podman-container.1.md
diff options
context:
space:
mode:
authorRyan Whalen <rj.whalen@gmail.com>2019-08-30 10:09:50 -0400
committerRyan Whalen <rj.whalen@gmail.com>2019-08-30 12:00:19 -0400
commite35a5a674db5b1369b6c295d8f694ad4694eab8e (patch)
treec297f002c237f27812a35023550fe9d89cdce221 /docs/podman-container.1.md
parent8ba21acd459069cd53b492d46736b85c3436296b (diff)
downloadpodman-e35a5a674db5b1369b6c295d8f694ad4694eab8e.tar.gz
podman-e35a5a674db5b1369b6c295d8f694ad4694eab8e.tar.bz2
podman-e35a5a674db5b1369b6c295d8f694ad4694eab8e.zip
Fix formatting and enable hack/man-page-checker
Signed-off-by: Ryan Whalen <rj.whalen@gmail.com>
Diffstat (limited to 'docs/podman-container.1.md')
-rw-r--r--docs/podman-container.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-container.1.md b/docs/podman-container.1.md
index eb53149bd..4ea7c7acc 100644
--- a/docs/podman-container.1.md
+++ b/docs/podman-container.1.md
@@ -14,8 +14,8 @@ The container command allows you to manage containers
| Command | Man Page | Description |
| --------- | --------------------------------------------------- | ---------------------------------------------------------------------------- |
| attach | [podman-attach(1)](podman-attach.1.md) | Attach to a running container. |
-| checkpoint | [podman-container-checkpoint(1)](podman-container-checkpoint.1.md) | Checkpoints one or more containers. |
-| cleanup | [podman-container-cleanup(1)](podman-container-cleanup.1.md) | Cleanup containers network and mountpoints. |
+| checkpoint | [podman-container-checkpoint(1)](podman-container-checkpoint.1.md) | Checkpoints one or more running containers. |
+| cleanup | [podman-container-cleanup(1)](podman-container-cleanup.1.md) | Cleanup the container's network and mountpoints. |
| commit | [podman-commit(1)](podman-commit.1.md) | Create new image based on the changed container. |
| cp | [podman-cp(1)](podman-cp.1.md) | Copy files/folders between a container and the local filesystem. |
| create | [podman-create(1)](podman-create.1.md) | Create a new container. |