diff --git a/lib/libc/sys/sched_get_priority_max.2 b/lib/libc/sys/sched_get_priority_max.2 index 82b8685ee1f..0f1c8d83573 100644 --- a/lib/libc/sys/sched_get_priority_max.2 +++ b/lib/libc/sys/sched_get_priority_max.2 @@ -113,8 +113,9 @@ No process can be found corresponding to that specified by .Xr sched_setscheduler 2 .Sh STANDARDS The -.Fn sched_setscheduler +.Fn sched_get_priority_max , +.Fn sched_get_priority_min , and -.Fn sched_getscheduler +.Fn sched_rr_get_interval functions conform to .St -p1003.1b-93 .