From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-963698-garchives=archives.gentoo.org@lists.gentoo.org> 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 51820139694 for <garchives@archives.gentoo.org>; Wed, 26 Jul 2017 16:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D58D1FC064; Wed, 26 Jul 2017 16:32:53 +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 6E8911FC064 for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2017 16:32:53 +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 22C74341727 for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2017 16:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9506B74B5 for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2017 16:32:50 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> 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" <williamh@gentoo.org> Message-ID: <1501086694.c2d256bafb9d1dfafbfd0846c035c5d26f7449c8.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: c2d256bafb9d1dfafbfd0846c035c5d26f7449c8 X-VCS-Branch: master Date: Wed, 26 Jul 2017 16:32:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 50f3d66e-8fb4-41de-98c5-c43f126608be X-Archives-Hash: 59971d50b04e5c8e02bf71e8d83ec429 commit: c2d256bafb9d1dfafbfd0846c035c5d26f7449c8 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Wed Jul 26 16:29:10 2017 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Wed Jul 26 16:31:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c2d256ba man/openrc-run.8: document fstabinfo and mountinfo X-Gentoo-Bug: 592374 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=592374 man/openrc-run.8 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 3fb5a5b3..2e3ec728 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -445,6 +445,42 @@ 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. +.Ic fstabinfo +.Op Fl M , -mount +.Op Fl R , -remount +.Op Fl b , -blockdevice +.Op Fl m , -mountargs +.Op Fl o , -options +.Op Fl p , -passno Ar passno +.Op Fl t , -type Ar fstype +.Ar path +.Xc +If -b, -m, -o, -p or -t is specified,the appropriate information is +extracted from fstab. If -M or -R are given, file systems are mounted or +remounted. +.Pp +The -q option suppresses all informational output. If it is specified +twice, all error messages are suppressed as well. +.Ic mountinfo +.Op Fl f, -fstype-regex Ar regex +.Op Fl F, -skip-fstype-regex Ar regex +.Op Fl n, -node-regex Ar regex +.Op Fl N, -skip-node-regex Ar regex +.Op Fl o, -options-regex Ar regex +.Op Fl O, -skip-options-regex Ar regex +.Op Fl p, -point-regex Ar regex +.Op Fl P, -skip-point-regex Ar regex +.Op Fl e, -netdev +.Op Fl E, -nonetdev +.Op Fl i, -options +.Op Fl s, -fstype +.Op Fl t, -node + .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 +specify what you want to display. If no mount points are given, all +mount points will be considered. .It Ic yesno Ar value If .Ar value