From c1ffe4d9f2e10b6853464cc298d1922c81ae92f4 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 25 Jan 2018 11:28:39 -0500 Subject: [PATCH] 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 ... 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