diff options
author | Jhon Honce <jhonce@redhat.com> | 2020-06-15 09:06:56 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2020-06-15 11:41:57 -0700 |
commit | 2e22e18afbaba175a0328b0d70ca4d6bb15c441e (patch) | |
tree | 8b0cf532379ba1e6334bcac092daa5333517c3e2 /docs/source/markdown/podman.1.md | |
parent | 2c7b39ddb8961bf547a36420407adb461dd4c227 (diff) | |
download | podman-2e22e18afbaba175a0328b0d70ca4d6bb15c441e.tar.gz podman-2e22e18afbaba175a0328b0d70ca4d6bb15c441e.tar.bz2 podman-2e22e18afbaba175a0328b0d70ca4d6bb15c441e.zip |
Add deprecated message to varlink command
* Remove varlink references from the man pages
* Fix signature for extractTarFile()
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-rw-r--r-- | docs/source/markdown/podman.1.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index 8dc486b65..2f338452c 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -207,7 +207,6 @@ the exit codes follow the `chroot` standard, see below: | [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. | -| [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) | Simple management tool for volumes. | | [podman-wait(1)](podman-wait.1.md) | Wait on one or more containers to stop and print their exit codes. | |