diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-24 19:17:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-24 19:17:11 +0000 |
commit | b13a77bac3c17efa5913e41250ca5619f6df8fcf (patch) | |
tree | 236c575f90dc12dcf640dec2c0d791d11d43e06e /bin/ps/ps.1 | |
parent | c4ef6f658a0b2ff64a24b75de083f6e6e3430a1f (diff) |
on MP machines, in STAT field, add /# where # is the cpu number so that
you can see processes move around; ok pval millert
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 4437576cbbc..124f4f6c38a 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.50 2004/06/20 01:42:44 aaron Exp $ +.\" $OpenBSD: ps.1,v 1.51 2004/11/24 19:17:10 deraadt Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -332,6 +332,9 @@ The process is being traced or debugged. .It x The process is being monitored by .Xr systrace 1 . +.It / Ns Ar n +On multiprocessor machines, specifies processor number +.Ar n . .El .It tt An abbreviation for the pathname of the controlling terminal, if any. |