summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1999-03-10 20:55:23 +0000
committerroberto <roberto@FreeBSD.org>1999-03-10 20:55:23 +0000
commit8d2710f4004df8624028d834d4891cf427ea756a (patch)
treec44a95d9312136ba3d92eac6ab4154a527199ad2 /lib
parent28cc7091aa6b22228ffccd0659848a51bb3de746 (diff)
downloadFreeBSD-src-8d2710f4004df8624028d834d4891cf427ea756a.zip
FreeBSD-src-8d2710f4004df8624028d834d4891cf427ea756a.tar.gz
PID_MAX is now 99999.
PR: docs/10530 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/intro.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 6443d20..35d836c 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 ) .
OpenPOWER on IntegriCloud