svn commit: r352048 - head/lib/libc/sys

Mitchell Horne mhorne at FreeBSD.org
Sun Sep 8 21:37:53 UTC 2019


Author: mhorne
Date: Sun Sep  8 21:37:52 2019
New Revision: 352048
URL: https://svnweb.freebsd.org/changeset/base/352048

Log:
  Fix cpuwhich_t column width
  
  Not bumping .Dd since this is purely a format change.
  
  Approved by:	markj (mentor)

Modified:
  head/lib/libc/sys/cpuset.2

Modified: head/lib/libc/sys/cpuset.2
==============================================================================
--- head/lib/libc/sys/cpuset.2	Sun Sep  8 21:21:32 2019	(r352047)
+++ head/lib/libc/sys/cpuset.2	Sun Sep  8 21:37:52 2019	(r352048)
@@ -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-head mailing list