aboutsummaryrefslogtreecommitdiffstats
path: root/man7/mq_overview.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-22 16:40:46 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-22 16:40:46 +0000
commit94e9d9febdb3c68f94bcff26002311fa464837df (patch)
tree3a855c552ff4049052ef3cf9dc7c2f68cee7e03e /man7/mq_overview.7
parent009df872f730972ec53a70652959c7b47c7ece8b (diff)
downloadman-pages-94e9d9febdb3c68f94bcff26002311fa464837df.tar.gz
Replace "-" by "\-" where a real dash is required.
Diffstat (limited to 'man7/mq_overview.7')
-rw-r--r--man7/mq_overview.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/mq_overview.7 b/man7/mq_overview.7
index d78b098179..8c20c0e019 100644
--- a/man7/mq_overview.7
+++ b/man7/mq_overview.7
@@ -135,7 +135,7 @@ kernel memory consumed by POSIX message queues:
This file can be used to view and change the ceiling value for the
maximum number of messages in a queue.
This value acts as a ceiling on the
-.I attr->mq_maxmsg
+.I attr\->mq_maxmsg
argument given to
.BR mq_open (3).
The default and minimum value for
@@ -154,7 +154,7 @@ ceiling is nevertheless imposed.
This file can be used to view and change the ceiling on the
maximum message size.
This value acts as a ceiling on the
-.I attr->mq_msgsize
+.I attr\->mq_msgsize
argument given to
.BR mq_open (3).
The default and minimum value for