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: Wed, 29 Nov 2017 21:12:43
Message-Id: 1511989566.f0129307759f1a5eb34b72589e8d48790c92b2db.williamh@OpenRC
1 commit: f0129307759f1a5eb34b72589e8d48790c92b2db
2 Author: Julien Reichardt <mi <AT> jrei <DOT> ch>
3 AuthorDate: Wed Nov 29 21:01:32 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 21:06:06 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f0129307
7
8 man/openrc-run.8: remove white space
9
10 This is for #184.
11
12 man/openrc-run.8 | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/man/openrc-run.8 b/man/openrc-run.8
16 index e1db58bd..3325139f 100644
17 --- a/man/openrc-run.8
18 +++ b/man/openrc-run.8
19 @@ -142,12 +142,12 @@ List of arguments to pass to the daemon when starting via
20 .Nm supervise-daemon .
21 to force the daemon to stay in the foreground
22 .It Ar command_background
23 -Set this to "true", "yes" or "1" (case-insensitive) if you want
24 +Set this to "true", "yes" or "1" (case-insensitive) if you want
25 .Xr start-stop-daemon 8
26 to force the daemon into the background. This forces the
27 "--make-pidfile" and "--pidfile" options, so the pidfile variable must be set.
28 .It Ar command_progress
29 -Set this to "true", "yes" or "1" (case-insensitive) if you want
30 +Set this to "true", "yes" or "1" (case-insensitive) if you want
31 .Xr start-stop-daemon 8
32 to display a progress meter when waiting for a daemon to stop.
33 .It Ar command_user