Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Merge two EAGAIN sections.



details:   https://anonhg.NetBSD.org/src/rev/6a5f48677831
branches:  trunk
changeset: 346417:6a5f48677831
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 12 12:24:40 2016 +0000

description:
Merge two EAGAIN sections.

diffstat:

 lib/libc/sys/fork.2 |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r d978858ebfdc -r 6a5f48677831 lib/libc/sys/fork.2
--- a/lib/libc/sys/fork.2       Tue Jul 12 10:56:01 2016 +0000
+++ b/lib/libc/sys/fork.2       Tue Jul 12 12:24:40 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fork.2,v 1.23 2016/07/09 23:10:05 dholland Exp $
+.\"    $NetBSD: fork.2,v 1.24 2016/07/12 12:24:40 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -109,13 +109,12 @@
 .Sh ERRORS
 .Fn fork
 will fail and no child process will be created if:
-.Bl -tag -width [EAGAIN]
+.Bl -tag -width XEAGAINXX
 .It Bq Er EAGAIN
 The system-imposed limit on the total
 number of processes under execution would be exceeded.
-This limit is configuration-dependent.
-.It Bq Er EAGAIN
-The limit
+This limit is configuration-dependent; or
+the limit
 .Dv RLIMIT_NPROC
 on the total number of
 processes under execution by this user id would be exceeded.



Home | Main Index | Thread Index | Old Index