diff options
author | tjr <tjr@FreeBSD.org> | 2004-03-21 11:24:06 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-03-21 11:24:06 +0000 |
commit | 6672d6d2e0483967c3cae4cad8b643abb823033d (patch) | |
tree | a060217581aa6184e4773c5dd329522ce0c94c5b /bin/ps | |
parent | 47d1fe672e1def40a64c9402e3deccd2326445fc (diff) | |
download | FreeBSD-src-6672d6d2e0483967c3cae4cad8b643abb823033d.zip FreeBSD-src-6672d6d2e0483967c3cae4cad8b643abb823033d.tar.gz |
Document incorrect handling of multibyte characters.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index a6bd751..9c9534a 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -32,7 +32,7 @@ .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd April 18, 1994 +.Dd March 21, 2004 .Dt PS 1 .Os .Sh NAME @@ -559,3 +559,8 @@ Since .Nm cannot run faster than the system and is run as any other scheduled process, the information it displays can never be exact. +.Pp +The +.Nm +utility does not correctly display argument lists containing multibyte +characters. |