summaryrefslogtreecommitdiff
path: root/usr.bin/look
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-07-19 10:03:38 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-07-19 10:03:38 +0000
commit479918321d659deb25804f6f875b7f9ae7052306 (patch)
tree1eda59576d05b77bc8d93e037612f314023a26d4 /usr.bin/look
parent7cc9e6ddbb1a6cd38b2f44d4dd9dfc890d2fc9d0 (diff)
downloadsrc-test-479918321d659deb25804f6f875b7f9ae7052306.tar.gz
src-test-479918321d659deb25804f6f875b7f9ae7052306.zip
Point out in the BUGS section that look expects input files to have
been sorted with LC_COLLATE=C.
Notes
Notes: svn path=/head/; revision=132393
Diffstat (limited to 'usr.bin/look')
-rw-r--r--usr.bin/look/look.17
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1
index 8ed43d9ef1de7..4c75787d8b523 100644
--- a/usr.bin/look/look.1
+++ b/usr.bin/look/look.1
@@ -109,3 +109,10 @@ utility appeared in
The
.Nm
utility does not recognize multibyte characters.
+.Pp
+Lines are not compared according to the current locale's collating
+order.
+Input files must be sorted with
+.Ev LC_COLLATE
+set to
+.Ql C .