X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..bb59bff194111743b33cc36712410b5656329d3c:/bsd/man/man2/shm_open.2?ds=inline diff --git a/bsd/man/man2/shm_open.2 b/bsd/man/man2/shm_open.2 index 1b4bfc685..b9e63e86d 100644 --- a/bsd/man/man2/shm_open.2 +++ b/bsd/man/man2/shm_open.2 @@ -28,6 +28,7 @@ .Nd open a shared memory object .Sh SYNOPSIS .Fd #include +.Fd #include .Ft int .Fo shm_open .Fa "const char *name" @@ -122,7 +123,7 @@ not persist across a system reboot. .Pp The system imposes a limit on the number of file descriptors open simultaneously by one process. -.Xr Getdtablesize 2 +.Xr getdtablesize 2 returns the current system limit. .Sh ERRORS The named object is opened unless: