]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
whereis: (man) mark example section
authorKarel Zak <kzak@redhat.com>
Mon, 20 Feb 2023 12:30:07 +0000 (13:30 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 20 Feb 2023 12:30:07 +0000 (13:30 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/whereis.1.adoc

index 0b85381ebbc98df4f3daa91e72aadbeed1f9e7b2..6a85e6c4c8c11e2d2e212e10152664db859fdf7e 100644 (file)
@@ -117,10 +117,10 @@ enables debug output.
 == EXAMPLES
 
 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 **
-
+____
 include::man-common/bugreports.adoc[]
 
 include::man-common/footer.adoc[]