diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-08-02 14:41:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 14:41:59 -0400 |
commit | d55445d77f8eec5b91cc5d644e97e15f88b2f917 (patch) | |
tree | 5e56299a29e9f85cd3e302d6e3245fee20d4fc6f /docs/podman-varlink.1.md | |
parent | 126a97af8288f2ddfbb0d70938e38147307ca459 (diff) | |
parent | 995ab8391d8f689942d937ff6bce59dd86833d29 (diff) | |
download | podman-d55445d77f8eec5b91cc5d644e97e15f88b2f917.tar.gz podman-d55445d77f8eec5b91cc5d644e97e15f88b2f917.tar.bz2 podman-d55445d77f8eec5b91cc5d644e97e15f88b2f917.zip |
Merge pull request #1202 from rhatdan/man
Man page fixes found by https://pagure.io/ManualPageScan
Diffstat (limited to 'docs/podman-varlink.1.md')
-rw-r--r-- | docs/podman-varlink.1.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/podman-varlink.1.md b/docs/podman-varlink.1.md index 1e63ddec3..d53457e22 100644 --- a/docs/podman-varlink.1.md +++ b/docs/podman-varlink.1.md @@ -26,13 +26,13 @@ second. A value of `0` means no timeout and the session will not expire. Run the podman varlink service manually and accept the default timeout. ``` -$ podman varlink unix:/run/podman/io.projectatomic.podman +# podman varlink unix:/run/podman/io.projectatomic.podman ``` Run the podman varlink service manually with a 5 second timeout. ``` -$ podman varlink --timeout 5000 unix:/run/podman/io.projectatomic.podman +# podman varlink --timeout 5000 unix:/run/podman/io.projectatomic.podman ``` ## CONFIGURATION @@ -40,9 +40,11 @@ $ podman varlink --timeout 5000 unix:/run/podman/io.projectatomic.podman Users of the podman varlink service should enable the _io.projectatomic.podman.socket_ and _io.projectatomic.podman.service_. This is the preferred method for running the varlink service. -You can do this via systemctl +You can do this via systemctl. -systemctl enable --now io.projectatomic.podman.socket +``` +# systemctl enable --now io.projectatomic.podman.socket +``` ## SEE ALSO podman(1), systemctl(1) |