Module Name: src
Committed By: wiz
Date: Mon Apr 16 15:02:37 UTC 2018
Modified Files:
src/share/man/man9: fork1.9
Log Message:
Merge EAGAIN descriptions.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/fork1.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/fork1.9
diff -u src/share/man/man9/fork1.9:1.15 src/share/man/man9/fork1.9:1.16
--- src/share/man/man9/fork1.9:1.15 Mon Apr 16 14:51:59 2018
+++ src/share/man/man9/fork1.9 Mon Apr 16 15:02:37 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: fork1.9,v 1.15 2018/04/16 14:51:59 kamil Exp $
+.\" $NetBSD: fork1.9,v 1.16 2018/04/16 15:02:37 wiz Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -139,9 +139,8 @@ returns 0.
Otherwise, the following error values are returned:
.Bl -tag -width [EAGAIN]
.It Bq Er EAGAIN
-The limit on the total number of system processes would be exceeded.
-.It Bq Er EAGAIN
-The limit
+The limit on the total number of system processes would be exceeded;
+or the limit
.Dv RLIMIT_NPROC
on the total number of processes under execution by this
user id would be exceeded.