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),