diff options
Diffstat (limited to 'bin')
-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 , |