summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-12-30 10:35:16 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-12-30 10:35:16 -0600
commit810f2e55fb32e8a363d5737649a698f037e92db6 (patch)
treeb448b4b97b16f7ae3c48b988b578fcefd72f7153
parent372745844b422a0898599cb4019e29dc9f909e6f (diff)
downloadopenrc-810f2e55fb32e8a363d5737649a698f037e92db6.tar.gz
openrc-810f2e55fb32e8a363d5737649a698f037e92db6.tar.bz2
openrc-810f2e55fb32e8a363d5737649a698f037e92db6.tar.xz
Documentation updates
- Clarify that start_stop_daemon_args is only used when starting a daemon. - fix several typos.
-rw-r--r--man/runscript.88
1 files changed, 4 insertions, 4 deletions
diff --git a/man/runscript.8 b/man/runscript.8
index 6c4bd15..9439b76 100644
--- a/man/runscript.8
+++ b/man/runscript.8
@@ -99,9 +99,9 @@ the service has already been stopped.
.It Ar description
String describing the service.
.It Ar description_$command
-String describing the extra command the.
+String describing the extra command.
.It Ar start_stop_daemon_args
-List of arguments passed to start-stop-daemon.
+List of arguments passed to start-stop-daemon when starting the daemon.
.It Ar command
Daemon to start or stop via
.Nm start-stop-daemon
@@ -144,7 +144,7 @@ Tags a service with a keyword. Here's the keywords we currently understand:-
.Bl -tag -width indent
.It Dv -shutdown
Don't stop this service when shutting the system down.
-This normally quite safe as remaining daemons will be sent a SIGTERM just
+This is normally quite safe as remaining daemons will be sent a SIGTERM just
before final shutdown.
Network related services such as the network and dhcpcd init scripts normally
have this keyword.
@@ -226,7 +226,7 @@ seconds until all files exist.
Returns 0 if all files exist, otherwise non zero.
If
.Ar timeout
-is less then 1 then we wait indefinitely.
+is less than 1 then we wait indefinitely.
.It Ic is_newer_than Ar file1 Ar file2 ...
If
.Ar file1