summaryrefslogtreecommitdiff
path: root/usr.bin/colrm
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/colrm')
-rw-r--r--usr.bin/colrm/colrm.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/colrm/colrm.1 b/usr.bin/colrm/colrm.1
index 161e1f1c344..7179727fd97 100644
--- a/usr.bin/colrm/colrm.1
+++ b/usr.bin/colrm/colrm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: colrm.1,v 1.9 2016/01/18 20:31:36 schwarze Exp $
+.\" $OpenBSD: colrm.1,v 1.10 2016/10/24 13:46:58 schwarze Exp $
.\" $NetBSD: colrm.1,v 1.3 1995/03/26 09:04:01 glass Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)colrm.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: January 18 2016 $
+.Dd $Mdocdate: October 24 2016 $
.Dt COLRM 1
.Os
.Sh NAME
@@ -92,15 +92,15 @@ character, and the second one does not decrement the column count.
.Sh ENVIRONMENT
.Bl -tag -width LC_CTYPE
.It Ev LC_CTYPE
-The character set
+The character encoding
.Xr locale 1 .
-It decides which sequences of bytes are treated as characters,
+It decides which byte sequences form characters
and what their display width is.
If unset or set to
.Qq C ,
.Qq POSIX ,
or an unsupported value, each byte except tab and backspace is treated
-as a character of width 1.
+as a character of display width 1.
.El
.Sh SEE ALSO
.Xr awk 1 ,