Module Name: src
Committed By: abhinav
Date: Wed Mar 29 08:09:51 UTC 2017
Modified Files:
src/share/man/man9: sysmon_envsys.9
Log Message:
Fix couple of typos.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/share/man/man9/sysmon_envsys.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/sysmon_envsys.9
diff -u src/share/man/man9/sysmon_envsys.9:1.44 src/share/man/man9/sysmon_envsys.9:1.45
--- src/share/man/man9/sysmon_envsys.9:1.44 Fri Mar 15 19:32:31 2013
+++ src/share/man/man9/sysmon_envsys.9 Wed Mar 29 08:09:51 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysmon_envsys.9,v 1.44 2013/03/15 19:32:31 njoly Exp $
+.\" $NetBSD: sysmon_envsys.9,v 1.45 2017/03/29 08:09:51 abhinav Exp $
.\"
.\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -98,7 +98,7 @@ function to register the device.
In case of errors during the initialization, the
.Fn sysmon_envsys_destroy
function should be used.
-This detachs all previously attached sensors and deallocates the
+This detaches all previously attached sensors and deallocates the
.Em sysmon_envsys
object.
.Pp
@@ -123,7 +123,7 @@ driver to summarize the state of all bat
.Pp
Drivers can also call the
.Fn sysmon_envsys_update_limits
-function when it is necessary to reinitialize a sensor's threshhold values.
+function when it is necessary to reinitialize a sensor's threshold values.
This is used by the
.Xr acpibat 4
driver when a new battery is inserted.