Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 22:00:29 +0000 (UTC)
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r352428 - stable/12/lib/libc/sys
Message-ID:  <201909162200.x8GM0TfG018605@repo.freebsd.org>

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



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