svn commit: r222037 - head/lib/libc/sys

Jilles Tjoelker jilles at FreeBSD.org
Tue May 17 21:03:35 UTC 2011


Author: jilles
Date: Tue May 17 21:03:34 2011
New Revision: 222037
URL: http://svn.freebsd.org/changeset/base/222037

Log:
  mq_setattr(2): Add missing const to man page.
  
  The declaration in the header file is correct.
  
  MFC after:	1 week

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

Modified: head/lib/libc/sys/mq_setattr.2
==============================================================================
--- head/lib/libc/sys/mq_setattr.2	Tue May 17 19:20:32 2011	(r222036)
+++ head/lib/libc/sys/mq_setattr.2	Tue May 17 21:03:34 2011	(r222037)
@@ -37,7 +37,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 29, 2005
+.Dd May 17, 2011
 .Dt MQ_SETATTR 2
 .Os
 .Sh NAME
@@ -50,7 +50,7 @@
 .Ft int
 .Fo mq_setattr
 .Fa "mqd_t mqdes"
-.Fa "struct mq_attr *restrict mqstat"
+.Fa "const struct mq_attr *restrict mqstat"
 .Fa "struct mq_attr *restrict omqstat"
 .Fc
 .Sh DESCRIPTION


More information about the svn-src-head mailing list