dmesg(8): Fix typo timetamps -> timestamps

Event:		Advanced UNIX Programming Course (Fall'23) at NTHU.
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1036
This commit is contained in:
Yi-Chen Li 2024-01-12 15:56:41 +08:00 committed by Li-Wen Hsu
parent 7a71b35023
commit d3905a3b07
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
1 changed files with 1 additions and 1 deletions

View File

@ -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.