sched_setattr.2: SYNOPSIS: remove 'const' from 'attr' sched_getattr() argument

Reported-by: Christophe Blaess <Christophe@blaess.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-04 21:23:46 +01:00
parent 60569afd98
commit 4b081d8d9d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ set and get scheduling policy and attributes
.BI "int sched_setattr(pid_t " pid ", const struct sched_attr *" attr ,
.BI " unsigned int " flags );
.BI "int sched_getattr(pid_t " pid ", const struct sched_attr *" attr ,
.BI "int sched_getattr(pid_t " pid ", struct sched_attr *" attr ,
.BI " unsigned int " size ", unsigned int " flags );
.fi
.\" FIXME . Add feature test macro requirements