Author: brueffer
Date: Fri Feb 28 00:44:41 2014
New Revision: 262589
URL: http://svnweb.freebsd.org/changeset/base/262589

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

Modified:
  stable/9/lib/libc/sys/mq_getattr.2
Directory Properties:
  stable/9/lib/libc/   (props changed)
  stable/9/lib/libc/sys/   (props changed)

Modified: stable/9/lib/libc/sys/mq_getattr.2
==============================================================================
--- stable/9/lib/libc/sys/mq_getattr.2  Fri Feb 28 00:43:27 2014        
(r262588)
+++ stable/9/lib/libc/sys/mq_getattr.2  Fri Feb 28 00:44:41 2014        
(r262589)
@@ -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
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to