From 479918321d659deb25804f6f875b7f9ae7052306 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 10:03:38 +0000 Subject: [PATCH] Point out in the BUGS section that look expects input files to have been sorted with LC_COLLATE=C. --- usr.bin/look/look.1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index 8ed43d9ef1de..4c75787d8b52 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 .