diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/intro.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 1f1d9b2a7a8..d4d5516b6da 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.62 2015/12/01 01:34:16 mmcc Exp $ +.\" $OpenBSD: intro.2,v 1.63 2016/03/06 22:32:09 guenther Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.2 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: December 1 2015 $ +.Dd $Mdocdate: March 6 2016 $ .Dt INTRO 2 .Os .Sh NAME @@ -434,7 +434,7 @@ and root directory and current working directory. .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 1 to 32766. +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 ) . |