commit: c1ffe4d9f2e10b6853464cc298d1922c81ae92f4 Author: Michael Orlitzky <michael <AT> orlitzky <DOT> com> AuthorDate: Thu Jan 25 16:28:39 2018 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> 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 ... <mount1> <mount2> 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