diff options
author | Michael Orlitzky <michael@orlitzky.com> | 2018-01-25 11:27:16 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-02-06 13:52:36 -0600 |
commit | 4c517bdb2b69eac36f004ae41bb9cbb212fe0a51 (patch) | |
tree | 380866033d7497b1fda63271d107c97015f1b83f /man/openrc-run.8 | |
parent | 110582491ff02db061b567636a237460afbc489c (diff) |
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.
Diffstat (limited to 'man/openrc-run.8')
-rw-r--r-- | man/openrc-run.8 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |