Date: Wed, 18 Dec 2024 13:22:17 GMT From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6e423be7cb73 - main - ow_temp(4): fix typo Message-ID: <202412181322.4BIDMHZ3080849@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=6e423be7cb735376b35bc24c10f81dea5bab4275 commit 6e423be7cb735376b35bc24c10f81dea5bab4275 Author: Pau Amma <pauamma@gundo.com> AuthorDate: 2024-12-18 13:21:29 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2024-12-18 13:21:54 +0000 ow_temp(4): fix typo Reviewed by: mhorne, imp Differential Revision: https://reviews.freebsd.org/D48128 --- share/man/man4/ow_temp.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/ow_temp.4 b/share/man/man4/ow_temp.4 index aa92a12103a8..5afce6bd69d5 100644 --- a/share/man/man4/ow_temp.4 +++ b/share/man/man4/ow_temp.4 @@ -66,7 +66,7 @@ tree: .It temperature The last temperature read, in milli-Kelvin. .It badcrc -The number of CRC errors in reading the temperature form the +The number of CRC errors in reading the temperature from the device. Some CRC errors are to be expected. High rates of CRC errors, however, generally indicate a noisy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412181322.4BIDMHZ3080849>