Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Merge EAGAIN descriptions.



details:   https://anonhg.NetBSD.org/src/rev/b540e58726ee
branches:  trunk
changeset: 322072:b540e58726ee
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 16 15:02:37 2018 +0000

description:
Merge EAGAIN descriptions.

diffstat:

 share/man/man9/fork1.9 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 94cd69985ede -r b540e58726ee share/man/man9/fork1.9
--- a/share/man/man9/fork1.9    Mon Apr 16 14:51:59 2018 +0000
+++ b/share/man/man9/fork1.9    Mon Apr 16 15:02:37 2018 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index