msgop.2: Correct the capability description for msgsnd() EACCESS error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-10-19 12:26:49 +02:00
parent e1b1b8985c
commit a42a171f7d
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ will be set to one among the following values:
The calling process does not have write permission on the message queue, The calling process does not have write permission on the message queue,
and does not have the and does not have the
.B CAP_IPC_OWNER .B CAP_IPC_OWNER
capability. capability in the user namespace that governs its IPC namespace.
.TP .TP
.B EAGAIN .B EAGAIN
The message can't be sent due to the The message can't be sent due to the