Changes: ffix

This commit is contained in:
Michael Kerrisk 2008-11-25 21:38:42 -05:00
parent c8c8fe894c
commit fe0e1baae5
1 changed files with 11 additions and 4 deletions

15
Changes
View File

@ -199,7 +199,9 @@ CPU_ZERO_S.3
Michael Kerrisk
New link to new CPU_SET.3
CPU_CLR.3, CPU_ISSET.3, CPU_ZERO.3
CPU_CLR.3
CPU_ISSET.3
CPU_ZERO.3
Michael Kerrisk
Update links to point to CPU_SET.3
The documentation of the CPU_* macros migrated to a new
@ -422,7 +424,8 @@ pthread_attr_setaffinity_np.3
Various fixes after review by Loic Domaigne
Reviewed-by: Loic Domaigne <tech@domaigne.com>
pthread_attr_setaffinity_np.3, pthread_setaffinity_np.3
pthread_attr_setaffinity_np.3
pthread_setaffinity_np.3
Michael Kerrisk
Update to reflect new location of CPU_*() documentation
The CPU_*() macros are now documented in CPU_SET.3;
@ -432,7 +435,8 @@ pthread_attr_setaffinity_np.3, pthread_setaffinity_np.3
Information about CPU_SETSIZE can be found in CPU_SET.3, so
remove discussion of it here.
pthread_attr_setschedparam.3, pthread_setschedparam.3
pthread_attr_setschedparam.3
pthread_setschedparam.3
Michael Kerrisk
Remove text saying that only sched_priority is required by POSIX.1
Loic Domaigne points out that if a system implements
@ -441,7 +445,10 @@ pthread_attr_setschedparam.3, pthread_setschedparam.3
solution is just to remove that phrase from the man
page.
pthread_cancel.3, pthread_detach.3, pthread_join.3, pthread_setaffinity_np.3
pthread_cancel.3
pthread_detach.3
pthread_join.3
pthread_setaffinity_np.3
Michael Kerrisk
Make text of ESRCH error consistent