=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fmt/fmt.1,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- src/usr.bin/fmt/fmt.1 2015/12/15 17:48:16 1.29 +++ src/usr.bin/fmt/fmt.1 2016/10/24 13:46:58 1.30 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fmt.1,v 1.29 2015/12/15 17:48:16 jmc Exp $ +.\" $OpenBSD: fmt.1,v 1.30 2016/10/24 13:46:58 schwarze Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)fmt.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: December 15 2015 $ +.Dd $Mdocdate: October 24 2016 $ .Dt FMT 1 .Os .Sh NAME @@ -142,15 +142,15 @@ .Sh ENVIRONMENT .Bl -tag -width LC_CTYPE .It Ev LC_CTYPE -The character set +The character encoding .Xr locale 1 . -It is used to decide which byte sequences form characters and what -their display width is. -If it is unset or set to +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 the tab is assumed -to represent a character of display width 1. +or an unsupported value, each byte except the tab +is treated as a character of display width 1. .El .Sh EXIT STATUS .Ex -std