summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2002-01-01 10:25:50 +0000
committerGerrit Pape <pape@smarden.org>2002-01-01 10:25:50 +0000
commit44106088217023982574f9ef1b489ca2ff917241 (patch)
tree75c05734de8f898f4721192690914a0f644675df /doc
parent2e382b21f50f28e2d18ad1fd80d1596edba78aa9 (diff)
downloadrunit-44106088217023982574f9ef1b489ca2ff917241.tar.gz
runit-44106088217023982574f9ef1b489ca2ff917241.tar.xz
runit-44106088217023982574f9ef1b489ca2ff917241.zip
code cleanup.
TARGETS fix.
install.html: typo.
etc/freebsd stage files, getty service added.
Diffstat (limited to 'doc')
-rw-r--r--doc/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 8c4af2c..ec93856 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -32,8 +32,8 @@ gzip the man pages and copy them into a reasonable directory in your
   # mkdir -p /usr/local/man/man8/
   # gzip man/runit.8 && cp -f man/runit.8.gz /usr/local/man/man8/
   # gzip man/runit-init.8 && cp -f man/runit-init.8.gz /usr/local/man/man8/
-  # gzip man svwaitdown.8 && cp -f man/svwaitdown.8.gz /usr/local/man/man8/
-  # gzip man svwaitup.8 && cp -f man/svwaitup.8.gz /usr/local/man/man8/
+  # gzip man/svwaitdown.8 && cp -f man/svwaitdown.8.gz /usr/local/man/man8/
+  # gzip man/svwaitup.8 && cp -f man/svwaitup.8.gz /usr/local/man/man8/
 </pre>
 Refer to <a href="replaceinit.html">replacing init</a> for
 replacing <i>init</i> with <i>runit</i>.