From 9cba0f9670b3a0232b00c14724c147392f7e6f9a Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Fri, 21 Feb 2014 13:53:41 +0000 Subject: [PATCH] Match the correct variable to the variable description. PR: 121173 Submitted by: Thomas Mueller MFC after: 1 week --- lib/libc/sys/mq_getattr.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/mq_getattr.2 b/lib/libc/sys/mq_getattr.2 index 77253fcc9c9b..fc42d5914d04 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