diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-10-24 13:46:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-10-24 13:46:59 +0000 |
commit | 00277a96477c1af38d9a3fb03bbe8f2f42770fc6 (patch) | |
tree | b1f866727969bcea3b963b04fe92a831063849e2 /usr.bin/colrm | |
parent | de3d0d9ee0e47e477f2ccd8c05914dd4e45b432d (diff) |
Unify wording for LC_CTYPE in ENVIRONMENT:
* Consistently use "character encoding locale" as suggested by stsp@.
* Resolve various gratuitious wording variations.
OK jmc@.
Diffstat (limited to 'usr.bin/colrm')
-rw-r--r-- | usr.bin/colrm/colrm.1 | 10 |
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 , |