summary refs log tree commit diff
path: root/doc/usedietlibc.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2004-03-07 10:37:11 +0000
committerGerrit Pape <pape@smarden.org>2004-03-07 10:37:11 +0000
commita20833ec90acae4c50fe510a8117227e62ff606e (patch)
tree236c6e923e0e4fa51ecb2c72a458dda66730df37 /doc/usedietlibc.html
parent3a5df66b4d2f15cdb893bffb5a7d88b15a67c7e5 (diff)
downloadrunit-a20833ec90acae4c50fe510a8117227e62ff606e.tar.gz
runit-a20833ec90acae4c50fe510a8117227e62ff606e.tar.xz
runit-a20833ec90acae4c50fe510a8117227e62ff606e.zip
* check-diff, check-dist, check-local, package/check: new; run checks on
    programs.
  * package/install: run package/check.
  * chpst.check, runit-init.check, runit.check, runsv.check,
    runsvchdir.check, runsvctrl.check, runsvdir.check, runsvstat.check,
    svlogd.check, svwaitdown.check, svwaitup.check, utmpset.check: new;
    check program.
  * chpst.dist, runit-init.dist, runit.dist, runsv.dist, runsvchdir.dist,
    runsvctrl.dist, runsvdir.dist, runsvstat.dist, svlogd.dist,
    svwaitdown.dist, svwaitup.dist, utmpset.dist: new; dist check program
    output.
1.0.1
Diffstat (limited to 'doc/usedietlibc.html')
-rw-r--r--doc/usedietlibc.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/usedietlibc.html b/doc/usedietlibc.html
index dd139bf..3276f25 100644
--- a/doc/usedietlibc.html
+++ b/doc/usedietlibc.html
@@ -14,18 +14,18 @@ To recompile the <i>runit</i> programs with the
 the recent version of
 <a href="http://www.fefe.de/dietlibc/">dietlibc</a> installed.
 <p>
-Change to the package directory of <i>runit</i>:
+Change to the package directory of <i>runit</i>
 <pre>
-  # cd /package/admin/runit/
+ # cd /package/admin/runit/
 </pre>
-Change the <tt>conf-cc</tt> and <tt>conf-ld</tt> to use <tt>diet</tt>:
+Change the <tt>conf-cc</tt> and <tt>conf-ld</tt> to use <tt>diet</tt>
 <pre>
-  # echo 'diet -Os gcc -O2 -Wall' &gt;src/conf-cc
-  # echo 'diet -Os gcc -s -Os -pipe' &gt;src/conf-ld
+ # echo 'diet -Os gcc -O2 -Wall' &gt;src/conf-cc
+ # echo 'diet -Os gcc -s -Os -pipe' &gt;src/conf-ld
 </pre>
-Rebuild and install the <i>runit</i> programs:
+Rebuild and install the <i>runit</i> programs
 <pre>
-  # package/install
+ # package/install
 </pre>
 <hr>
 <address><a href="mailto:pape@smarden.org">