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: Sat, 08 Jul 2017 16:55:24
Message-Id: 1499465620.260368e0103e95625c29760f2c2ec89143e5a233.williamh@OpenRC
1 commit: 260368e0103e95625c29760f2c2ec89143e5a233
2 Author: Adam Borowski <kilobyte <AT> angband <DOT> pl>
3 AuthorDate: Fri Jul 7 00:06:34 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 22:13:40 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=260368e0
7
8 man: fix missing .Pp warnings
9
10 This fixes #151.
11
12 man/openrc-run.8 | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/man/openrc-run.8 b/man/openrc-run.8
16 index f627004d..278aa0e1 100644
17 --- a/man/openrc-run.8
18 +++ b/man/openrc-run.8
19 @@ -412,25 +412,25 @@ If -d, -f or -p is specified, checkpath checks to see if the path
20 exists, is the right type and has the correct owner and access modes. If
21 any of these tests fail, the path is created and set up as specified. If
22 more than one of -d, -f or -p are specified, the last one will be used.
23 -
24 +.Pp
25 The argument to -m is a three or four digit octal number. If this option
26 is not provided, the value defaults to 0644 for files and 0775 for
27 directories.
28 -
29 +.Pp
30 The argument to -o is a representation of the user and/or group which
31 should own the path. The user and group can be represented numerically
32 or with names, and are separated by a colon.
33 -
34 +.Pp
35 The truncate options (-D and -F) cause the directory or file to be
36 cleared of all contents.
37 -
38 +.Pp
39 If -W is specified, checkpath checks to see if the first path given on
40 the command line is writable. This is different from how the test
41 command in the shell works, because it also checks to make sure the file
42 system is not read only.
43 -
44 +.Pp
45 Also, the -d, -f or -p options should not be specified along with this option.
46 -
47 +.Pp
48 The -q option suppresses all informational output. If it is specified
49 twice, all error messages are suppressed as well.
50 .It Ic yesno Ar value