diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 06:55:11 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 06:55:11 +0000 |
commit | 3e6f48209fb1159a6ceb04d1acc6f1add775fc45 (patch) | |
tree | 72ceb92bea0f90da3a9209d6929cec5ee0f1df08 /bin/ps | |
parent | a6174cd0b609f882475db2af94f6559e5a5e6ff8 (diff) |
Add some rudimentary EXAMPLES sections and standardize the way we display
existing EXAMPLES sections.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 04c0ab29ac6..4e4ca50eb71 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.25 2000/06/18 17:59:54 niklas Exp $ +.\" $OpenBSD: ps.1,v 1.26 2000/10/18 06:55:09 aaron Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -512,6 +512,10 @@ wait channel (as a symbolic name) .It xstat exit or stop status (valid only for stopped or zombie process) .El +.Sh EXAMPLES +.Cm ps -auxw +.Pp +Display information on all system processes. .Sh FILES .Bl -tag -width /var/db/kvm_bsd.db -compact .It Pa /dev |