X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/224c70764cab4e0e39a26aaf3ad3016552f62f55..34e8f8296870d0e8695f90e1a54240a589d41312:/sys/shm_unlink.2 diff --git a/sys/shm_unlink.2 b/sys/shm_unlink.2 index dd57a49..7ecc66f 100644 --- a/sys/shm_unlink.2 +++ b/sys/shm_unlink.2 @@ -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