summaryrefslogtreecommitdiff
path: root/usr.bin/uniq/uniq.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-12-19 10:21:02 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-12-19 10:21:02 +0000
commit11df82023be3eadafdd1c5a52cf0a5d890c968f4 (patch)
treec02cab2c81dc898a40fc22bc76e8a9905df2b6c0 /usr.bin/uniq/uniq.1
parent27894a4364d6b49a029b610d0b6297ac66d4712a (diff)
UTF-8 support:
Let -f recognize non-ASCII blank characters and let -s count characters rather than bytes. OK zhuk@ bentley@
Diffstat (limited to 'usr.bin/uniq/uniq.1')
-rw-r--r--usr.bin/uniq/uniq.112
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1
index 7858404e913..d7e275372e2 100644
--- a/usr.bin/uniq/uniq.1
+++ b/usr.bin/uniq/uniq.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uniq.1,v 1.17 2010/09/03 11:09:29 jmc Exp $
+.\" $OpenBSD: uniq.1,v 1.18 2015/12/19 10:21:01 schwarze Exp $
.\" $NetBSD: uniq.1,v 1.5 1994/12/06 07:51:15 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)uniq.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: September 3 2010 $
+.Dd $Mdocdate: December 19 2015 $
.Dt UNIQ 1
.Os
.Sh NAME
@@ -114,6 +114,14 @@ A file name of
.Ql -
denotes the standard input or the standard output
.Pq depending on its position on the command line .
+.Sh ENVIRONMENT
+.Bl -tag -width LC_CTYPE
+.It Ev LC_CTYPE
+The character set
+.Xr locale 1 .
+Determines which groups of bytes are treated as characters
+and which characters are considered blank.
+.El
.Sh EXIT STATUS
.Ex -std uniq
.Sh SEE ALSO