summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-19 11:18:56 +0000
committertjr <tjr@FreeBSD.org>2004-07-19 11:18:56 +0000
commitcc45ee6ba4f74cd5a0338589a9cd75b12f33e099 (patch)
tree6771c62f6327e9bdd78a6509782b91e6e7b76b05 /usr.bin
parentcb0e37bf34ae78200c360fdb6d323c2ca24b3266 (diff)
downloadFreeBSD-src-cc45ee6ba4f74cd5a0338589a9cd75b12f33e099.zip
FreeBSD-src-cc45ee6ba4f74cd5a0338589a9cd75b12f33e099.tar.gz
Move exit status information into a DIAGNOSTICS section. Add an ENVIRONMENT
section. Re-add a sentence from the BUGS section that went missing in the previous commit.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/look/look.118
1 files changed, 15 insertions, 3 deletions
diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1
index c3d0db2..09df601 100644
--- a/usr.bin/look/look.1
+++ b/usr.bin/look/look.1
@@ -80,11 +80,16 @@ up to and including the first occurrence of
.Ar termchar
are compared.
.El
-.Pp
+.Sh ENVIRONMENT
The
+.Ev LANG , LC_ALL
+and
+.Ev LC_CTYPE
+environment variables affect the execution of the
.Nm
-utility exits 0 if one or more lines were found and displayed,
-1 if no lines were found, and >1 if an error occurred.
+utility.
+Their effect is described in
+.Xr environ 7 .
.Sh FILES
.Bl -tag -width /usr/share/dict/words -compact
.It Pa /usr/share/dict/words
@@ -93,6 +98,11 @@ the dictionary
.Sh SEE ALSO
.Xr grep 1 ,
.Xr sort 1
+.Sh DIAGNOSTICS
+The
+.Nm
+utility exits 0 if one or more lines were found and displayed,
+1 if no lines were found, and >1 if an error occurred.
.Sh COMPATIBILITY
The original manual page stated that tabs and blank characters participated
in comparisons when the
@@ -106,6 +116,8 @@ A
utility appeared in
.At v7 .
.Sh BUGS
+Lines are not compared according to the current locale's collating
+order.
Input files must be sorted with
.Ev LC_COLLATE
set to
OpenPOWER on IntegriCloud