From: Jakub Wilk Date: Sat, 18 Feb 2023 20:35:55 +0000 (+0100) Subject: whereis: (man) fix example formatting X-Git-Tag: v2.39-rc1~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49df4a97647abdff5237aaf4f8138015cd8bf838;p=thirdparty%2Futil-linux.git whereis: (man) fix example formatting Add missing newline between the two commands. --- diff --git a/misc-utils/whereis.1.adoc b/misc-utils/whereis.1.adoc index e5b5457ed3..0b85381ebb 100644 --- a/misc-utils/whereis.1.adoc +++ b/misc-utils/whereis.1.adoc @@ -118,7 +118,8 @@ enables debug output. To find all files in _/usr/bin_ which are not documented in _/usr/man/man1_ or have no source in _/usr/src_: -*cd /usr/bin* *whereis -u -ms -M /usr/man/man1 -S /usr/src -f ** +*cd /usr/bin* + +*whereis -u -ms -M /usr/man/man1 -S /usr/src -f ** include::man-common/bugreports.adoc[]