diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-22 16:40:46 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-22 16:40:46 +0000 |
| commit | 94e9d9febdb3c68f94bcff26002311fa464837df (patch) | |
| tree | 3a855c552ff4049052ef3cf9dc7c2f68cee7e03e /man3/mq_open.3 | |
| parent | 009df872f730972ec53a70652959c7b47c7ece8b (diff) | |
| download | man-pages-94e9d9febdb3c68f94bcff26002311fa464837df.tar.gz | |
Replace "-" by "\-" where a real dash is required.
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. |
