]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix difference between short description and longer description by adding prefix
authorLoSh <losh@example.com>
Mon, 27 Dec 2021 16:03:14 +0000 (17:03 +0100)
committerLoSh <losh@example.com>
Mon, 27 Dec 2021 16:15:21 +0000 (17:15 +0100)
misc-utils/look.1.adoc

index 29f5ad7da6bf09ad4485c747f29056f005aedf78..5e2b172f0f93d084addb35993de0c7d489dac66d 100644 (file)
@@ -50,7 +50,7 @@ look - display lines beginning with a given string
 
 == DESCRIPTION
 
-The *look* utility displays any lines in _file_ which contain _string_. As *look* performs a binary search, the lines in _file_ must be sorted (where *sort*(1) was given the same options *-d* and/or *-f* that *look* is invoked with).
+The *look* utility displays any lines in _file_ which contain _string_ as a prefix. As *look* performs a binary search, the lines in _file_ must be sorted (where *sort*(1) was given the same options *-d* and/or *-f* that *look* is invoked with).
 
 If _file_ is not specified, the file _/usr/share/dict/words_ is used, only alphanumeric characters are compared and the case of alphabetic characters is ignored.