diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-19 10:03:38 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-19 10:03:38 +0000 |
commit | 532da3de2f39c6f425d704c1f2e4d1a2cf65e864 (patch) | |
tree | 1eda59576d05b77bc8d93e037612f314023a26d4 /usr.bin/look | |
parent | d3949c6f0800a68204203966b24bf351ea03934a (diff) | |
download | FreeBSD-src-532da3de2f39c6f425d704c1f2e4d1a2cf65e864.zip FreeBSD-src-532da3de2f39c6f425d704c1f2e4d1a2cf65e864.tar.gz |
Point out in the BUGS section that look expects input files to have
been sorted with LC_COLLATE=C.
Diffstat (limited to 'usr.bin/look')
-rw-r--r-- | usr.bin/look/look.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index 8ed43d9..4c75787 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 . |