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 E443A1382C5 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 37DCDE0B01; Sat, 10 Feb 2018 20:52:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 149B5E0B01 for ; Sat, 10 Feb 2018 20:52:48 +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 20F17335C56 for ; Sat, 10 Feb 2018 20:52:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BF3C1D7 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: <1517946791.c1ffe4d9f2e10b6853464cc298d1922c81ae92f4.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: c1ffe4d9f2e10b6853464cc298d1922c81ae92f4 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: 1b7a1c22-1578-4c0c-9fbd-98c38e0b9a12 X-Archives-Hash: 58ff7fd8d8f99bc966e6d4fba19b9827 commit: c1ffe4d9f2e10b6853464cc298d1922c81ae92f4 Author: Michael Orlitzky orlitzky com> AuthorDate: Thu Jan 25 16:28:39 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Feb 6 19:53:11 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c1ffe4d9 man/openrc-run.8: fix mountinfo args. The "Ar" tag for the mountinfo command contained a typo (leading space) that resulted in the tag being output verbatim; that is, mountinfo ... .Ar mount1 mount2 rather than e.g. mountinfo ... This commit deletes the leading space to fix the output. This fixes #204. man/openrc-run.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 9078ff95..426afdcc 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -502,7 +502,7 @@ twice, all error messages are suppressed as well. .Op Fl i, -options .Op Fl s, -fstype .Op Fl t, -node - .Ar mount1 mount2 ... +.Ar mount1 mount2 ... .Xc The f, F, n, N, o, O, p, P, e and E options specify what you want to search for or skip in the mounted file systems. The i, s and t options