Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: man/
Date: Wed, 26 Jul 2017 16:32:54
Message-Id: 1501086694.c2d256bafb9d1dfafbfd0846c035c5d26f7449c8.williamh@OpenRC
1 commit: c2d256bafb9d1dfafbfd0846c035c5d26f7449c8
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 26 16:29:10 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 16:31:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c2d256ba
7
8 man/openrc-run.8: document fstabinfo and mountinfo
9
10 X-Gentoo-Bug: 592374
11 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=592374
12
13 man/openrc-run.8 | 36 ++++++++++++++++++++++++++++++++++++
14 1 file changed, 36 insertions(+)
15
16 diff --git a/man/openrc-run.8 b/man/openrc-run.8
17 index 3fb5a5b3..2e3ec728 100644
18 --- a/man/openrc-run.8
19 +++ b/man/openrc-run.8
20 @@ -445,6 +445,42 @@ Also, the -d, -f or -p options should not be specified along with this option.
21 .Pp
22 The -q option suppresses all informational output. If it is specified
23 twice, all error messages are suppressed as well.
24 +.Ic fstabinfo
25 +.Op Fl M , -mount
26 +.Op Fl R , -remount
27 +.Op Fl b , -blockdevice
28 +.Op Fl m , -mountargs
29 +.Op Fl o , -options
30 +.Op Fl p , -passno Ar passno
31 +.Op Fl t , -type Ar fstype
32 +.Ar path
33 +.Xc
34 +If -b, -m, -o, -p or -t is specified,the appropriate information is
35 +extracted from fstab. If -M or -R are given, file systems are mounted or
36 +remounted.
37 +.Pp
38 +The -q option suppresses all informational output. If it is specified
39 +twice, all error messages are suppressed as well.
40 +.Ic mountinfo
41 +.Op Fl f, -fstype-regex Ar regex
42 +.Op Fl F, -skip-fstype-regex Ar regex
43 +.Op Fl n, -node-regex Ar regex
44 +.Op Fl N, -skip-node-regex Ar regex
45 +.Op Fl o, -options-regex Ar regex
46 +.Op Fl O, -skip-options-regex Ar regex
47 +.Op Fl p, -point-regex Ar regex
48 +.Op Fl P, -skip-point-regex Ar regex
49 +.Op Fl e, -netdev
50 +.Op Fl E, -nonetdev
51 +.Op Fl i, -options
52 +.Op Fl s, -fstype
53 +.Op Fl t, -node
54 + .Ar mount1 mount2 ...
55 +.Xc
56 +The f, F, n, N, o, O, p, P, e and E options specify what you want to
57 +search for or skip in the mounted file systems. The i, s and t options
58 +specify what you want to display. If no mount points are given, all
59 +mount points will be considered.
60 .It Ic yesno Ar value
61 If
62 .Ar value