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 ENOMEM descriptions.



details:   https://anonhg.NetBSD.org/src/rev/b5e393e6fa0e
branches:  trunk
changeset: 347494:b5e393e6fa0e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 28 05:07:50 2016 +0000

description:
Merge ENOMEM descriptions.

diffstat:

 lib/libc/sys/brk.2 |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 86e28018daf3 -r b5e393e6fa0e lib/libc/sys/brk.2
--- a/lib/libc/sys/brk.2        Sun Aug 28 00:15:01 2016 +0000
+++ b/lib/libc/sys/brk.2        Sun Aug 28 05:07:50 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: brk.2,v 1.33 2016/08/27 23:06:01 dholland Exp $
+.\"    $NetBSD: brk.2,v 1.34 2016/08/28 05:07:50 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -183,12 +183,10 @@
 .It Bq Er ENOMEM
 The limit, as set by
 .Xr setrlimit 2 ,
-was exceeded.
-.It Bq Er ENOMEM
-The maximum possible size of a data segment (compiled into the
-system) was exceeded.
-.It Bq Er ENOMEM
-Insufficient space existed in the swap area
+was exceeded;
+or the maximum possible size of a data segment (compiled into the
+system) was exceeded;
+or insufficient space existed in the swap area
 to support the expansion.
 .El
 .Sh SEE ALSO



Home | Main Index | Thread Index | Old Index