summaryrefslogtreecommitdiff
path: root/pkg/api
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-07 15:06:17 -0500
committerGitHub <noreply@github.com>2021-01-07 15:06:17 -0500
commit6c132b78f1338c01f60f0fd509710813e2832550 (patch)
tree029911e38ed5dce8ae9fc33651425e1adff485a9 /pkg/api
parent3cf41c4a7349d2f2529ce94801de2de9898ae27f (diff)
parentd9ebbbfe5b6a22e61091fe764ae2875aa0bf8064 (diff)
downloadpodman-6c132b78f1338c01f60f0fd509710813e2832550.tar.gz
podman-6c132b78f1338c01f60f0fd509710813e2832550.tar.bz2
podman-6c132b78f1338c01f60f0fd509710813e2832550.zip
Merge pull request #8771 from rhatdan/run
Switch references of /var/run -> /run
Diffstat (limited to 'pkg/api')
-rw-r--r--pkg/api/server/docs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/api/server/docs.go b/pkg/api/server/docs.go
index 1aaf31117..a99fefd7b 100644
--- a/pkg/api/server/docs.go
+++ b/pkg/api/server/docs.go
@@ -13,7 +13,7 @@
// You can then use cURL on the socket using requests documented below.
//
// NOTE: if you install the package podman-docker, it will create a symbolic
-// link for /var/run/docker.sock to /run/podman/podman.sock
+// link for /run/docker.sock to /run/podman/podman.sock
//
// See podman-service(1) for more information.
//