diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-03 02:03:44 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-03 02:03:44 +0000 |
commit | 128dc4a2e367eb9a66d26898531004140428b285 (patch) | |
tree | 12345ad3319f1f6818184339e8a117eeec83697a /bin/pax/pax.1 | |
parent | ee70653ec98ef29bfdccad7a2eb6207106021de9 (diff) | |
download | src-128dc4a2e367eb9a66d26898531004140428b285.tar.gz src-128dc4a2e367eb9a66d26898531004140428b285.zip |
Document missing multibyte character handling in utilities specified
by POSIX.
Notes
Notes:
svn path=/head/; revision=131513
Diffstat (limited to 'bin/pax/pax.1')
-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 949e20c0a9ca..c4dbb667974a 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. |