From 4b081d8d9d885936029cc4ee3b882be3199034d1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 4 Feb 2015 21:23:46 +0100 Subject: [PATCH] sched_setattr.2: SYNOPSIS: remove 'const' from 'attr' sched_getattr() argument Reported-by: Christophe Blaess Signed-off-by: Michael Kerrisk --- man2/sched_setattr.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2 index 48866c1a8..cd449ae3e 100644 --- a/man2/sched_setattr.2 +++ b/man2/sched_setattr.2 @@ -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