diff options
author | Gerrit Pape <pape@smarden.org> | 2004-02-10 13:37:22 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2004-02-10 13:37:22 +0000 |
commit | a3ac9eb37c98f593202e631ed5195be161d1bf31 (patch) | |
tree | ba68328db206aad0c12ab5e665b81c38b1ec204b /doc/benefits.html | |
parent | ceea1e2d09afa6f953db543cd18d4e878d8dbbbb (diff) | |
download | runit-a3ac9eb37c98f593202e631ed5195be161d1bf31.tar.gz runit-a3ac9eb37c98f593202e631ed5195be161d1bf31.tar.xz runit-a3ac9eb37c98f593202e631ed5195be161d1bf31.zip |
grmpf.
Diffstat (limited to 'doc/benefits.html')
-rw-r--r-- | doc/benefits.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/benefits.html b/doc/benefits.html index f713a25..9940df4 100644 --- a/doc/benefits.html +++ b/doc/benefits.html @@ -176,7 +176,7 @@ The service will be taken down automatically. <a name="smallcode"><h3>Small code size</h3></a> One of the <i>runit</i> project's principles is to keep the code size small. -As of version 0.13.1 of <i>runit</i>, the <tt>runit.c</tt> source contains +As of version 1.0.0 of <i>runit</i>, the <tt>runit.c</tt> source contains 330 lines of code; the <tt>runsvdir.c</tt> source is 274 lines of code, the <tt>runsv.c</tt> source 509. This minimizes the possibility of bugs introduced by programmer's fault, |