summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-02-21 22:54:35 +0000
committerdim <dim@FreeBSD.org>2014-02-21 22:54:35 +0000
commit8a524adf6453224712ce614762dcb40e736c7b84 (patch)
tree6517d2520126e6253bd71835d53bb1f1ce309072 /lib
parent0683fb66c179adc218a5ab46d022e7b5b9d26121 (diff)
parentac414654b33e4621cdb49e5b3020a09ad534e289 (diff)
downloadFreeBSD-src-8a524adf6453224712ce614762dcb40e736c7b84.zip
FreeBSD-src-8a524adf6453224712ce614762dcb40e736c7b84.tar.gz
Merge from head up to r262311.
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