diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-03-06 22:32:10 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-03-06 22:32:10 +0000 |
commit | 9519183a309ddb7d2e0493e6e6efe1634d296ff3 (patch) | |
tree | 5628740e91c5cc332be1642aa90a8d773dd71efd /lib | |
parent | d35c79adc3fff847622440581dfaab88d63c7721 (diff) |
The range of PIDs has changed, and always included zero.
Based on diff from Michal Mazurek (akfaew (at) jasminek.net)
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 ) . |