mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
o EMFILE errno documented.
PR: 219209 Submitted by: yuri (with minor adjustment) Reviewed by: brooks
This commit is contained in:
parent
78b42ee37c
commit
c042d0ca4a
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue