]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/mq_send.3
Fix redundant formatting macros
[thirdparty/man-pages.git] / man3 / mq_send.3
index a9266a99a17ee4ca785b6a88f7e40785249b7b75..5fe5425e23c14fcd40d65d45bb0623576b216c22 100644 (file)
@@ -43,7 +43,7 @@ Link with \fI\-lrt\fP.
 .SH DESCRIPTION
 .BR mq_send ()
 adds the message pointed to by
-.IR msg_ptr
+.I msg_ptr
 to the message queue referred to by the descriptor
 .IR mqdes .
 The
@@ -136,7 +136,7 @@ was less than zero, or because
 was less than zero or greater than 1000 million.
 .TP
 .B EMSGSIZE
-.IR msg_len
+.I msg_len
 was greater than the
 .I mq_msgsize
 attribute of the message queue.