From 404fb8d3febbeb2266c9ae3e1cac028c69d3511e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 27 Oct 2017 17:41:42 +0200 Subject: [PATCH] mq_overview.7: wfix Signed-off-by: Michael Kerrisk --- man7/mq_overview.7 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 3f9267d2a..d87d21f4c 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -68,11 +68,7 @@ of the arrival of a message on a previously empty queue using .PP A message queue descriptor is a reference to an .I "open message queue description" -.\" FIXME: "cf." means "compare". What is we're supposed to be -.\" comparing? open(2) is a big page and nowhere mentions message -.\" queues. Aren't the relevant differences between messages queues -.\" and files already described here, and isn't that the place for them? -(cf.\& +(see .BR open (2)). After a .BR fork (2),