From d1f8f1e94f879c2c516b6d0684648c5ee2385a6d Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Mon, 16 Sep 2019 22:00:29 +0000 Subject: [PATCH] MFC r352048: Fix cpuwhich_t column width --- lib/libc/sys/cpuset.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/cpuset.2 b/lib/libc/sys/cpuset.2 index 664d48eeb9b..94a11486b37 100644 --- a/lib/libc/sys/cpuset.2 +++ b/lib/libc/sys/cpuset.2 @@ -96,7 +96,7 @@ is interpreted and is of type The .Fa which argument may have the following values: -.Bl -column CPU_WHICH_CPUSET -offset indent +.Bl -column CPU_WHICH_INTRHANDLER -offset indent .It Dv CPU_WHICH_TID Ta "id is lwpid_t (thread id)" .It Dv CPU_WHICH_PID Ta "id is pid_t (process id)" .It Dv CPU_WHICH_JAIL Ta "id is jid (jail id)" -- 2.45.0