Blob Blame History Raw
From 6a80c45422c6163828a0ae5b8c2a785a0f1b18b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
Date: Tue, 4 Aug 2015 11:55:43 +0200
Subject: [PATCH] sched.7: Fix swapped descriptions of sched_get_priority_max
 and sched_get_priority_min

---
 man7/sched.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man7/sched.7 b/man7/sched.7
index ac518b2..743d52b 100644
--- a/man7/sched.7
+++ b/man7/sched.7
@@ -49,10 +49,10 @@ Set the scheduling parameters of a specified thread.
 Fetch the scheduling parameters of a specified thread.
 .TP
 .BR sched_get_priority_max (2)
-Return the minimum priority available in a specified scheduling policy.
+Return the maximum priority available in a specified scheduling policy.
 .TP
 .BR sched_get_priority_min (2)
-Return the maximum priority available in a specified scheduling policy.
+Return the minimum priority available in a specified scheduling policy.
 .TP
 .BR sched_rr_get_interval (2)
 Fetch the quantum used for threads that are scheduled under
-- 
2.4.3