diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/runsvchdir.8 | 8 | ||||
-rw-r--r-- | man/runsvdir.8 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/man/runsvchdir.8 b/man/runsvchdir.8 index 8e54cad..499703e 100644 --- a/man/runsvchdir.8 +++ b/man/runsvchdir.8 @@ -1,12 +1,12 @@ .TH runsvchdir 8 .SH NAME -runsvchdir \- change service directory of runsvdir(8) +runsvchdir \- change services directory of runsvdir(8) .SH SYNOPSIS .B runsvchdir .I dir .SH DESCRIPTION .I dir -is a directory for the use with +is a services directory for the use with .BR runsvdir (8). If .I dir @@ -16,7 +16,7 @@ must not start with a dot. .P .B runsvchdir switches to the directory -.IR /etc/runit/runsvdir , +.IR /etc/runit/runsvdir/ , copies .I current to @@ -33,7 +33,7 @@ is a symlink to and .BR runsvdir (8) is running -.IR /var/service . +.IR /var/service/ . .SH EXIT CODES .B runsvchdir prints an error message and exits 111 on error. diff --git a/man/runsvdir.8 b/man/runsvdir.8 index 9065bbc..685b450 100644 --- a/man/runsvdir.8 +++ b/man/runsvdir.8 @@ -17,7 +17,7 @@ characters long or absent. .B runsvdir starts a .BR runsv (8) -process for each subdirectory in +process for each subdirectory in the services directory .IR dir , up to a limit of 1000 subdirectories. .B runsvdir @@ -32,7 +32,7 @@ At least every five seconds, checks if .I dir has changed. -If it sees a new subdirectory in +If it sees a new subdirectory in services directory .IR dir , it starts a new .BR runsv (8) |