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) <mtk.manpages@xxxxxxxxx> --- 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 6102693ca..6de6d819d 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 6bb93f6bc..fc851352d 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 8fd1a33ef..e0662302d 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 71cf0cf74..e5ae55bbd 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.26.2