summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-06-27 08:44:04 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-06-27 08:44:04 +0000
commita8afac01781378691e5a50fb99262efbd4b1cbb4 (patch)
tree2dcd7d577337afab017fa866c2100b3549f34f4b
parent2e54c02758a417bb62b13449892f83e983f5267f (diff)
id -> ID
-rw-r--r--share/man/man9/pfind.97
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 .
-