summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-system-service.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-05-06 10:36:59 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-05-07 09:00:35 -0400
commitbdbce9bcb1e11a982c38bf917805b714f7d78678 (patch)
tree70522881dc9cccbbba702d230e963642fa8cd523 /docs/source/markdown/podman-system-service.1.md
parent44184167e495a64f1a565a2bc2cccb6b5bc56eaa (diff)
downloadpodman-bdbce9bcb1e11a982c38bf917805b714f7d78678.tar.gz
podman-bdbce9bcb1e11a982c38bf917805b714f7d78678.tar.bz2
podman-bdbce9bcb1e11a982c38bf917805b714f7d78678.zip
Add documentation on short-names
Once we settle on the wording for short-names in podman-pull, I will add the same section to all of the podman commands that use pull. Also ran through all man pages with a spell checker. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-system-service.1.md')
-rw-r--r--docs/source/markdown/podman-system-service.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md
index 5ad4eff5b..fddcece60 100644
--- a/docs/source/markdown/podman-system-service.1.md
+++ b/docs/source/markdown/podman-system-service.1.md
@@ -9,7 +9,7 @@ podman\-system\-service - Run an API service
## DESCRIPTION
The **podman system service** command creates a listening service that will answer API calls for Podman. You may
optionally provide an endpoint for the API in URI form. For example, *unix:///tmp/foobar.sock* or *tcp:localhost:8080*.
-If no endpoint is provided, defaults will be used. The default endpoint for a rootful
+If no endpoint is provided, defaults will be used. The default endpoint for a rootfull
service is *unix:///run/podman/podman.sock* and rootless is *unix://$XDG_RUNTIME_DIR/podman/podman.sock* (for
example *unix:///run/user/1000/podman/podman.sock*)