diff options
author | roberto <roberto@FreeBSD.org> | 1999-03-10 20:55:23 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 1999-03-10 20:55:23 +0000 |
commit | 8d2710f4004df8624028d834d4891cf427ea756a (patch) | |
tree | c44a95d9312136ba3d92eac6ab4154a527199ad2 /lib | |
parent | 28cc7091aa6b22228ffccd0659848a51bb3de746 (diff) | |
download | FreeBSD-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.2 | 2 |
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 ) . |