PID_MAX is now 99999.

PR:		docs/10530
Submitted by:	Ben Smithurst <ben@scientia.demon.co.uk>
This commit is contained in:
Ollivier Robert 1999-03-10 20:55:23 +00:00
parent cd1df78903
commit 1e06f30845
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44646

View file

@ -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 ) .