diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-06-27 08:44:04 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-06-27 08:44:04 +0000 |
commit | a8afac01781378691e5a50fb99262efbd4b1cbb4 (patch) | |
tree | 2dcd7d577337afab017fa866c2100b3549f34f4b /share/man/man9 | |
parent | 2e54c02758a417bb62b13449892f83e983f5267f (diff) |
id -> ID
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/pfind.9 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man9/pfind.9 b/share/man/man9/pfind.9 index 554a6cbc3c9..2610b9f8bf2 100644 --- a/share/man/man9/pfind.9 +++ b/share/man/man9/pfind.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfind.9,v 1.3 2001/06/27 08:43:00 aaron Exp $ +.\" $OpenBSD: pfind.9,v 1.4 2001/06/27 08:44:03 aaron Exp $ .\" .\" Copyright (c) 1999 Marc Espie .\" All rights reserved. @@ -49,12 +49,11 @@ The and .Fn pgfind functions retrieve process and progress group structures from process and -process group ids. +process group IDs. .Pp Both functions return .Dv NULL -if the requested id can't be found. +if the requested ID can't be found. .Sh CODE REFERENCES Those functions are implemented in the file .Pa sys/kern/kern_proc.c . - |