diff options
author | Michael Orlitzky <michael@orlitzky.com> | 2018-01-25 11:28:39 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-02-06 13:53:11 -0600 |
commit | c1ffe4d9f2e10b6853464cc298d1922c81ae92f4 (patch) | |
tree | 295f64714ef8e1f147161ced6ee3c4ed721db425 /man | |
parent | 4c517bdb2b69eac36f004ae41bb9cbb212fe0a51 (diff) |
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 ... <mount1> <mount2>
This commit deletes the leading space to fix the output.
This fixes #204.
Diffstat (limited to 'man')
-rw-r--r-- | man/openrc-run.8 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |