diff options
author | Maxim Konovalov <maxim@FreeBSD.org> | 2018-01-26 08:38:26 +0000 |
---|---|---|
committer | Maxim Konovalov <maxim@FreeBSD.org> | 2018-01-26 08:38:26 +0000 |
commit | c042d0ca4a2432882fc4be47ceb64b394ffe6cec (patch) | |
tree | 9470254b67d72356e2a4c41e0eee6d0505129bdb | |
parent | 78b42ee37c4c6764c68fd7313ff2af2b417e73ce (diff) |
Notes
-rw-r--r-- | lib/libc/sys/shmat.2 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2 index fd1db932ce85..e7fbe0fba0ae 100644 --- a/lib/libc/sys/shmat.2 +++ b/lib/libc/sys/shmat.2 @@ -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 |