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: Thu, 30 Nov 2017 22:04:11
Message-Id: 1512079242.0feadd2922484ec181c2ab86a5f7f8d6d37c5c77.williamh@OpenRC
1 commit: 0feadd2922484ec181c2ab86a5f7f8d6d37c5c77
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 30 22:00:42 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 22:00:42 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0feadd29
7
8 man/openrc-run.8: update documentation for command_user
9
10 man/openrc-run.8 | 8 +++++---
11 1 file changed, 5 insertions(+), 3 deletions(-)
12
13 diff --git a/man/openrc-run.8 b/man/openrc-run.8
14 index 3325139f..5f9c86dd 100644
15 --- a/man/openrc-run.8
16 +++ b/man/openrc-run.8
17 @@ -8,7 +8,7 @@
18 .\" This file may not be copied, modified, propagated, or distributed
19 .\" except according to the terms contained in the LICENSE file.
20 .\"
21 -.Dd December 31, 2011
22 +.Dd November 30, 2017
23 .Dt openrc-run 8 SMM
24 .Os OpenRC
25 .Sh NAME
26 @@ -152,11 +152,11 @@ Set this to "true", "yes" or "1" (case-insensitive) if you want
27 to display a progress meter when waiting for a daemon to stop.
28 .It Ar command_user
29 If the daemon does not support changing to a different user id, you can
30 -use this to change the user id before
31 +use this to change the user id, and optionally group id, before
32 .Xr start-stop-daemon 8
33 or
34 .Xr supervise-daemon 8
35 -launches the daemon
36 +launches the daemon.
37 .It Ar output_log
38 This is the path to a file or named pipe where the standard output from
39 the service will be redirected. If you are starting this service with
40 @@ -731,6 +731,8 @@ Users are encouraged to use the is_newer_than function which returns correctly.
41 .Xr rc_plugin_hook 3 ,
42 .Xr sh 1p ,
43 .Xr start-stop-daemon 8 ,
44 +.Xr supervise-daemon 8 ,
45 .Xr uname 1
46 .Sh AUTHORS
47 .An Roy Marples <roy@×××××××.name>
48 +.An William Hubbs <w.d.hubbs@×××××.com>