diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-05-11 16:03:38 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-05-11 16:03:38 +0000 |
| commit | ce8973f06a0704cc1b4a5d5b2542bfd1dd60d37f (patch) | |
| tree | 7ce7c559604fa24a9199ba5486e1d61c13effd6b /lib/libpthread | |
| parent | 200f7053eed690d189980c3a215f3f3749f8afed (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/man/pthread_attr.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_attr.3 b/lib/libpthread/man/pthread_attr.3 index 773e42367ee5..5e87ba40181f 100644 --- a/lib/libpthread/man/pthread_attr.3 +++ b/lib/libpthread/man/pthread_attr.3 @@ -74,7 +74,7 @@ .Ft int .Fn pthread_attr_setschedparam "pthread_attr_t *attr" "const struct sched_param *param" .Ft int -.Fn pthread_attr_getschedparam "const pthread_attr_t *attr" "struct schedparam *param" +.Fn pthread_attr_getschedparam "const pthread_attr_t *attr" "struct sched_param *param" .Ft int .Fn pthread_attr_setschedpolicy "pthread_attr_t *attr" "int policy" .Ft int |
