From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A771139694 for ; Sat, 8 Jul 2017 16:55:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFCF12340C6; Sat, 8 Jul 2017 16:55:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD44D2340C6 for ; Sat, 8 Jul 2017 16:55:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A06A8341989 for ; Sat, 8 Jul 2017 16:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 686E37499 for ; Sat, 8 Jul 2017 16:55:18 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1499465620.260368e0103e95625c29760f2c2ec89143e5a233.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: man/ X-VCS-Repository: proj/openrc X-VCS-Files: man/openrc-run.8 X-VCS-Directories: man/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 260368e0103e95625c29760f2c2ec89143e5a233 X-VCS-Branch: master Date: Sat, 8 Jul 2017 16:55:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 844158d8-4232-4738-8ff8-67786b1e805e X-Archives-Hash: 6b3472ec6d23fe57c6356bebac21b205 commit: 260368e0103e95625c29760f2c2ec89143e5a233 Author: Adam Borowski angband pl> AuthorDate: Fri Jul 7 00:06:34 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jul 7 22:13:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=260368e0 man: fix missing .Pp warnings This fixes #151. man/openrc-run.8 | 12 ++++++------ 1 file 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