diff options
author | joel <joel@FreeBSD.org> | 2013-03-15 20:12:54 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-03-15 20:12:54 +0000 |
commit | 2ba67e203aad1ffa4650449d05e44a2b61e99ad6 (patch) | |
tree | 33ce444ce5867809f8179d3cfcb13267eb94e1c0 /bin/ps | |
parent | 90b1ba3bc42c541bb65e1492274cdbdeca8d1dea (diff) | |
download | FreeBSD-src-2ba67e203aad1ffa4650449d05e44a2b61e99ad6.zip FreeBSD-src-2ba67e203aad1ffa4650449d05e44a2b61e99ad6.tar.gz |
Add a few examples.
Obtained from: OpenBSD
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 7f69137..1a364f5 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -29,7 +29,7 @@ .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd February 7, 2013 +.Dd March 15, 2013 .Dt PS 1 .Os .Sh NAME @@ -689,6 +689,10 @@ attempts to automatically determine the terminal width. .It Pa /boot/kernel/kernel default system namelist .El +.Sh EXAMPLES +Display information on all system processes: +.Pp +.Dl $ ps -auxw .Sh SEE ALSO .Xr kill 1 , .Xr pgrep 1 , |