mq_overview.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-27 17:41:42 +02:00
parent 9ab7f611ed
commit 404fb8d3fe
1 changed files with 1 additions and 5 deletions

View File

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