diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2004-06-20 01:42:45 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2004-06-20 01:42:45 +0000 |
commit | e68ac260309665fa191770c4879e942a98a79ae5 (patch) | |
tree | 862eb532f394e541ccf77a1e7ba16abb82c1f7e6 | |
parent | 2830f155af93d3ddafe76e19b4bdbdf18cd9c58e (diff) |
Fix description of the cpuid keyword. The current wording is misleading since
the CPU ID *can* be 0 on SMP systems (meaning the first processor). miod@ ok
-rw-r--r-- | bin/ps/ps.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 1946b1a2647..4437576cbbc 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.49 2004/06/11 06:35:31 deraadt Exp $ +.\" $OpenBSD: ps.1,v 1.50 2004/06/20 01:42:44 aaron Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -381,7 +381,7 @@ command and arguments (alias args) .It cpu short-term CPU usage factor (for scheduling) .It cpuid -CPU id (non-zero in multiprocessor systems) +CPU ID (zero on single processor systems) .It dsiz data size (in Kbytes) .It emul |