aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-07-17 04:04:30 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-07-17 04:04:30 +0000
commit3d1a01487ac99da152f985897c3ddb9eee30ce63 (patch)
tree961be4454fe55ae328403fffa2ce7a7f3f06493d
parentcd1f927d848c3dc656164c76a6c01c24a2c21958 (diff)
downloadsrc-3d1a01487ac99da152f985897c3ddb9eee30ce63.tar.gz
src-3d1a01487ac99da152f985897c3ddb9eee30ce63.zip
Document incorrect handling of multibyte characters.
Notes
Notes: svn path=/head/; revision=132277
-rw-r--r--usr.bin/apply/apply.16
-rw-r--r--usr.bin/finger/finger.16
-rw-r--r--usr.bin/fmt/fmt.14
-rw-r--r--usr.bin/look/look.16
-rw-r--r--usr.bin/wall/wall.16
5 files changed, 23 insertions, 5 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1
index 554cd79b6099..ce944df70f66 100644
--- a/usr.bin/apply/apply.1
+++ b/usr.bin/apply/apply.1
@@ -32,7 +32,7 @@
.\" @(#)apply.1 8.2 (Berkeley) 4/4/94
.\" $FreeBSD$
.\"
-.Dd April 4, 1994
+.Dd July 17, 2004
.Dt APPLY 1
.Os
.Sh NAME
@@ -133,6 +133,10 @@ Shell metacharacters in
may have bizarre effects; it is best to enclose complicated
commands in single quotes
.Pq '' .
+.Pp
+The
+.Nm
+utility does not recognize multibyte characters.
.Sh HISTORY
The
.Nm
diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1
index 21cb684feaa2..1ef35d6e4d81 100644
--- a/usr.bin/finger/finger.1
+++ b/usr.bin/finger/finger.1
@@ -32,7 +32,7 @@
.\" @(#)finger.1 8.3 (Berkeley) 5/5/94
.\" $FreeBSD$
.\"
-.Dd July 22, 2002
+.Dd July 17, 2004
.Dt FINGER 1
.Os
.Sh NAME
@@ -253,3 +253,7 @@ This prevents the use of the optimal
three-packet T/TCP exchange.
(Servers which depend on this requirement are
bogus but have nonetheless been observed in the Internet at large.)
+.Pp
+The
+.Nm
+utility does not recognize multibyte characters.
diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1
index 4bf29bfa32c9..1dde958427be 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 June 25, 2000
+.Dd July 17, 2004
.Dt FMT 1
.Os
.Sh NAME
@@ -184,3 +184,5 @@ 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.
diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1
index 3a35d21dfd47..8ed43d9ef1de 100644
--- a/usr.bin/look/look.1
+++ b/usr.bin/look/look.1
@@ -32,7 +32,7 @@
.\" @(#)look.1 8.1 (Berkeley) 6/14/93
.\" $FreeBSD$
.\"
-.Dd June 14, 1993
+.Dd July 17, 2004
.Dt LOOK 1
.Os
.Sh NAME
@@ -105,3 +105,7 @@ A
.Nm
utility appeared in
.At v7 .
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters.
diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1
index 2f1225085bb7..19926951ab48 100644
--- a/usr.bin/wall/wall.1
+++ b/usr.bin/wall/wall.1
@@ -32,7 +32,7 @@
.\" @(#)wall.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd June 6, 1993
+.Dd July 17, 2004
.Dt WALL 1
.Os
.Sh NAME
@@ -70,3 +70,7 @@ receive the message.
A
.Nm
command appeared in PWB UNIX.
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters.