aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fmt/fmt.1
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-08-02 11:10:20 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-08-02 11:10:20 +0000
commit28d92b747ea7fa87ad4d6fd2e6d9940a072a7e1b (patch)
tree553a9fa70acc7061e7643551a123973d12840303 /usr.bin/fmt/fmt.1
parent09e7619917fdf4b4c1b6663e8344c29f83a1a754 (diff)
downloadsrc-28d92b747ea7fa87ad4d6fd2e6d9940a072a7e1b.tar.gz
src-28d92b747ea7fa87ad4d6fd2e6d9940a072a7e1b.zip
Add support for multibyte characters.
Notes
Notes: svn path=/head/; revision=133008
Diffstat (limited to 'usr.bin/fmt/fmt.1')
-rw-r--r--usr.bin/fmt/fmt.113
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1
index 1dde958427be..617f495e93b1 100644
--- a/usr.bin/fmt/fmt.1
+++ b/usr.bin/fmt/fmt.1
@@ -34,7 +34,7 @@
.\"
.\" Modified by Gareth McCaughan to describe the new version of `fmt'
.\" rather than the old one.
-.Dd July 17, 2004
+.Dd August 2, 2004
.Dt FMT 1
.Os
.Sh NAME
@@ -154,6 +154,15 @@ the command
.Pp
will reformat a paragraph,
evening the lines.
+.Sh ENVIRONMENT
+The
+.Ev LANG , LC_ALL
+and
+.Ev LC_CTYPE
+environment variables affect the execution of
+.Nm
+as described in
+.Xr environ 7 .
.Sh SEE ALSO
.Xr mail 1 ,
.Xr nroff 1
@@ -184,5 +193,3 @@ The
.Nm
utility is not infallible in guessing what lines are mail headers and what
lines are not.
-.Pp
-Multibyte characters are not handled correctly.