diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-03 02:03:44 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-03 02:03:44 +0000 |
commit | 82e3e73431e86800bb7c77fdd2a69c65e5691c72 (patch) | |
tree | 12345ad3319f1f6818184339e8a117eeec83697a /bin/pax | |
parent | 44c55a45a55899d413903336e082d55848756ea4 (diff) | |
download | FreeBSD-src-82e3e73431e86800bb7c77fdd2a69c65e5691c72.zip FreeBSD-src-82e3e73431e86800bb7c77fdd2a69c65e5691c72.tar.gz |
Document missing multibyte character handling in utilities specified
by POSIX.
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/pax.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 949e20c..c4dbb66 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -32,7 +32,7 @@ .\" @(#)pax.1 8.4 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd April 18, 1994 +.Dd July 3, 2004 .Dt PAX 1 .Os .Sh NAME @@ -1186,3 +1186,7 @@ a diagnostic message is written to and when .Nm completes it will exit with a non-zero exit status. +.Sh BUGS +The +.Nm +utility does not recognize multibyte characters. |