From 62a8458589e6ee671ab9b3d288ff518a01ac2930 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 16 Mar 2017 11:37:09 +0100 Subject: [PATCH] sched_setaffinity.2: Small markup fix. --- lib/libc/sys/sched_setaffinity.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/sched_setaffinity.2 b/lib/libc/sys/sched_setaffinity.2 index 708530cd9f..7f1969717d 100644 --- a/lib/libc/sys/sched_setaffinity.2 +++ b/lib/libc/sys/sched_setaffinity.2 @@ -120,7 +120,7 @@ The first available CPU on the system corresponds to a cpu value of 0, the next CPU corresponds to a cpu value of 1, and so on and so forth. The constant -.Va CPU_SETSIZE +.Dv CPU_SETSIZE specifies a value one greater than the maximum CPU number that can be stored in cpu_set_t. The cpu_set_t should be treated as opaque data structure; -- 2.11.4.GIT