diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-21 22:18:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-21 22:18:29 +0000 |
commit | a624a55349befd009bb777be9959a5509eadbfb8 (patch) | |
tree | c4d5794c3dd8b42bc19a3d0b2684f0a86762beb0 /bin/ps/ps.1 | |
parent | 344d1fb456e115c821a26586a85d9e3f058aff7a (diff) |
Do not mention /dev/drum anymore, since we won't use it. With tweaks from
jmc@
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 03691a67c3f..61dad84a85b 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.67 2008/06/17 15:54:50 jmc Exp $ +.\" $OpenBSD: ps.1,v 1.68 2009/01/21 22:18:28 miod Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: June 17 2008 $ +.Dd $Mdocdate: January 21 2009 $ .Dt PS 1 .Os .Sh NAME @@ -163,9 +163,8 @@ option implies the .Fl m option. .It Fl W Ar swap -Extract swap information from the specified file instead of the -default -.Dq /dev/drum . +When not using the running kernel, +extract swap information from the specified file. .It Fl w Use 132 columns to display information, instead of the default, which is the window size. @@ -221,7 +220,6 @@ The flags (in hexadecimal) associated with the process as in the include file .Aq Pa sys/proc.h : .Bd -literal -P_ADVLOCK 0x0000001 process may hold a POSIX advisory lock P_CONTROLT 0x0000002 process has a controlling terminal P_NOCLDSTOP 0x0000008 no SIGCHLD when children stop P_PPWAIT 0x0000010 parent is waiting for child to @@ -241,7 +239,6 @@ P_EXEC 0x0004000 process called exec(3) P_OWEUPC 0x0008000 owe process an addupc() call at next ast .\" the routine addupc is not documented in the man pages -P_FSTRACE 0x0010000 tracing via file system P_SSTEP 0x0020000 process needs single-step fixup P_SUGIDEXEC 0x0040000 last exec(3) was set[ug]id P_NOCLDWAIT 0x0080000 let pid 1 wait for my children @@ -509,8 +506,6 @@ Exit or stop status (valid only for stopped or zombie process). .Bl -tag -width "/var/db/kvm_bsd.dbXXX" -compact .It Pa /dev special files and device names -.It Pa /dev/drum -default swap device .It Pa /var/db/kvm_bsd.db system namelist database .It Pa /var/run/dev.db |