aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>1999-03-10 20:55:23 +0000
committerOllivier Robert <roberto@FreeBSD.org>1999-03-10 20:55:23 +0000
commit1e06f3084507dd00cb3973425a3ee1d9113d95b2 (patch)
tree37ceb0abd4772d419cf895c121c1780d9f457873
parentcd1df78903ffb1b1b68ec0b67c3113af4dab983c (diff)
Notes
-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 6443d200c01e..35d836c9ec6f 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 ) .