]> git.saurik.com Git - apple/libc.git/blobdiff - sys/shm_unlink.2
Libc-583.tar.gz
[apple/libc.git] / sys / shm_unlink.2
index dd57a49f42316d51005f9919dd58bae101e0ec97..7ecc66fd4fb2e52b6bd532a7eedfba47168f2569 100644 (file)
@@ -66,9 +66,12 @@ succeeds unless:
 Permission is denied to be remove the object.
 .It Bq Er ENAMETOOLONG
 .Fa name
-exceeded
-.Dv SHM_NAME_MAX
-characters.
+exceeded the name size limit.
+This is currently
+.Dv PSHMNAMLEN
+characters (defined in
+.In sys/posix_shm.h ) ,
+but this may change in the future.
 .It Bq Er ENOENT
 The named object does not exist.
 .El