Date: Fri, 21 Nov 2025 16:12:48 +0000 From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6ceab1c42853 - stable/14 - dmesg.8: Index kern.msgbuf_show_timestamp Message-ID: <69208f80.35954.232e4f88@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=6ceab1c42853c42d7a1aca018ffbd58b65c94081 commit 6ceab1c42853c42d7a1aca018ffbd58b65c94081 Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-11-21 15:59:28 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-11-21 16:12:35 +0000 dmesg.8: Index kern.msgbuf_show_timestamp This is the only place this important debugging tunable is documented. Mark it up with the Va macro according to style.mdoc(5) so that people can find it via `apropos Va=kern.msg`, the standard syntax to search the FreeBSD manual for sysctls and tunables. Fixes: 6910fee62e77 (dmesg: Document kern.msgbuf_show_timestamp) (cherry picked from commit e13664f6a44b4970ea5e8378b8e1a4879fa5d5a0) --- sbin/dmesg/dmesg.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index cbd7d66f9e98..e4c1fbee1e37 100644 --- a/sbin/dmesg/dmesg.8 +++ b/sbin/dmesg/dmesg.8 @@ -75,8 +75,8 @@ The following variables control how the kernel timestamps entries in the message buffer: The default value is shown next to each variable. .Bl -tag -width indent -.It kern.msgbuf_show_timestamp : No 0 -If set to 0, no timetamps are added. +.It Va kern.msgbuf_show_timestamp : No 0 +If set to 0, no timestamps are added. If set to 1, then a 1-second granularity timestamp will be added to most lines in the message buffer. If set to 2, then a microsecond granularity timestamp will be added.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69208f80.35954.232e4f88>
