From e68ac260309665fa191770c4879e942a98a79ae5 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Sun, 20 Jun 2004 01:42:45 +0000 Subject: 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 --- bin/ps/ps.1 | 4 ++-- 1 file 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 -- cgit v1.2.3