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 553EA1382C5 for ; Sat, 10 Feb 2018 20:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8012E0AFD; Sat, 10 Feb 2018 20:52:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89F7CE0AFD for ; Sat, 10 Feb 2018 20:52:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 86F3C335C3C for ; Sat, 10 Feb 2018 20:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47F681D4 for ; Sat, 10 Feb 2018 20:52:45 +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: <1517946756.4c517bdb2b69eac36f004ae41bb9cbb212fe0a51.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: 4c517bdb2b69eac36f004ae41bb9cbb212fe0a51 X-VCS-Branch: master Date: Sat, 10 Feb 2018 20:52:45 +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: 10f83349-b1ac-43f2-8962-41065c32a56e X-Archives-Hash: 37f5ce8e4e0ac96c833c90bce018fdb3 commit: 4c517bdb2b69eac36f004ae41bb9cbb212fe0a51 Author: Michael Orlitzky orlitzky com> AuthorDate: Thu Jan 25 16:27:16 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Feb 6 19:52:36 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4c517bdb man/openrc-run.8: add missing "Xo" tags for fstabinfo and mountinfo. The BUILTINS are all surrounded by Xo...Xc tags, but the opening "Xo" was missing from the two commands fstabinfo and mountinfo. This commit adds them, and thereby fixes the spacing when viewed by man. This is for #204. man/openrc-run.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 5f9c86dd..9078ff95 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -470,6 +470,7 @@ 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 Xo .Ic fstabinfo .Op Fl M , -mount .Op Fl R , -remount @@ -486,6 +487,7 @@ remounted. .Pp The -q option suppresses all informational output. If it is specified twice, all error messages are suppressed as well. +.It Xo .Ic mountinfo .Op Fl f, -fstype-regex Ar regex .Op Fl F, -skip-fstype-regex Ar regex