Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2025 23:40:06 GMT
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2a88aad6286d - stable/14 - witness.4: correct name of the debug.witness.witness_count sysctl
Message-ID:  <202504172340.53HNe6Sj093313@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by asomers:

URL: https://cgit.FreeBSD.org/src/commit/?id=2a88aad6286d3fede526a0303ccb44c8ef5712d9

commit 2a88aad6286d3fede526a0303ccb44c8ef5712d9
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2025-03-05 17:35:54 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2025-04-17 23:39:54 +0000

    witness.4: correct name of the debug.witness.witness_count sysctl
    
    Sponsored by:   ConnectWise
    
    (cherry picked from commit 202a2be0941edeb2652d64a3dbb1894b8867f3ac)
---
 share/man/man4/witness.4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/man/man4/witness.4 b/share/man/man4/witness.4
index ab23eb49d9fe..f382a9378727 100644
--- a/share/man/man4/witness.4
+++ b/share/man/man4/witness.4
@@ -21,7 +21,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 18, 2015
+.Dd March 5, 2025
 .Dt WITNESS 4
 .Os
 .Sh NAME
@@ -62,12 +62,12 @@ kernel option controls the maximum number of
 .Nm
 entries that are tracked in the kernel.
 The maximum number of entries can be queried via the
-.Va debug.witness.count
+.Va debug.witness.witness_count
 sysctl.
 It can also be set from the
 .Xr loader 8
 via the
-.Va debug.witness.count
+.Va debug.witness.witness_count
 environment variable.
 .Pp
 The



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