svn commit: r352429 - stable/11/lib/libc/sys

Mitchell Horne mhorne at FreeBSD.org
Mon Sep 16 22:02:15 UTC 2019


Author: mhorne
Date: Mon Sep 16 22:02:14 2019
New Revision: 352429
URL: https://svnweb.freebsd.org/changeset/base/352429

Log:
  MFC r352048:
  
  Fix cpuwhich_t column width

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

Modified: stable/11/lib/libc/sys/cpuset.2
==============================================================================
--- stable/11/lib/libc/sys/cpuset.2	Mon Sep 16 22:00:29 2019	(r352428)
+++ stable/11/lib/libc/sys/cpuset.2	Mon Sep 16 22:02:14 2019	(r352429)
@@ -95,7 +95,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-all mailing list