]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ipc.5 --> ipc.7
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 00:38:38 +0000 (00:38 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 00:38:38 +0000 (00:38 +0000)
man2/msgctl.2
man2/msgget.2
man2/msgop.2
man2/semctl.2
man2/semget.2
man2/semop.2
man2/shmget.2
man2/shmop.2
man3/ftok.3
man5/ipc.5 [new file with mode: 0644]
man7/ipc.7

index cf4b7d5f6c7392e89f2d7ad3896bb106095d0736..c5f14f505dc8fad647ba67c7d2d73f8476841ecf 100644 (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)
index c452067ddd4282f22fa12f86bf417cdfba878505..8b09b5714f7877853d24b1802d9343740f6d7967 100644 (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)
index 22b5129b6af04a3aea7bf9250fc34f9b120a480a..0554514de8023fb0582282388306f2f45fea57a3 100644 (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)
index 62c2d9099c393946baab4286ee18f4c84672eb61..89e7b65c18009aee56bcc881c56c7425cbf820ee 100644 (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)
index 8e7dbfc1ff5be6c0dff98f9c501b16ca2c9672f3..0a8fcf71bdc417d8d836646b369dbfc9d6442671 100644 (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)
index 11c171a09fb029ae97f21e417187452d3fd7c36c..e303b51c41936bee32ba9d30ceac7718d76f2cde 100644 (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)
index 9ddd3059e6ad6e2c7b00b3f1bc709fe9921913ee..0f51ea0e0323bfa93c2cbde93e54e042db8df7b3 100644 (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)
index b0228297e7040ed1bc63b4071a134bf72a7ad142..2586600740972f701f8641ed7a31b69e7e5f9346 100644 (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)
index 4f19d4ac4a1cb048639f5eddf4e82ecd93205ff1..dc4832e89957c6bd51fc566624cdeafbdd9fa442 100644 (file)
@@ -97,4 +97,4 @@ and files on
 .BR semget (2),
 .BR shmget (2),
 .BR stat (2),
-.BR ipc (5)
+.BR ipc (7)
diff --git a/man5/ipc.5 b/man5/ipc.5
new file mode 100644 (file)
index 0000000..26fc72c
--- /dev/null
@@ -0,0 +1 @@
+.so man7/ipc.7
index 82048dc1ee82d4ee0bf9863879980ed4baa0dc8b..1ecde423dcf9819f1246b0ab3917442699044192 100644 (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