Module Name: src
Committed By: wiz
Date: Thu Jun 23 07:47:40 UTC 2011
Modified Files:
src/share/man/man4: sysmon.4
Log Message:
Sort sections, fix typos.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/sysmon.4
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/man4/sysmon.4
diff -u src/share/man/man4/sysmon.4:1.1 src/share/man/man4/sysmon.4:1.2
--- src/share/man/man4/sysmon.4:1.1 Wed Jun 22 19:34:53 2011
+++ src/share/man/man4/sysmon.4 Thu Jun 23 07:47:40 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysmon.4,v 1.1 2011/06/22 19:34:53 jruoho Exp $
+.\" $NetBSD: sysmon.4,v 1.2 2011/06/23 07:47:40 wiz Exp $
.\"
.\" Copyright (c) 2011 Jukka Ruohonen <[email protected]>
.\"
@@ -33,7 +33,7 @@
.Sh DESCRIPTION
The machine-independent
.Nm
-is a general purpose framework for system monitorin and power management.
+is a general purpose framework for system monitoring and power management.
The main components of
.Nm
include:
@@ -60,6 +60,10 @@
.Xr sysmon_taskq 9 .
.It
An interface for watchdog timers.
+.Sh FILES
+.Bd -literal
+/dev/sysmon
+.Ed
.Sh SEE ALSO
.Xr envsys 4 ,
.Xr swsensor 4 ,
@@ -67,9 +71,5 @@
.Xr powerd 8 ,
.Xr wdogctl 8 ,
.Xr pmf 9
-.Sh FILES
-.Bd -literal
-/dev/sysmon
-.Ed
.Sh AUTHORS
.An Jason R. Thorpe Aq [email protected]