diff options
author | dyson <dyson@FreeBSD.org> | 1997-12-05 07:35:31 +0000 |
---|---|---|
committer | dyson <dyson@FreeBSD.org> | 1997-12-05 07:35:31 +0000 |
commit | 510c87e6e2a37e678c8f3442d54cec318645e437 (patch) | |
tree | 4886dcc69089e12e72b648e191c6701f2973b9ee /bin/ps/ps.1 | |
parent | e09d7daa420c02576b9d742d40a5c7563baba7ca (diff) | |
download | FreeBSD-src-510c87e6e2a37e678c8f3442d54cec318645e437.zip FreeBSD-src-510c87e6e2a37e678c8f3442d54cec318645e437.tar.gz |
Document the new -f flag.
PR: 5196
Submitted by: Matt Dillon <dillon@best.net>
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 68decc4..1b3cd7e 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 -.\" $Id: ps.1,v 1.13 1997/02/22 14:05:07 peter Exp $ +.\" $Id: ps.1,v 1.14 1997/08/19 21:52:07 jlemon Exp $ .\" .Dd April 18, 1994 .Dt PS 1 @@ -88,6 +88,8 @@ cpu calculation that ignores ``resident'' time (this normally has no effect). .It Fl e Display the environment as well. +.It Fl f +Work harder to get detailed process information. .It Fl h Repeat the information header as often as necessary to guarantee one header per page of information. |