From 314c72c381bd71b70d6e533143fc9c292fd63ecf Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Fri, 28 Nov 2008 11:18:52 -0500 Subject: [PATCH] CPU_SET.3: ffix Signed-off-by: Michael Kerrisk --- man3/CPU_SET.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index 93aea52f6..5ae7659ea 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -53,7 +53,7 @@ macros for manipulating CPU sets .BI "int CPU_EQUAL(cpu_set_t *" set1 ", cpu_set_t *" set2 ); .sp .BI "cpu_set_t *CPU_ALLOC(int " num_cpus ); -.BR "void CPU_FREE(cpu_set_t *" set ); +.BI "void CPU_FREE(cpu_set_t *" set ); .BI "size_t CPU_ALLOC_SIZE(int " num_cpus ); .sp .BI "void CPU_ZERO_S(size_t " setsize ", cpu_set_t *" set );