summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2014-02-21 13:53:41 +0000
committerbrueffer <brueffer@FreeBSD.org>2014-02-21 13:53:41 +0000
commit7b885e10a072f01b2512c1dcc9126678f92a36ec (patch)
tree436247c6b61d580b144c1638f12252b958667cec /lib
parente5f274b4b00c086dc655b84c003d4ac095851d99 (diff)
downloadFreeBSD-src-7b885e10a072f01b2512c1dcc9126678f92a36ec.zip
FreeBSD-src-7b885e10a072f01b2512c1dcc9126678f92a36ec.tar.gz
Match the correct variable to the variable description.
PR: 121173 Submitted by: Thomas Mueller <tmueller at sysgo.com> MFC after: 1 week
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/mq_getattr.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/mq_getattr.2 b/lib/libc/sys/mq_getattr.2
index 77253fc..fc42d59 100644
--- a/lib/libc/sys/mq_getattr.2
+++ b/lib/libc/sys/mq_getattr.2
@@ -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
OpenPOWER on IntegriCloud