svn commit: r352428 - stable/12/lib/libc/sys

Mitchell Horne mhorne at FreeBSD.org
Mon Sep 16 22:00:30 UTC 2019


Author: mhorne
Date: Mon Sep 16 22:00:29 2019
New Revision: 352428
URL: https://svnweb.freebsd.org/changeset/base/352428

Log:
  MFC r352048:
  
  Fix cpuwhich_t column width

Modified:
  stable/12/lib/libc/sys/cpuset.2
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/sys/cpuset.2
==============================================================================
--- stable/12/lib/libc/sys/cpuset.2	Mon Sep 16 21:37:47 2019	(r352427)
+++ stable/12/lib/libc/sys/cpuset.2	Mon Sep 16 22:00:29 2019	(r352428)
@@ -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)"


More information about the svn-src-stable-12 mailing list