From 853debf2e358b612a595ae421563683a1e774798 Mon Sep 17 00:00:00 2001
From: rpj 
Date: Tue, 14 Jun 2005 04:02:39 +0000
Subject: ''
---
 manual/pthread_setschedparam.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
(limited to 'manual/pthread_setschedparam.html')
diff --git a/manual/pthread_setschedparam.html b/manual/pthread_setschedparam.html
index 510ddf9..920c20b 100644
--- a/manual/pthread_setschedparam.html
+++ b/manual/pthread_setschedparam.html
@@ -5,7 +5,7 @@
 	PTHREAD_SETSCHEDPARAM(3) manual page
 	
 	
-	
+	
 	
 	
 
@@ -35,9 +35,7 @@ the thread target_thread as indicated by policy and
 (regular, non-real-time scheduling), SCHED_RR (real-time,
 round-robin) or SCHED_FIFO (real-time, first-in first-out).
 param specifies the scheduling priority for the two real-time
-policies. See sched_setpolicy(2)
-for more information on scheduling policies. 
-
+policies.
 Pthreads-w32 only supports SCHED_OTHER and does not support
 the real-time scheduling policies SCHED_RR and SCHED_FIFO.
 
@@ -112,4 +110,4 @@ codes: