diff options
author | 2004-06-20 01:42:44 +0000 | |
---|---|---|
committer | 2004-06-20 01:42:44 +0000 | |
commit | 7834b8a77e8c2dfd8291a74643e7dbed5d0ce943 (patch) | |
tree | a2e8c4bdbe95675e805cf398040856bb02c85451 | |
parent | Fix inversed logic in handling the "nowait/waitok" flags. Bugs in two places (diff) | |
download | wireguard-openbsd-7834b8a77e8c2dfd8291a74643e7dbed5d0ce943.tar.xz wireguard-openbsd-7834b8a77e8c2dfd8291a74643e7dbed5d0ce943.zip |
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 |