mq_receive.3: tfix

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2014-01-13 15:36:46 +08:00 committed by Michael Kerrisk
parent f27f40b7e8
commit 61a70efcfc
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MQ_RECEIVE 3 2013-11-08 "Linux" "Linux Programmer's Manual"
.TH MQ_RECEIVE 3 2014-01-13 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_receive, mq_timedreceive \- receive a message from a message queue
.SH SYNOPSIS
@ -65,7 +65,7 @@ The
.I msg_len
argument specifies the size of the buffer pointed to by
.IR msg_ptr ;
this must be greater than or equalt to the
this must be greater than or equal to the
.I mq_msgsize
attribute of the queue (see
.BR mq_getattr (3)).