diff --git a/man2/clone.2 b/man2/clone.2 index 7e880beb8..682d12ac1 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -287,7 +287,7 @@ the calling process. This flag is intended for the implementation of containers. .IP An IPC namespace provides an isolated view of System\ V IPC objects (see -.BR svipc (7)) +.BR sysvipc (7)) and (since Linux 2.6.30) .\" commit 7eafd7c74c3f2e67c27621b987b28397110d643f .\" https://lwn.net/Articles/312232/ diff --git a/man2/intro.2 b/man2/intro.2 index 830789d0a..594fbdad9 100644 --- a/man2/intro.2 +++ b/man2/intro.2 @@ -129,6 +129,6 @@ Note that these can be different from page to page! .BR signal (7), .BR socket (7), .BR standards (7), -.BR svipc (7), .BR symlink (7), +.BR sysvipc (7), .BR time (7) diff --git a/man2/ipc.2 b/man2/ipc.2 index 5efce883c..6792cebfc 100644 --- a/man2/ipc.2 +++ b/man2/ipc.2 @@ -67,4 +67,4 @@ and so on really are implemented as separate system calls. .BR shmctl (2), .BR shmdt (2), .BR shmget (2), -.BR svipc (7) +.BR sysvipc (7) diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 45d6cf29d..bbcd87ad1 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -388,4 +388,4 @@ flag in .BR msgsnd (2), .BR capabilities (7), .BR mq_overview (7), -.BR svipc (7) +.BR sysvipc (7) diff --git a/man2/msgget.2 b/man2/msgget.2 index 302ad8efb..71a036d89 100644 --- a/man2/msgget.2 +++ b/man2/msgget.2 @@ -246,4 +246,4 @@ would more clearly show its function. .BR ftok (3), .BR capabilities (7), .BR mq_overview (7), -.BR svipc (7) +.BR sysvipc (7) diff --git a/man2/msgop.2 b/man2/msgop.2 index ee457e8ba..a6edff14a 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -712,4 +712,4 @@ main(int argc, char *argv[]) .BR msgget (2), .BR capabilities (7), .BR mq_overview (7), -.BR svipc (7) +.BR sysvipc (7) diff --git a/man2/semctl.2 b/man2/semctl.2 index 5d0406c6b..d950e27ff 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -602,4 +602,4 @@ in Linux 4.6. .BR semop (2), .BR capabilities (7), .BR sem_overview (7), -.BR svipc (7) +.BR sysvipc (7) diff --git a/man2/semget.2 b/man2/semget.2 index 957449a7b..4af780fa1 100644 --- a/man2/semget.2 +++ b/man2/semget.2 @@ -318,4 +318,4 @@ would more clearly show its function. .BR ftok (3), .BR capabilities (7), .BR sem_overview (7), -.BR svipc (7) +.BR sysvipc (7) diff --git a/man2/semop.2 b/man2/semop.2 index 59ce9e91e..1d74dd5ca 100644 --- a/man2/semop.2 +++ b/man2/semop.2 @@ -551,5 +551,5 @@ if (semop(semid, sops, 2) == \-1) { .BR sigaction (2), .BR capabilities (7), .BR sem_overview (7), -.BR svipc (7), +.BR sysvipc (7), .BR time (7) diff --git a/man2/shmctl.2 b/man2/shmctl.2 index 16c7e86e2..20ce09894 100644 --- a/man2/shmctl.2 +++ b/man2/shmctl.2 @@ -447,4 +447,4 @@ flag in .BR shmget (2), .BR shmop (2), .BR capabilities (7), -.BR svipc (7) +.BR sysvipc (7) diff --git a/man2/shmget.2 b/man2/shmget.2 index adc839f03..3a20ff683 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -419,4 +419,4 @@ would more clearly show its function. .BR ftok (3), .BR capabilities (7), .BR shm_overview (7), -.BR svipc (7) +.BR sysvipc (7) diff --git a/man2/shmop.2 b/man2/shmop.2 index 2a4e7908e..d2be96884 100644 --- a/man2/shmop.2 +++ b/man2/shmop.2 @@ -299,4 +299,4 @@ number of shared memory segments .BR shmget (2), .BR capabilities (7), .BR shm_overview (7), -.BR svipc (7) +.BR sysvipc (7) diff --git a/man3/ftok.3 b/man3/ftok.3 index cd185d481..50fde5a1d 100644 --- a/man3/ftok.3 +++ b/man3/ftok.3 @@ -117,4 +117,4 @@ and files on .BR semget (2), .BR shmget (2), .BR stat (2), -.BR svipc (7) +.BR sysvipc (7) diff --git a/man5/proc.5 b/man5/proc.5 index 161dd3d73..ac2ef10c6 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -5792,7 +5792,7 @@ providing similar information to that available via .BR ipcs (1). These files have headers and are formatted (one IPC object per line) for easy understanding. -.BR svipc (7) +.BR sysvipc (7) provides further background on the information shown by these files. .TP .IR /proc/thread-self " (since Linux 3.17)" diff --git a/man7/namespaces.7 b/man7/namespaces.7 index 15a642f75..46264ef7d 100644 --- a/man7/namespaces.7 +++ b/man7/namespaces.7 @@ -332,7 +332,7 @@ See .SS IPC namespaces (CLONE_NEWIPC) IPC namespaces isolate certain IPC resources, namely, System V IPC objects (see -.BR svipc (7)) +.BR sysvipc (7)) and (since Linux 2.6.30) .\" commit 7eafd7c74c3f2e67c27621b987b28397110d643f .\" https://lwn.net/Articles/312232/