diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-01 05:21:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-01 05:21:21 +0000 |
commit | 757b97ec1002f59df3e8e1c7522b3987142b4ca7 (patch) | |
tree | 27ccdfb56f8fdc72e53bfa923162521c10069312 /bin/ps | |
parent | 081d00cba428f7a5e9f1a0dcd067b0b9aba37134 (diff) |
use a standard format for EXAMPLES;
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 7c9d75d84ed..98b3e579dd9 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.52 2004/11/24 20:10:08 jmc Exp $ +.\" $OpenBSD: ps.1,v 1.53 2005/07/01 05:21:20 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -537,9 +537,9 @@ default swap device system namelist database .El .Sh EXAMPLES -.Li $ ps -auxw +Display information on all system processes: .Pp -Display information on all system processes. +.Dl $ ps -auxw .Sh SEE ALSO .Xr fstat 1 , .Xr kill 1 , |