mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
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:
parent
cb315db598
commit
7a18096cea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222037
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user