ipc.5 --> ipc.7

This commit is contained in:
Michael Kerrisk 2006-04-21 00:38:38 +00:00
parent 1be1612246
commit 922436594f
11 changed files with 13 additions and 12 deletions

View File

@ -328,6 +328,6 @@ SVr4, SVID. SVID does not document the EIDRM error condition.
.BR msgget (2),
.BR msgrcv (2),
.BR msgsnd (2),
.BR ipc (5),
.BR capabilities (7),
.BR ipc (7),
.BR mq_overview (7)

View File

@ -215,6 +215,6 @@ on a message queue scheduled for deletion.
.BR msgrcv (2),
.BR msgsnd (2),
.BR ftok (3),
.BR ipc (5),
.BR capabilities (7),
.BR ipc (7),
.BR mq_overview (7)

View File

@ -434,6 +434,6 @@ and for the system wide maximum size in bytes of the message pool
.BR msgget (2),
.BR msgrcv (2),
.BR msgsnd (2),
.BR ipc (5),
.BR capabilities (7),
.BR ipc (7),
.BR mq_overview (7)

View File

@ -505,6 +505,6 @@ SVr4, SVID. SVr4 documents more error conditions EINVAL and EOVERFLOW.
.BR ipc (2),
.BR semget (2),
.BR semop (2),
.BR ipc (5),
.BR capabilities (7),
.BR ipc (7),
.BR sem_overview (7)

View File

@ -270,6 +270,6 @@ ERANGE, EFAULT.
.BR semctl (2),
.BR semop (2),
.BR ftok (3),
.BR ipc (5),
.BR capabilities (7),
.BR ipc (7),
.BR sem_overview (7)

View File

@ -480,6 +480,6 @@ ENOSPC.
.BR semctl (2),
.BR semget (2),
.BR sigaction (2),
.BR ipc (5),
.BR capabilities (7),
.BR ipc (7),
.BR sem_overview (7)

View File

@ -282,5 +282,5 @@ is a non-portable Linux extension.
.BR shmctl (2),
.BR shmdt (2),
.BR ftok (3),
.BR ipc (5),
.BR capabilities (7)
.BR capabilities (7),
.BR ipc (7)

View File

@ -287,5 +287,5 @@ prototypes; glibc2 has
.BR mmap (2),
.BR shmctl (2),
.BR shmget (2),
.BR ipc (5),
.BR capabilities (7)
.BR capabilities (7),
.BR ipc (7)

View File

@ -97,4 +97,4 @@ and files on
.BR semget (2),
.BR shmget (2),
.BR stat (2),
.BR ipc (5)
.BR ipc (7)

1
man5/ipc.5 Normal file
View File

@ -0,0 +1 @@
.so man7/ipc.7

View File

@ -22,7 +22,7 @@
.\"
.\" FIXME There is now duplication of some of the information
.\" below in semctl.2, msgctl.2, and shmctl.2 -- MTK, Nov 04
.TH IPC 5 1993-11-01 "Linux 0.99.13" "Linux Programmer's Manual"
.TH IPC 7 1993-11-01 "Linux 0.99.13" "Linux Programmer's Manual"
.SH NAME
ipc \- System V interprocess communication mechanisms
.SH SYNOPSIS