diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-03 14:51:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-03 14:51:20 +0200 |
commit | 7c465d4d9738f25546d61b915d63bf8fff0ed14d (patch) | |
tree | 99a6bd658f66c4da8c8918d8334bb90bcae51815 | |
parent | 176a41c355bdc567978f4417e5bd2d3c7cdce914 (diff) | |
parent | 39e4f53e6ac4821c1b9d6ae7903e51647dfc528b (diff) | |
download | podman-7c465d4d9738f25546d61b915d63bf8fff0ed14d.tar.gz podman-7c465d4d9738f25546d61b915d63bf8fff0ed14d.tar.bz2 podman-7c465d4d9738f25546d61b915d63bf8fff0ed14d.zip |
Merge pull request #3250 from marcusmueller/podman_man_page_mixup
Manpage: fix podman-varlink and -version mixup
-rw-r--r-- | docs/podman.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index ff942a3c4..b51cdb854 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -177,8 +177,8 @@ the exit codes follow the `chroot` standard, see below: | [podman-umount(1)](podman-umount.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-version(1)](podman-varlink.1.md) | Runs the varlink backend interface. | -| [podman-varlink(1)](podman-version.1.md) | Display the Podman version information. | +| [podman-varlink(1)](podman-varlink.1.md) | Runs the varlink backend interface. | +| [podman-version(1)](podman-version.1.md) | Display the Podman version information. | | [podman-volume(1)](podman-volume.1.md) | Manage Volumes. | | [podman-wait(1)](podman-wait.1.md) | Wait on one or more containers to stop and print their exit codes. | |