From 89939dea907e652e0de7523f825f00fea03192a6 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 15 Dec 2022 11:14:48 +0100 Subject: [PATCH] [CI:DOCS] podman-mount: s/umount/unmount/ Fix a typo to link to the correct man page of `podman-unmount`. Fixes: #16844 Signed-off-by: Valentin Rothberg --- commands-demo.md | 2 +- docs/source/markdown/podman-mount.1.md.in | 2 +- transfer.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands-demo.md b/commands-demo.md index 6ff670a31e..8bb5c54f9f 100644 --- a/commands-demo.md +++ b/commands-demo.md @@ -97,7 +97,7 @@ | [podman-system-renumber(1)](https://podman.readthedocs.io/en/latest/markdown/podman-system-renumber.1.html) | Migrate lock numbers to handle a change in maximum number of locks | | [podman-tag(1)](https://podman.readthedocs.io/en/latest/markdown/podman-tag.1.html) | Add an additional name to a local image | [![...](/docs/source/markdown/play.png)](https://asciinema.org/a/133803) | | [podman-top(1)](https://podman.readthedocs.io/en/latest/markdown/podman-top.1.html) | Display the running processes of a container | -| [podman-umount(1)](https://podman.readthedocs.io/en/latest/markdown/podman-umount.1.html) | Unmount a working container's root filesystem | +| [podman-unmount(1)](https://podman.readthedocs.io/en/latest/markdown/podman-unmount.1.html) | Unmount a working container's root filesystem | | [podman-unpause(1)](https://podman.readthedocs.io/en/latest/markdown/podman-unpause.1.html) | Unpause one or more containers | [![...](/docs/source/markdown/play.png)](https://podman.io/asciinema/podman/pause_unpause/) | [Here](https://github.com/containers/Demos/blob/master/podman_cli/podman_pause_unpause.sh) | | [podman-unshare(1)](https://podman.readthedocs.io/en/latest/markdown/podman-unshare.1.html) | Run a command inside of a modified user namespace | | [podman-version(1)](https://podman.readthedocs.io/en/latest/markdown/podman-version.1.html) | Display the Podman version information | diff --git a/docs/source/markdown/podman-mount.1.md.in b/docs/source/markdown/podman-mount.1.md.in index 73a13eaa60..cf9daf311e 100644 --- a/docs/source/markdown/podman-mount.1.md.in +++ b/docs/source/markdown/podman-mount.1.md.in @@ -68,4 +68,4 @@ a7060253093b /var/lib/containers/storage/overlay/0ff7d7ca68bed1ace424f9df154d2dd ``` ## SEE ALSO -**[podman(1)](podman.1.md)**, **[podman-umount(1)](podman-umount.1.md)**, **[podman-unshare(1)](podman-unshare.1.md)**, **mount(8)** +**[podman(1)](podman.1.md)**, **[podman-unmount(1)](podman-unmount.1.md)**, **[podman-unshare(1)](podman-unshare.1.md)**, **mount(8)** diff --git a/transfer.md b/transfer.md index e1bceb2aff..24128e5622 100644 --- a/transfer.md +++ b/transfer.md @@ -194,7 +194,7 @@ The following podman commands do not have a Docker equivalent: * [`podman system renumber`](./docs/source/markdown/podman-system-connection-renumber.1.md) * [`podman system reset`](./docs/source/markdown/podman-system-connection-reset.1.md) * [`podman system service`](./docs/source/markdown/podman-system-connection-service.1.md) -* [`podman umount`](./docs/source/markdown/podman-umount.1.md) +* [`podman unmount`](./docs/source/markdown/podman-unmount.1.md) * [`podman unshare`](./docs/source/markdown/podman-unshare.1.md) * [`podman untag`](./docs/source/markdown/podman-untag.1.md) * [`podman volume exists`](./docs/source/markdown/podman-volume-exists.1.md)