From 5593795fc3f3f908c1aacc4fc4572059de1aff1e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 4 Nov 2018 17:19:36 +0100 Subject: [PATCH] msgctl.2: tfix Reported-by: Joe Lawrence Signed-off-by: Michael Kerrisk --- man2/msgctl.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 360bafc07..2175e73ff 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -223,7 +223,7 @@ Return a structure as for .BR IPC_STAT . However, the -.I msgid +.I msqid argument is not a queue identifier, but instead an index into the kernel's internal array that maintains information about all message queues on the system.