From owner-dev-commits-src-main@freebsd.org Fri May 28 23:29:21 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C1E76634BA0; Fri, 28 May 2021 23:29:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FsLVn5BgFz3CTT; Fri, 28 May 2021 23:29:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B0821FBED; Fri, 28 May 2021 23:29:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14SNTLm3013254; Fri, 28 May 2021 23:29:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14SNTLoB013253; Fri, 28 May 2021 23:29:21 GMT (envelope-from git) Date: Fri, 28 May 2021 23:29:21 GMT Message-Id: <202105282329.14SNTLoB013253@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Bryan Drewery Subject: git: 55baee8cdbd9 - main - Correct location for KTR masks. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bdrewery X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 55baee8cdbd9cbaef5f3cb4d69bd6667afd32e09 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2021 23:29:21 -0000 The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/src/commit/?id=55baee8cdbd9cbaef5f3cb4d69bd6667afd32e09 commit 55baee8cdbd9cbaef5f3cb4d69bd6667afd32e09 Author: Bryan Drewery AuthorDate: 2021-03-26 21:38:38 +0000 Commit: Bryan Drewery CommitDate: 2021-05-28 23:29:18 +0000 Correct location for KTR masks. MFC after: 3 days Sponsored by: Dell EMC --- share/man/man4/ktr.4 | 4 ++-- share/man/man9/ktr.9 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man4/ktr.4 b/share/man/man4/ktr.4 index 730c3ec619a0..175a7ac7e2af 100644 --- a/share/man/man4/ktr.4 +++ b/share/man/man4/ktr.4 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 20, 2012 +.Dd March 26, 2021 .Dt KTR 4 .Os .Sh NAME @@ -78,7 +78,7 @@ It can also be examined and set after booting via the sysctl. By default the run time mask is set to block any tracing. The definitions of the event mask bits can be found in -.In sys/ktr.h . +.In sys/ktr_class.h . .Pp Furthermore, there is a CPU event mask whose default value can be changed via the diff --git a/share/man/man9/ktr.9 b/share/man/man9/ktr.9 index 17af74ff8459..c7f4138b855c 100644 --- a/share/man/man9/ktr.9 +++ b/share/man/man9/ktr.9 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 30, 2008 +.Dd March 26, 2021 .Dt KTR 9 .Os .Sh NAME @@ -69,7 +69,7 @@ macros. The first parameter is a mask of event types .Pq Dv KTR_* defined in -.In sys/ktr.h . +.In sys/ktr_class.h . The event will be logged only if any of the event types specified in .Fa mask are enabled in the global event mask stored in