diff options
-rw-r--r-- | manual/ChangeLog | 4 | ||||
-rw-r--r-- | manual/pthread_setschedparam.html | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/manual/ChangeLog b/manual/ChangeLog index c07cdd7..ae3c308 100644 --- a/manual/ChangeLog +++ b/manual/ChangeLog @@ -1,3 +1,7 @@ +2008-06-30 Ross Johnson <ross at callisto.canberra.edu.au> + + pthread_setschedparam.html: Fix "see also" links. + 2005-05-06 Ross Johnson <ross at callisto.canberra.edu.au> * PortabilityIssues.html: Was nonPortableIssues.html. diff --git a/manual/pthread_setschedparam.html b/manual/pthread_setschedparam.html index 920c20b..8dbb9c4 100644 --- a/manual/pthread_setschedparam.html +++ b/manual/pthread_setschedparam.html @@ -3,9 +3,10 @@ <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> <TITLE>PTHREAD_SETSCHEDPARAM(3) manual page</TITLE> - <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3 (Linux)"> + <META NAME="GENERATOR" CONTENT="OpenOffice.org 2.4 (Linux)"> <META NAME="CREATED" CONTENT="20050504;18110100"> - <META NAME="CHANGED" CONTENT="20050614;14012300"> + <META NAME="CHANGEDBY" CONTENT="Ross Johnson"> + <META NAME="CHANGED" CONTENT="20080630;22330400"> <!-- manual page source format generated by PolyglotMan v3.2, --> <!-- available at http://polyglotman.sourceforge.net/ --> </HEAD> @@ -86,8 +87,8 @@ codes: <P><A HREF="sched_setscheduler.html"><B>sched_setscheduler</B>(2)</A> , <A HREF="sched_getscheduler.html"><B>sched_getscheduler</B>(2)</A> , <A HREF="sched_getparam.html"><B>sched_getparam</B>(2)</A> , -<A HREF="pthread_attr_setschedpolicy.html"><B>pthread_attr_setschedpolicy</B>(3)</A> -, <A HREF="pthread_attr_setschedparam.html"><B>pthread_attr_setschedparam</B>(3)</A> +<A HREF="pthread_attr_init.html"><B>pthread_attr_setschedpolicy</B>(3)</A> +, <A HREF="pthread_attr_init.html"><B>pthread_attr_setschedparam</B>(3)</A> . </P> <HR> |