mq_setattr(2): Add missing const to man page.

The declaration in the header file is correct.

MFC after:	1 week
This commit is contained in:
Jilles Tjoelker 2011-05-17 21:03:34 +00:00
parent cb315db598
commit 7a18096cea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222037

View File

@ -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