summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/csplit/csplit.16
-rw-r--r--usr.bin/find/find.16
-rw-r--r--usr.bin/hexdump/od.16
-rw-r--r--usr.bin/m4/m4.16
-rw-r--r--usr.bin/nl/nl.14
-rw-r--r--usr.bin/pr/pr.16
-rw-r--r--usr.bin/printf/printf.17
-rw-r--r--usr.bin/sed/sed.16
-rw-r--r--usr.bin/talk/talk.14
-rw-r--r--usr.bin/tsort/tsort.16
-rw-r--r--usr.bin/write/write.16
11 files changed, 53 insertions, 10 deletions
diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1
index d5e41bf..d941e1b 100644
--- a/usr.bin/csplit/csplit.1
+++ b/usr.bin/csplit/csplit.1
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 28, 2002
+.Dd July 3, 2004
.Dt CSPLIT 1
.Os
.Sh NAME
@@ -151,3 +151,7 @@ The
.Nm
utility conforms to
.St -p1003.1-2001 .
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters.
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 022adf1..1d23ca5 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -35,7 +35,7 @@
.\" @(#)find.1 8.7 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
-.Dd May 28, 2004
+.Dd July 3, 2004
.Dt FIND 1
.Os
.Sh NAME
@@ -914,3 +914,7 @@ A
.Nm
command appeared in
.At v1 .
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters in file names.
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1
index ed43c4e..225bdec 100644
--- a/usr.bin/hexdump/od.1
+++ b/usr.bin/hexdump/od.1
@@ -32,7 +32,7 @@
.\" @(#)od.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd April 17, 2002
+.Dd July 3, 2004
.Os
.Dt OD 1
.Sh NAME
@@ -252,3 +252,7 @@ An
.Nm
command appeared in
.At v1 .
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters.
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index a314c11..91fd9da 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,7 +1,7 @@
.\" @(#) $OpenBSD: m4.1,v 1.24 2002/04/18 18:57:23 espie Exp $
.\" $FreeBSD$
.\"
-.Dd April 17, 2002
+.Dd July 3, 2004
.Dt M4 1
.Os
.Sh NAME
@@ -415,3 +415,7 @@ and
.An Richard A. O'Keefe Aq ok@goanna.cs.rmit.OZ.AU .
GNU-m4 compatibility extensions by
.An Marc Espie Aq espie@cvs.openbsd.org .
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters.
diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1
index 9e39486..846de61 100644
--- a/usr.bin/nl/nl.1
+++ b/usr.bin/nl/nl.1
@@ -238,3 +238,7 @@ The
.Nm
utility first appeared in
.At V.2 .
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters.
diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1
index f103e0e..2634cf0 100644
--- a/usr.bin/pr/pr.1
+++ b/usr.bin/pr/pr.1
@@ -36,7 +36,7 @@
.\" @(#)pr.1 8.3 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd September 20, 2001
+.Dd July 3, 2004
.Dt PR 1
.Os
.Sh NAME
@@ -389,3 +389,7 @@ A
.Nm
command appeared in
.At v1 .
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters.
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index 86b08b3..ea3cc22 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -35,7 +35,7 @@
.\" @(#)printf.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd June 6, 1993
+.Dd July 3, 2004
.Dt PRINTF 1
.Os
.Sh NAME
@@ -336,3 +336,8 @@ When present in the
the
.Ar format
will be truncated at the \e000 character.
+.Pp
+Multibyte characters are not recognized in format strings (this is only
+a problem if
+.Dq Li %
+can appear inside a multibyte character.)
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index cbb219e..0187452 100644
--- a/usr.bin/sed/sed.1
+++ b/usr.bin/sed/sed.1
@@ -35,7 +35,7 @@
.\" @(#)sed.1 8.2 (Berkeley) 12/30/93
.\" $FreeBSD$
.\"
-.Dd May 7, 2002
+.Dd July 3, 2004
.Dt SED 1
.Os
.Sh NAME
@@ -548,3 +548,7 @@ appeared in
.At v7 .
.Sh AUTHORS
.An "Diomidis D. Spinellis" Aq dds@FreeBSD.org
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters.
diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1
index 3dab5e6..9f428c6 100644
--- a/usr.bin/talk/talk.1
+++ b/usr.bin/talk/talk.1
@@ -32,7 +32,7 @@
.\" @(#)talk.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd June 6, 1993
+.Dd July 3, 2004
.Dt TALK 1
.Os
.Sh NAME
@@ -137,6 +137,8 @@ released with
uses a protocol that
is incompatible with the protocol used in the version released with
.Bx 4.2 .
+.Pp
+Multibyte characters are not recognized.
.Sh HISTORY
The
.Nm
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1
index ab5b560..9af1a34 100644
--- a/usr.bin/tsort/tsort.1
+++ b/usr.bin/tsort/tsort.1
@@ -35,7 +35,7 @@
.\" @(#)tsort.1 8.3 (Berkeley) 4/1/94
.\" $FreeBSD$
.\"
-.Dd April 1, 1994
+.Dd July 3, 2004
.Dt TSORT 1
.Os
.Sh NAME
@@ -90,3 +90,7 @@ This
.Nm
command and manual page are derived from sources contributed to Berkeley by
Michael Rendell of Memorial University of Newfoundland.
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters.
diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1
index ff004de..1d6f8e2 100644
--- a/usr.bin/write/write.1
+++ b/usr.bin/write/write.1
@@ -35,7 +35,7 @@
.\" @(#)write.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd June 6, 1993
+.Dd July 3, 2004
.Dt WRITE 1
.Os
.Sh NAME
@@ -104,3 +104,7 @@ A
.Nm
command appeared in
.At v1 .
+.Sh BUGS
+The
+.Nm
+utility does not recognize multibyte characters.
OpenPOWER on IntegriCloud