Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 22:02:14 +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-11@freebsd.org
Subject:   svn commit: r352429 - stable/11/lib/libc/sys
Message-ID:  <201909162202.x8GM2Eso023349@repo.freebsd.org>

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



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