Document incorrect handling of multibyte characters.

This commit is contained in:
Tim J. Robbins 2004-03-21 11:24:06 +00:00
parent f791df19bd
commit b59ca66070
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127270

View File

@ -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.