svn commit: r343425 - stable/11/lib/libc/sys
Konstantin Belousov
kib at FreeBSD.org
Fri Jan 25 11:26:07 UTC 2019
Author: kib
Date: Fri Jan 25 11:26:05 2019
New Revision: 343425
URL: https://svnweb.freebsd.org/changeset/base/343425
Log:
MFC r328433:
EMFILE errno documented.
Modified:
stable/11/lib/libc/sys/shmat.2
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libc/sys/shmat.2
==============================================================================
--- stable/11/lib/libc/sys/shmat.2 Fri Jan 25 11:14:20 2019 (r343424)
+++ stable/11/lib/libc/sys/shmat.2 Fri Jan 25 11:26:05 2019 (r343425)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 2, 1995
+.Dd January 25, 2018
.Dt SHMAT 2
.Os
.Sh NAME
@@ -104,6 +104,11 @@ The
.Fa addr
argument
was not an acceptable address.
+.It Bq Er EMFILE
+Failed to attach the shared memory segment because the per-process
+.Va kern.ipc.shmseg
+.Xr sysctl 3
+limit was reached.
.El
.Pp
The
More information about the svn-src-stable
mailing list