diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-04-26 05:09:22 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-04-26 05:09:22 +0000 |
| commit | 0588fce1ba7b28a68e7458caedc754c99ec9101b (patch) | |
| tree | 17b4f9c9aca2d761ed805ebb8f1557e5c6cad46d /lib/libc | |
| parent | 36273c5d7927f874f6ea8606218ce59ed9255bc2 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/sched_get_priority_max.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/sched_get_priority_max.2 b/lib/libc/sys/sched_get_priority_max.2 index ff76420b776d..5f3094adda66 100644 --- a/lib/libc/sys/sched_get_priority_max.2 +++ b/lib/libc/sys/sched_get_priority_max.2 @@ -46,8 +46,10 @@ The .Fn sched_get_priority_max and .Fn sched_get_priority_min -functions return the appropriate maximum or minimum, respectfully, -for the scheduling policy specified by policy. The +functions return the appropriate maximum or minimum, respectively, +for the scheduling policy specified by +.Fa policy . +The .Fn sched_rr_get_interval function updates the .Fa timespec |
