Module Name: src
Committed By: wiz
Date: Sun Aug 28 05:07:50 UTC 2016
Modified Files:
src/lib/libc/sys: brk.2
Log Message:
Merge ENOMEM descriptions.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/brk.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/brk.2
diff -u src/lib/libc/sys/brk.2:1.33 src/lib/libc/sys/brk.2:1.34
--- src/lib/libc/sys/brk.2:1.33 Sat Aug 27 23:06:01 2016
+++ src/lib/libc/sys/brk.2 Sun Aug 28 05:07:50 2016
@@ -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 @@ one of the following are true:
.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