OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man2 / shmop.2
index 3836a60..c3eb226 100644 (file)
@@ -234,19 +234,19 @@ SVr4, POSIX.1-2001.
 
 In SVID 3 (or perhaps earlier)
 the type of the \fIshmaddr\fP argument was changed from
-.I "char *"
+.I "char\ *"
 into
-.IR "const void *" ,
+.IR "const void\ *" ,
 and the returned type of
 .BR shmat ()
 from
-.I "char *"
+.I "char\ *"
 into
-.IR "void *" .
+.IR "void\ *" .
 (Linux libc4 and libc5 have the
-.I "char *"
+.I "char\ *"
 prototypes; glibc2 has
-.IR "void *" .)
+.IR "void\ *" .)
 .SH NOTES
 Using
 .BR shmat ()
@@ -292,3 +292,11 @@ number of shared memory segments
 .BR capabilities (7),
 .BR shm_overview (7),
 .BR svipc (7)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.