summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-05-29 20:41:31 +0000
committerjmc <jmc@openbsd.org>2003-05-29 20:41:31 +0000
commit2a2cf0c322dadabd477608cd31f5216c62d10ebb (patch)
tree0f3077dd16c33b5fa4f77609ada8ab84bd51a106
parentmissing full stop. (diff)
downloadwireguard-openbsd-2a2cf0c322dadabd477608cd31f5216c62d10ebb.tar.xz
wireguard-openbsd-2a2cf0c322dadabd477608cd31f5216c62d10ebb.zip
- section reorder
- killed unnecessary .Ns
-rw-r--r--bin/ps/ps.112
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index af9cfef3c77..55bce5d43d2 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ps.1,v 1.40 2003/04/28 06:27:36 jmc Exp $
+.\" $OpenBSD: ps.1,v 1.41 2003/05/29 20:41:31 jmc Exp $
.\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
@@ -278,7 +278,7 @@ Marks a process that is sleeping for less than about 20 seconds.
Marks a stopped process.
.It Z
Marks a dead process (a
-.Dq zombie Ns ) .
+.Dq zombie ) .
.El
.Pp
Additional characters after these, if any, indicate additional state
@@ -524,10 +524,6 @@ wait channel (as a symbolic name)
.It xstat
exit or stop status (valid only for stopped or zombie process)
.El
-.Sh EXAMPLES
-.Li $ ps -auxw
-.Pp
-Display information on all system processes.
.Sh FILES
.Bl -tag -width /var/db/kvm_bsd.db -compact
.It Pa /dev
@@ -539,6 +535,10 @@ default swap device
.It Pa /var/db/kvm_bsd.db
system namelist database
.El
+.Sh EXAMPLES
+.Li $ ps -auxw
+.Pp
+Display information on all system processes.
.Sh SEE ALSO
.Xr kill 1 ,
.Xr sh 1 ,