Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: man/
Date: Fri, 30 Dec 2011 16:41:48
Message-Id: 810f2e55fb32e8a363d5737649a698f037e92db6.WilliamH@gentoo
1 commit: 810f2e55fb32e8a363d5737649a698f037e92db6
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 16:35:16 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 16:35:16 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=810f2e55
7
8 Documentation updates
9
10 - Clarify that start_stop_daemon_args is only used when starting a
11 daemon.
12 - fix several typos.
13
14 ---
15 man/runscript.8 | 8 ++++----
16 1 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/man/runscript.8 b/man/runscript.8
19 index 6c4bd15..9439b76 100644
20 --- a/man/runscript.8
21 +++ b/man/runscript.8
22 @@ -99,9 +99,9 @@ the service has already been stopped.
23 .It Ar description
24 String describing the service.
25 .It Ar description_$command
26 -String describing the extra command the.
27 +String describing the extra command.
28 .It Ar start_stop_daemon_args
29 -List of arguments passed to start-stop-daemon.
30 +List of arguments passed to start-stop-daemon when starting the daemon.
31 .It Ar command
32 Daemon to start or stop via
33 .Nm start-stop-daemon
34 @@ -144,7 +144,7 @@ Tags a service with a keyword. Here's the keywords we currently understand:-
35 .Bl -tag -width indent
36 .It Dv -shutdown
37 Don't stop this service when shutting the system down.
38 -This normally quite safe as remaining daemons will be sent a SIGTERM just
39 +This is normally quite safe as remaining daemons will be sent a SIGTERM just
40 before final shutdown.
41 Network related services such as the network and dhcpcd init scripts normally
42 have this keyword.
43 @@ -226,7 +226,7 @@ seconds until all files exist.
44 Returns 0 if all files exist, otherwise non zero.
45 If
46 .Ar timeout
47 -is less then 1 then we wait indefinitely.
48 +is less than 1 then we wait indefinitely.
49 .It Ic is_newer_than Ar file1 Ar file2 ...
50 If
51 .Ar file1