aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi-Chen Li <calvin0205@gapp.nthu.edu.tw>2024-01-12 07:56:41 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2024-02-13 08:42:49 +0000
commitd3905a3b07b8f784f9c1e8022d0e99ae3832c93e (patch)
treedee987c72770882b8f586aee8001388aeaf796b1
parent7a71b350237e0b1804abc160b804a204dc409cf2 (diff)
downloadsrc-d3905a3b07b8f784f9c1e8022d0e99ae3832c93e.tar.gz
src-d3905a3b07b8f784f9c1e8022d0e99ae3832c93e.zip
-rw-r--r--sbin/dmesg/dmesg.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8
index 2ef3be8b6610..0dca0ff5da89 100644
--- a/sbin/dmesg/dmesg.8
+++ b/sbin/dmesg/dmesg.8
@@ -74,7 +74,7 @@ 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.
+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.