From fdd6a44f4c9d0ce7cc0c95845008369502509105 Mon Sep 17 00:00:00 2001 From: "Michael Kerrisk (man-pages)" Date: Mon, 25 May 2020 14:59:10 +0200 Subject: [PATCH] Manual pages: ipcmk.1, ipcrm.1, ipcs.1, lsipc.1: SEE ALSO: add sysvipc(7) These commands all relate to System V IPC, so point the reader at the relevant Section 7 page provided by the Linux man-pages project. Signed-off-by: Michael Kerrisk (man-pages) --- sys-utils/ipcmk.1 | 3 ++- sys-utils/ipcrm.1 | 3 ++- sys-utils/ipcs.1 | 3 ++- sys-utils/lsipc.1 | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys-utils/ipcmk.1 b/sys-utils/ipcmk.1 index 6102693cac..6de6d819db 100644 --- a/sys-utils/ipcmk.1 +++ b/sys-utils/ipcmk.1 @@ -46,7 +46,8 @@ Hayden A. James .ME .SH SEE ALSO .BR ipcrm (1), -.BR ipcs (1) +.BR ipcs (1), +.BR sysvipc (7) .SH AVAILABILITY The ipcmk command is part of the util-linux package and is available from .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/ diff --git a/sys-utils/ipcrm.1 b/sys-utils/ipcrm.1 index 6bb93f6bca..fc851352d7 100644 --- a/sys-utils/ipcrm.1 +++ b/sys-utils/ipcrm.1 @@ -109,7 +109,8 @@ compatibility the previous syntax is still supported. .BR shmctl (2), .BR shmdt (2), .BR shmget (2), -.BR ftok (3) +.BR ftok (3), +.BR sysvipc (7) .SH AVAILABILITY The ipcrm command is part of the util-linux package and is available from .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/ diff --git a/sys-utils/ipcs.1 b/sys-utils/ipcs.1 index 8fd1a33efb..e0662302de 100644 --- a/sys-utils/ipcs.1 +++ b/sys-utils/ipcs.1 @@ -126,7 +126,8 @@ Krishna Balasubramanian .BR semop (2), .BR shmat (2), .BR shmdt (2), -.BR shmget (2) +.BR shmget (2), +.BR sysvipc (7) .SH AVAILABILITY The ipcs command is part of the util-linux package and is available from .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/ diff --git a/sys-utils/lsipc.1 b/sys-utils/lsipc.1 index 71cf0cf749..e5ae55bbd5 100644 --- a/sys-utils/lsipc.1 +++ b/sys-utils/lsipc.1 @@ -131,7 +131,8 @@ Karel Zak .BR semop (2), .BR shmat (2), .BR shmdt (2), -.BR shmget (2) +.BR shmget (2), +.BR sysvipc (7) .SH AVAILABILITY The lsipc command is part of the util-linux package and is available from .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/ -- 2.47.3