From 4ea655e4bb08b93b563f8735e0e5882bd986b5bb Mon Sep 17 00:00:00 2001 From: David Xu Date: Fri, 2 Dec 2005 09:04:35 +0000 Subject: [PATCH] Fix markup. --- lib/libc/sys/mq_open.2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/mq_open.2 b/lib/libc/sys/mq_open.2 index d3563555a937..3c5eecfa6531 100644 --- a/lib/libc/sys/mq_open.2 +++ b/lib/libc/sys/mq_open.2 @@ -150,7 +150,10 @@ is .Dv NULL , the message queue is created with implementation-defined default message queue attributes. If attr is non-NULL and the calling process has the -appropriate privilege on name, the message queue mq_maxmsg and mq_msgsize +appropriate privilege on name, the message queue +.Va mq_maxmsg +and +.Va mq_msgsize attributes will be set to the values of the corresponding members in the .Vt mq_attr structure referred to by