diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-17 04:04:30 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-17 04:04:30 +0000 |
commit | a4d61babee2e763734bcaf74da19bfe5a4b2403a (patch) | |
tree | 961be4454fe55ae328403fffa2ce7a7f3f06493d /usr.bin | |
parent | 8744c288f759fd1cee621b5848721d5bef0eef2a (diff) | |
download | FreeBSD-src-a4d61babee2e763734bcaf74da19bfe5a4b2403a.zip FreeBSD-src-a4d61babee2e763734bcaf74da19bfe5a4b2403a.tar.gz |
Document incorrect handling of multibyte characters.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/apply/apply.1 | 6 | ||||
-rw-r--r-- | usr.bin/finger/finger.1 | 6 | ||||
-rw-r--r-- | usr.bin/fmt/fmt.1 | 4 | ||||
-rw-r--r-- | usr.bin/look/look.1 | 6 | ||||
-rw-r--r-- | usr.bin/wall/wall.1 | 6 |
5 files changed, 23 insertions, 5 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 554cd79..ce944df 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 21cb684..1ef35d6 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 4bf29bf..1dde958 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 3a35d21..8ed43d9 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 2f12250..1992695 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. |