diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-08-20 22:08:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 22:08:25 +0200 |
commit | 84180d99bc808795a1f91747436a42745ddececb (patch) | |
tree | 52070eed2d7619f1a33c40ff826c681fb6dc6e7f /docs/source/markdown/podman.1.md | |
parent | 386de7a1fbfef0c266e04f6471f9382a5d39a02f (diff) | |
parent | 4e31c8136dffd2272e49715b83fba092621ffd2a (diff) | |
download | podman-84180d99bc808795a1f91747436a42745ddececb.tar.gz podman-84180d99bc808795a1f91747436a42745ddececb.tar.bz2 podman-84180d99bc808795a1f91747436a42745ddececb.zip |
Merge pull request #7353 from rhatdan/v2.0
Cleanup handling of podman mount/unmount
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-rw-r--r-- | docs/source/markdown/podman.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index 01a054ff4..d5c844b8a 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -203,7 +203,7 @@ the exit codes follow the `chroot` standard, see below: | [podman-system(1)](podman-system.1.md) | Manage podman. | | [podman-tag(1)](podman-tag.1.md) | Add an additional name to a local image. | | [podman-top(1)](podman-top.1.md) | Display the running processes of a container. | -| [podman-umount(1)](podman-umount.1.md) | Unmount a working container's root filesystem. | +| [podman-unmount(1)](podman-unmount.1.md) | Unmount a working container's root filesystem. | | [podman-unpause(1)](podman-unpause.1.md) | Unpause one or more containers. | | [podman-unshare(1)](podman-unshare.1.md) | Run a command inside of a modified user namespace. | | [podman-untag(1)](podman-untag.1.md) | Removes one or more names from a locally-stored image. | |