From 6e9bcaa8472c7fcee361de5c61f0c9b2221bcc85 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 2 Mar 2006 01:48:59 +0000 Subject: [PATCH] ffix --- man7/mq_overview.7 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 9645710bf..f33115b53 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -32,9 +32,7 @@ this function returns a .I message queue descriptor .RI ( mqd_t ), which is used to refer to the open message queue in later calls. -Each message queue is identified by a -.I name -of the form +Each message queue is identified by a of the form .IR /somename . Two processes can operate on the same queue by passing the same name to .BR mq_open ().