Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2019 21:37:52 +0000 (UTC)
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352048 - head/lib/libc/sys
Message-ID:  <201909082137.x88LbqGP070189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909082137.x88LbqGP070189>