From 8d2710f4004df8624028d834d4891cf427ea756a Mon Sep 17 00:00:00 2001 From: roberto Date: Wed, 10 Mar 1999 20:55:23 +0000 Subject: [PATCH] PID_MAX is now 99999. PR: docs/10530 Submitted by: Ben Smithurst --- lib/libc/sys/intro.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 6443d200c01..35d836c9ec6 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -421,7 +421,7 @@ system. .Bl -tag -width Ds .It Process ID . Each active process in the system is uniquely identified by a non-negative -integer called a process ID. The range of this ID is from 0 to 30000. +integer called a process ID. The range of this ID is from 0 to 99999. .It Parent process ID A new process is created by a currently active process; (see .Xr fork 2 ) . -- 2.45.2