OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / shm_open.3
index 726d779..67dec98 100644 (file)
@@ -1,7 +1,6 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (C) 2002 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" FIXME . Add an example to this page
 .TH SHM_OPEN 3 2009-02-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
-shm_open, shm_unlink \- Create/open or unlink POSIX shared memory objects
+shm_open, shm_unlink \- create/open or unlink POSIX shared memory objects
 .SH SYNOPSIS
 .B #include <sys/mman.h>
 .br
@@ -108,7 +108,7 @@ is listed in
 (Symbolic definitions of these constants can be obtained by including
 .IR <sys/stat.h> .)
 .sp
-A new shared memory object initially has zero length \(em the size of the
+A new shared memory object initially has zero length\(emthe size of the
 object can be set using
 .BR ftruncate (2).
 The newly allocated bytes of a shared memory
@@ -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
@@ -260,13 +260,13 @@ and
 .B O_TRUNC
 unspecified.
 On Linux, this will successfully truncate an existing
-shared memory object \(em this may not be so on other UNIX systems.
+shared memory object\(emthis may not be so on other UNIX systems.
 .LP
 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),