summary refs log tree commit diff
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2006-06-29 07:52:00 +0000
committerGerrit Pape <pape@smarden.org>2006-06-29 07:52:00 +0000
commit631c2d5af9d613757a99ead225bf129362e4e29e (patch)
tree9db083ad29c721b701e35d7d00ebc17f29a81380
parent6cecfe70677e3c0f3ffa42331a41fde8861cba61 (diff)
downloadrunit-631c2d5af9d613757a99ead225bf129362e4e29e.tar.gz
runit-631c2d5af9d613757a99ead225bf129362e4e29e.tar.xz
runit-631c2d5af9d613757a99ead225bf129362e4e29e.zip
* doc/benefits.html: typo; wording.
1.6.0..
-rw-r--r--doc/benefits.html6
-rw-r--r--package/CHANGES1
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/benefits.html b/doc/benefits.html
index b55d48c..d2b9f47 100644
--- a/doc/benefits.html
+++ b/doc/benefits.html
@@ -33,7 +33,7 @@ By default a service is defined to be up, that means, if the service daemon
 dies, it will be restarted.
 Of course you can <a href="sv.8.html">tell runsv</a> otherwise.
 <p>
-This reliable interface to control daemons and supervisors obsolete
+This reliable interface to control daemons and supervisors obsoletes
 pid-guessing programs, such as <tt>pidof</tt>, <tt>killall</tt>,
 <tt>start-stop-daemon</tt>, which, due to guessing, are prone to failures
 by design.
@@ -47,7 +47,7 @@ resource limits, open file descriptors, and controlling terminals.
 <p>
 You don't necessarily have that with <i>sysv init</i> scripts for example.
 It requires a carefully written init script that reliably cleans up and sets
-the initial process state before starting the service daemon.
+the process state before starting the service daemon.
 This adds even more complexity to the init script in comparison with a run
 script used by <i>runit</i>.
 Many of today's init scripts don't provide a clean process state, here is
@@ -146,7 +146,7 @@ the default
 <a href="http://packages.debian.org/unstable/base/sysvinit.html">
 sysvinit</a>.
 <p>
-Stage 2 already is packaging friendly:
+Stage 2 is packaging friendly:
 all a software package that provides a service needs to do is to include
 a <i>service directory</i> in the package, and to provide a symbolic link
 to this directory in <tt>/var/service/</tt>.
diff --git a/package/CHANGES b/package/CHANGES
index aa744c9..b2050d4 100644
--- a/package/CHANGES
+++ b/package/CHANGES
@@ -7,6 +7,7 @@ Tue, 20 Jun 2006 20:57:09 +0000
   * svlogd.c: prepend optional timestamp to log messages sent through UDP,
     as done for messages written to dir and to stderr.
   * uidgid.c: properly fixup user/group argument on getpwnam() error.
+  * doc/benefits.html: typo; wording.
 
 1.5.1
 Wed, 10 May 2006 20:55:35 +0000