Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2023 17:28:41 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 311657cbc150 - stable/13 - ktrace.2: correct kern.ktrace.genio_size sysctl name
Message-ID:  <202310131728.39DHSfu0082444@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=311657cbc15065af206ffdad18562f9f9e4b5298

commit 311657cbc15065af206ffdad18562f9f9e4b5298
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-10-11 01:18:36 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-10-13 17:27:03 +0000

    ktrace.2: correct kern.ktrace.genio_size sysctl name
    
    The man page had `kern.ktrace.geniosize` but the sysctl node contains an
    underscore.
    
    PR:             274274
    Reported by:    Ivan Rozhuk
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit a572dfa1bfe00cec93b27d8848ca49562cab5e3c)
    (cherry picked from commit 2fe06dda0a8abced5851188ed2cb76d1759efa19)
---
 lib/libc/sys/ktrace.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index 03e19c0c84a0..7025a2904f6c 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -145,7 +145,7 @@ The following
 tunables influence the behaviour of
 .Fn ktrace :
 .Bl -tag -width indent
-.It Va kern.ktrace.geniosize
+.It Va kern.ktrace.genio_size
 bounds the amount of data a traced I/O request will log
 to the trace file.
 .It Va kern.ktrace.request_pool



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