SEE ALSO: add shm_overview(7).

This commit is contained in:
Michael Kerrisk 2008-07-02 05:01:23 +00:00
parent 27e8d1a56d
commit f93af9c668
4 changed files with 6 additions and 2 deletions

View File

@ -616,7 +616,8 @@ main(int argc, char *argv[])
.BR remap_file_pages (2),
.BR setrlimit (2),
.BR shmat (2),
.BR shm_open (3)
.BR shm_open (3),
.BR shm_overview (7)
.br
B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128-129 and 389-391.
.\"

View File

@ -293,4 +293,5 @@ would more clearly show its function.
.BR shmdt (2),
.BR ftok (3),
.BR capabilities (7),
.BR shm_overview (7),
.BR svipc (7)

View File

@ -287,4 +287,5 @@ number of shared memory segments
.BR shmctl (2),
.BR shmget (2),
.BR capabilities (7),
.BR shm_overview (7),
.BR svipc (7)

View File

@ -267,4 +267,5 @@ mounted under
.BR ftruncate (2),
.BR mmap (2),
.BR open (2),
.BR umask (2)
.BR umask (2),
.BR shm_overview (7)