Match the correct variable to the variable description.

PR:		121173
Submitted by:	Thomas Mueller <tmueller at sysgo.com>
MFC after:	1 week
This commit is contained in:
Christian Brueffer 2014-02-21 13:53:41 +00:00
parent 22354f09c8
commit 9cba0f9670
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262296

View File

@ -37,7 +37,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 29, 2005
.Dd February 21, 2014
.Dt MQ_GETATTR 2
.Os
.Sh NAME
@ -83,8 +83,8 @@ structure referenced by the
.Fa mqstat
argument will be set to the current state
of the message queue:
.Bl -tag -width ".Va mq_flags"
.It Va mq_flags
.Bl -tag -width ".Va mq_curmsgs"
.It Va mq_curmsgs
The number of messages currently on the queue.
.El
.Sh RETURN VALUES