diff options
Diffstat (limited to 'man3/shm_open.3')
-rw-r--r-- | man3/shm_open.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/shm_open.3 b/man3/shm_open.3 index 00b53fcb..0160f670 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -166,7 +166,7 @@ an object with the same will fail (unless .B O_CREAT was specified, in which case a new, distinct object is created). -.SH "RETURN VALUE" +.SH RETURN VALUE On success, .BR shm_open () returns a nonnegative file descriptor. @@ -246,13 +246,13 @@ a that does not exist. .SH VERSIONS These functions are provided in glibc 2.2 and later. -.SH "CONFORMING TO" +.SH CONFORMING TO POSIX.1-2001. .LP POSIX.1-2001 says that the group ownership of a newly created shared memory object is set to either the calling process's effective group ID or "a system default group ID". -.SH "NOTES" +.SH NOTES .LP POSIX leaves the behavior of the combination of .B O_RDONLY @@ -266,7 +266,7 @@ The POSIX shared memory object implementation on Linux 2.4 makes use of a dedicated file system, which is normally mounted under .IR /dev/shm . -.SH "SEE ALSO" +.SH SEE ALSO .BR close (2), .BR fchmod (2), .BR fchown (2), |