diff --git a/man3/pthread_attr_setschedpolicy.3 b/man3/pthread_attr_setschedpolicy.3 index 34fdc8631..e062fe685 100644 --- a/man3/pthread_attr_setschedpolicy.3 +++ b/man3/pthread_attr_setschedpolicy.3 @@ -31,10 +31,9 @@ scheduling policy attribute in thread attributes object .nf .B #include .PP -.BI "int pthread_attr_setschedpolicy(pthread_attr_t *" attr \ -", int " policy ); -.BI "int pthread_attr_getschedpolicy(const pthread_attr_t *" attr , -.BI " int " *policy ); +.BI "int pthread_attr_setschedpolicy(pthread_attr_t *" attr ", int " policy ); +.BI "int pthread_attr_getschedpolicy(const pthread_attr_t *restrict " attr , +.BI " int *restrict " policy ); .PP Compile and link with \fI\-pthread\fP. .fi