diff options
| author | Warner Losh <imp@FreeBSD.org> | 2022-05-07 15:49:22 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2022-05-07 15:55:40 +0000 |
| commit | 2f44ad86f5553edb9e7854767424f22ba132ee92 (patch) | |
| tree | ad878f30527caa6acab8076e36bc410f8d9394c8 /sbin | |
| parent | 2e32d4e41d205d6f14834f87306a77ff77b9c0bd (diff) | |
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/dmesg/dmesg.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index a924549264cd..50b5e3e26404 100644 --- a/sbin/dmesg/dmesg.8 +++ b/sbin/dmesg/dmesg.8 @@ -28,7 +28,7 @@ .\" @(#)dmesg.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd May 6, 2022 +.Dd May 7, 2022 .Dt DMESG 8 .Os .Sh NAME @@ -73,8 +73,7 @@ which is the kernel image the system has booted from. .Sh SYSCTL VARIABLES The following .Xr sysctl 8 -variables can be used to control the behavior of the kernel's placing data into -the message buffer: +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 @@ -85,6 +84,8 @@ If set to 2, then a microsecond granularity timestamp will be added. This may also be set as a boot .Xr loader 8 tunable. +The timestamps are placed at the start of most lines that the kernel generates. +Some multi-line messages will have only the first line tagged with a timestamp. .El .Sh FILES .Bl -tag -width ".Pa /var/run/dmesg.boot" -compact |
