From fe0e1baae5a8b8a4aad882dfd401e35c44d3c86a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 25 Nov 2008 21:38:42 -0500 Subject: [PATCH] Changes: ffix --- Changes | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 05b62267d..261cb32e2 100644 --- a/Changes +++ b/Changes @@ -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 -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