]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
whereis: (man) fix example formatting
authorJakub Wilk <jwilk@jwilk.net>
Sat, 18 Feb 2023 20:35:55 +0000 (21:35 +0100)
committerJakub Wilk <jwilk@jwilk.net>
Sat, 18 Feb 2023 20:35:55 +0000 (21:35 +0100)
Add missing newline between the two commands.

misc-utils/whereis.1.adoc

index e5b5457ed3126bf21d1c1087ec69abb32cf3ee58..0b85381ebbc98df4f3daa91e72aadbeed1f9e7b2 100644 (file)
@@ -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[]