aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2017-07-07 02:06:34 +0200
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-07-07 17:13:40 -0500
commit260368e0103e95625c29760f2c2ec89143e5a233 (patch)
tree5ef14de3729ce59845441f1f729bdd84ea7f68b6 /man
parentf87a9eec3d23ea01578500972f1df993d5d24fba (diff)
man: fix missing .Pp warnings
This fixes #151.
Diffstat (limited to 'man')
-rw-r--r--man/openrc-run.812
1 files changed, 6 insertions, 6 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8
index f627004d..278aa0e1 100644
--- a/man/openrc-run.8
+++ b/man/openrc-run.8
@@ -412,25 +412,25 @@ If -d, -f or -p is specified, checkpath checks to see if the path
exists, is the right type and has the correct owner and access modes. If
any of these tests fail, the path is created and set up as specified. If
more than one of -d, -f or -p are specified, the last one will be used.
-
+.Pp
The argument to -m is a three or four digit octal number. If this option
is not provided, the value defaults to 0644 for files and 0775 for
directories.
-
+.Pp
The argument to -o is a representation of the user and/or group which
should own the path. The user and group can be represented numerically
or with names, and are separated by a colon.
-
+.Pp
The truncate options (-D and -F) cause the directory or file to be
cleared of all contents.
-
+.Pp
If -W is specified, checkpath checks to see if the first path given on
the command line is writable. This is different from how the test
command in the shell works, because it also checks to make sure the file
system is not read only.
-
+.Pp
Also, the -d, -f or -p options should not be specified along with this option.
-
+.Pp
The -q option suppresses all informational output. If it is specified
twice, all error messages are suppressed as well.
.It Ic yesno Ar value