From: Michael Kerrisk (man-pages) Date: Mon, 25 May 2020 12:59:10 +0000 (+0200) Subject: Manual pages: ipcmk.1, ipcrm.1, ipcs.1, lsipc.1: SEE ALSO: add sysvipc(7) X-Git-Tag: v2.36-rc1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd6a44f4c9d0ce7cc0c95845008369502509105;p=thirdparty%2Futil-linux.git 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) --- 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/