]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/shm_open.2
xnu-2782.30.5.tar.gz
[apple/xnu.git] / bsd / man / man2 / shm_open.2
index 1b4bfc685d3aa28e66afaf6f538577b5e452786f..b9e63e86daaead1ef29c25fae1d5c6c17c38e9d5 100644 (file)
@@ -28,6 +28,7 @@
 .Nd open a shared memory object
 .Sh SYNOPSIS
 .Fd #include <sys/mman.h>
 .Nd open a shared memory object
 .Sh SYNOPSIS
 .Fd #include <sys/mman.h>
+.Fd #include <fcntl.h>
 .Ft int
 .Fo shm_open
 .Fa "const char *name"
 .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.
 .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:
 returns the current system limit.
 .Sh ERRORS
 The named object is opened unless: