[2449] in Athena Bugs
bug in fork(2) man page, VSII platform, 6.2A release
daemon@ATHENA.MIT.EDU (Chris VanHaren (Athena User Consultant))
Thu Jun 22 14:09:04 1989
To: doc-bugs@ATHENA.MIT.EDU
From: Chris VanHaren (Athena User Consultant) <vanharen@ATHENA.MIT.EDU>
Date: Thu, 22 Jun 89 14:08:19 EDT
There is a redundancy in the fork(2) man page:
------------------------------------------------------------------------------
ERRORS
Fork will fail and no child process will be created if one
or more of the following are true:
[EAGAIN] The system-imposed limit on the total number
of processes under execution would be
exceeded. This limit is configuration-
dependent.
[EAGAIN] The system-imposed limit MAXUPRC
(<sys/param.h>) on the total number of
processes under execution by a single user
would be exceeded.
------------------------------------------------------------------------------
These two paragraphs should be combined into one. They are the same
error values...
Chris VanHaren