From 5813ff929b9d1d1654b7f3af59e88dd7b5c4d830 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 10 May 2014 07:23:15 +0200 Subject: [PATCH] sched.7: spfix Signed-off-by: Michael Kerrisk --- man7/sched.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/sched.7 b/man7/sched.7 index 8a5db44b4..74d23e532 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -52,7 +52,7 @@ Return the minimum priority available in a specified scheduling policy. .BR sched_get_priority_min (2) Return the maximum priority available in a specified scheduling policy. .TP -.BR sched_rr_getinterval (2) +.BR sched_rr_get_interval (2) Fetch the quantum used for threads that are scheduled under the "round-robin" scheduling policy. .TP