summaryrefslogtreecommitdiff
path: root/usr.bin/uniq
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-04-12 04:17:14 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-04-12 04:17:14 +0000
commit058d268671306258e34a0c4e08546c88e591197f (patch)
tree1cbcb22a1e3c580c48c95510b6c382a5f63493ec /usr.bin/uniq
parent88d5eb71473f24dc33242471f93705c167e98c82 (diff)
downloadsrc-test2-058d268671306258e34a0c4e08546c88e591197f.tar.gz
src-test2-058d268671306258e34a0c4e08546c88e591197f.zip
Notes
Diffstat (limited to 'usr.bin/uniq')
-rw-r--r--usr.bin/uniq/uniq.119
1 files changed, 15 insertions, 4 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1
index 808092e4626d..f69b7af66dce 100644
--- a/usr.bin/uniq/uniq.1
+++ b/usr.bin/uniq/uniq.1
@@ -35,7 +35,7 @@
.\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd June 6, 1993
+.Dd April 12, 2003
.Dt UNIQ 1
.Os
.Sh NAME
@@ -121,6 +121,17 @@ Case insensitive comparison of lines.
.\"is a
.\"number.
.El
+.Sh ENVIRONMENT
+The
+.Ev LANG ,
+.Ev LC_ALL ,
+.Ev LC_COLLATE
+and
+.Ev LC_CTYPE
+environment variables affect the execution of
+.Nm
+as described in
+.Xr environ 7 .
.Sh DIAGNOSTICS
.Ex -std
.Sh COMPATIBILITY
@@ -134,9 +145,9 @@ options have been deprecated but are still supported in this implementation.
.Sh STANDARDS
The
.Nm
-utility is expected to be
-.St -p1003.2
-compatible.
+utility conforms to
+.St -p1003.1-2001
+as amended by Cor. 1-2002.
.Sh HISTORY
A
.Nm