summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/runsv.84
-rw-r--r--man/runsvchdir.84
-rw-r--r--man/sv.84
-rw-r--r--man/utmpset.82
4 files changed, 7 insertions, 7 deletions
diff --git a/man/runsv.8 b/man/runsv.8
index 53f1b1b..7c5abfc 100644
--- a/man/runsv.8
+++ b/man/runsv.8
@@ -157,9 +157,9 @@ This command is ignored if it is given to
 .IR service /log/supervise/control.
 .P
 Example: to send a TERM signal to the socklog-unix service, either do
-  # sv term /var/service/socklog-unix
+  # sv term /service/socklog-unix
  or
-  # printf t >/var/service/socklog-unix/supervise/control
+  # printf t >/service/socklog-unix/supervise/control
 .P
 .BR printf (1)
 usually blocks if no
diff --git a/man/runsvchdir.8 b/man/runsvchdir.8
index 793d653..f7f94dc 100644
--- a/man/runsvchdir.8
+++ b/man/runsvchdir.8
@@ -27,13 +27,13 @@ with a symlink pointing to
 .IR dir .
 .P
 Normally 
-.I /var/service
+.I /service
 is a symlink to
 .IR current ,
 and
 .BR runsvdir (8)
 is running
-.IR /var/service/ .
+.IR /service/ .
 .SH EXIT CODES
 .B runsvchdir
 prints an error message and exits 111 on error.
diff --git a/man/sv.8 b/man/sv.8
index 9de05e4..cbce14e 100644
--- a/man/sv.8
+++ b/man/sv.8
@@ -30,7 +30,7 @@ If
 .I service
 doesn't start with a dot or slash and doesn't end with a slash, it is
 searched in the default services directory
-.IR /var/service/ ,
+.IR /service/ ,
 otherwise relative to the current directory.
 .P
 .I command
@@ -217,7 +217,7 @@ This option implies
 .TP
 .B SVDIR
 The environment variable $SVDIR overrides the default services directory
-.IR /var/service/ .
+.IR /service/ .
 .TP
 .B SVWAIT
 The environment variable $SVWAIT overrides the default 7 seconds to wait
diff --git a/man/utmpset.8 b/man/utmpset.8
index c93fe83..4f9b4ef 100644
--- a/man/utmpset.8
+++ b/man/utmpset.8
@@ -34,7 +34,7 @@ to the
 .I finish
 scripts, e.g.:
 .P
- $ cat /var/service/getty-5/finish
+ $ cat /service/getty-5/finish
  #!/bin/sh
  exec utmpset \-w tty5
  $