diff options
Diffstat (limited to 'man3/mq_open.3')
| -rw-r--r-- | man3/mq_open.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/mq_open.3 b/man3/mq_open.3 index e6b5681c6d..5f140a43a5 100644 --- a/man3/mq_open.3 +++ b/man3/mq_open.3 @@ -147,24 +147,24 @@ was specified in and .I attr was not NULL, but -.I attr->mq_maxmsg +.I attr\->mq_maxmsg or -.I attr->mq_msqsize +.I attr\->mq_msqsize was invalid. Both of these fields must be greater than zero. In a process that is unprivileged (does not have the .B CAP_SYS_RESOURCE capability), -.I attr->mq_maxmsg +.I attr\->mq_maxmsg must be less than or equal to the .I msg_max limit, and -.I attr->mq_msgsize +.I attr\->mq_msgsize must be less than or equal to the .I msgsize_max limit. In addition, even in a privileged process, -.I attr->mq_maxmsg +.I attr\->mq_maxmsg cannot exceed the .B HARD_MAX limit. |
