Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 13:53:41 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262296 - head/lib/libc/sys
Message-ID:  <201402211353.s1LDrfOj079594@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Fri Feb 21 13:53:41 2014
New Revision: 262296
URL: http://svnweb.freebsd.org/changeset/base/262296

Log:
  Match the correct variable to the variable description.
  
  PR:		121173
  Submitted by:	Thomas Mueller <tmueller at sysgo.com>
  MFC after:	1 week

Modified:
  head/lib/libc/sys/mq_getattr.2

Modified: head/lib/libc/sys/mq_getattr.2
==============================================================================
--- head/lib/libc/sys/mq_getattr.2	Fri Feb 21 13:17:10 2014	(r262295)
+++ head/lib/libc/sys/mq_getattr.2	Fri Feb 21 13:53:41 2014	(r262296)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402211353.s1LDrfOj079594>