diff options
author | 2005-07-01 05:21:20 +0000 | |
---|---|---|
committer | 2005-07-01 05:21:20 +0000 | |
commit | fee6b56a6f2e944fd484865c23d64ede448cca70 (patch) | |
tree | 42ab25b0b91df78f23b365d30db7978483bb915e | |
parent | whitespace; (diff) | |
download | wireguard-openbsd-fee6b56a6f2e944fd484865c23d64ede448cca70.tar.xz wireguard-openbsd-fee6b56a6f2e944fd484865c23d64ede448cca70.zip |
use a standard format for EXAMPLES;
-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 , |