aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-system-service.1.md
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2020-06-15 09:06:56 -0700
committerJhon Honce <jhonce@redhat.com>2020-06-15 11:41:57 -0700
commit2e22e18afbaba175a0328b0d70ca4d6bb15c441e (patch)
tree8b0cf532379ba1e6334bcac092daa5333517c3e2 /docs/source/markdown/podman-system-service.1.md
parent2c7b39ddb8961bf547a36420407adb461dd4c227 (diff)
downloadpodman-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-system-service.1.md')
-rw-r--r--docs/source/markdown/podman-system-service.1.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md
index 48e595641..3ae414f7a 100644
--- a/docs/source/markdown/podman-system-service.1.md
+++ b/docs/source/markdown/podman-system-service.1.md
@@ -31,13 +31,8 @@ Run an API listening for 5 seconds using the default socket.
podman system service --timeout 5000
```
-Run the podman varlink service with an alternate URI and accept the default timeout.
-```
-$ podman system service --varlink unix:/tmp/io.podman
-```
-
## SEE ALSO
-podman(1), podman-varlink(1)
+podman(1), podman-system-service(1), podman-system-connection(1)
## HISTORY
January 2020, Originally compiled by Brent Baude<bbaude@redhat.com>