summary refs log tree commit diff
path: root/doc/runsvchdir.8.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2004-07-28 15:58:22 +0000
committerGerrit Pape <pape@smarden.org>2004-07-28 15:58:22 +0000
commitab87c7b64a7ea6a72149832cd86a12c3319d88e3 (patch)
tree84bc1e8f1931f3a2c9cc4bc4b36ccaf5fc539b0e /doc/runsvchdir.8.html
parent1c01b38fb9032a8ce8be88785b7df1ccc0cd241b (diff)
downloadrunit-ab87c7b64a7ea6a72149832cd86a12c3319d88e3.tar.gz
runit-ab87c7b64a7ea6a72149832cd86a12c3319d88e3.tar.xz
runit-ab87c7b64a7ea6a72149832cd86a12c3319d88e3.zip
* doc/runlevels.html, doc/upgrade.html, doc/useinit.html, man/runsvdir.8,
    man/runsvchdir.8: minor changes in wording, notations.
Diffstat (limited to 'doc/runsvchdir.8.html')
-rw-r--r--doc/runsvchdir.8.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/runsvchdir.8.html b/doc/runsvchdir.8.html
index 130cbcc..fc91c33 100644
--- a/doc/runsvchdir.8.html
+++ b/doc/runsvchdir.8.html
@@ -9,19 +9,19 @@
 <a href='http://smarden.org/pape/'>G. Pape</a><br><a href='index.html'>runit</A><hr><p>
 
 <h2><a name='sect0'>Name</a></h2>
-runsvchdir - change service directory of <i>runsvdir(8)</i> 
+runsvchdir - change services directory of <i>runsvdir(8)</i> 
 <h2><a name='sect1'>Synopsis</a></h2>
 <b>runsvchdir</b>
 <i>dir</i> 
 <h2><a name='sect2'>Description</a></h2>
-<i>dir</i> is a directory for the use with <i><b>runsvdir</b>(8)</i>. If <i>dir</i> does
-not start with a slash, it is searched in /etc/runit/runsvdir/. <i>dir</i> must
-not start with a dot. <p>
-<b>runsvchdir</b> switches to the directory <i>/etc/runit/runsvdir</i>,
+<i>dir</i> is a services directory for the use with <i><b>runsvdir</b>(8)</i>.
+If <i>dir</i> does not start with a slash, it is searched in /etc/runit/runsvdir/.
+<i>dir</i> must not start with a dot. <p>
+<b>runsvchdir</b> switches to the directory <i>/etc/runit/runsvdir/</i>,
 copies <i>current</i> to <i>previous</i>, and replaces <i>current</i> with a symlink pointing
 to <i>dir</i>. <p>
 Normally  <i>/var/service</i> is a symlink to <i>current</i>, and <i><b>runsvdir</b>(8)</i>
-is running <i>/var/service</i>. 
+is running <i>/var/service/</i>. 
 <h2><a name='sect3'>Exit Codes</a></h2>
 <b>runsvchdir</b> prints an error message and
 exits 111 on error. <b>runsvchdir</b> exits 0 on success.