summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-12-19 09:20:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-12-19 09:20:44 +0000
commit13fefdb6058856bd3e70c6e4094d71105f11e717 (patch)
tree1c52da0520e8d8c8e828426372284e9b63b6b7e3
parentfdcad8977d034d7477cd7aba570a3b7b41adfc22 (diff)
clean up it.4, and update its description in isa.4;
-rw-r--r--share/man/man4/isa.47
-rw-r--r--share/man/man4/it.431
2 files changed, 22 insertions, 16 deletions
diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4
index aa6c0985e21..b6590736a06 100644
--- a/share/man/man4/isa.4
+++ b/share/man/man4/isa.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isa.4,v 1.56 2007/11/17 10:19:20 jmc Exp $
+.\" $OpenBSD: isa.4,v 1.57 2007/12/19 09:20:43 jmc Exp $
.\" $NetBSD: isa.4,v 1.19 2000/03/18 16:54:37 augustss Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -31,7 +31,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 17 2007 $
+.Dd $Mdocdate: December 19 2007 $
.Dt ISA 4
.Os
.Sh NAME
@@ -192,7 +192,8 @@ SoundForte RadioLink SF16-FMR2 FM radio device
.It Xr aps 4
ThinkPad Active Protection System hardware monitors
.It Xr it 4
-ITE IT8705F, IT8712F, and SiS SiS950 temperature, voltage, and fan sensor
+ITE IT8705F/IT8712F/IT8716F/IT8718F/IT8726F and SiS SiS950
+temperature, voltage, and fan sensor with watchdog timer
.It Xr lm 4
National Semiconductor LM78, LM79 and compatible hardware monitors
.It Xr nsclpcsio 4
diff --git a/share/man/man4/it.4 b/share/man/man4/it.4
index c857513a1e0..7236912f375 100644
--- a/share/man/man4/it.4
+++ b/share/man/man4/it.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: it.4,v 1.10 2007/12/18 21:17:54 form Exp $
+.\" $OpenBSD: it.4,v 1.11 2007/12/19 09:20:43 jmc Exp $
.\"
.\" Copyright (c) 2007 Oleg Safiullin <form@pdp-11.org.ru>
.\" All rights reserved.
@@ -23,22 +23,21 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 18 2007 $
+.Dd $Mdocdate: December 19 2007 $
.Dt IT 4
.Os
.Sh NAME
.Nm it
-.Nd ITE IT8705F/IT8712F/IT8716F/IT8718F/IT8726F and SiS SiS950 temperature,
-voltage, and fan sensor with watchdog timer.
+.Nd ITE IT8705F/IT8712F/IT8716F/IT8718F/IT8726F and SiS SiS950
+temperature, voltage, and fan sensor with watchdog timer
.Sh SYNOPSIS
.Cd "it0 at isa?"
.Sh DESCRIPTION
The
.Nm
-driver provides support for the ITE
-.Tn IT8705F , IT8712F , IT8716F , IT8718F , IT8726F
-and SiS
-.Tn SiS950
+driver provides support for the
+ITE IT8705F, IT8712F, IT8716F, IT8718F, IT8726F,
+and SiS SiS950
hardware monitors and
.Xr watchdog 4
timer to be used with the
@@ -76,8 +75,14 @@ The
driver first appeared in
.Ox 3.4 .
.Sh AUTHORS
-.Bl -tag -width indent -compact
-.It "Julien Bordet" Aq zejames@greyhats.org
-Initial design.
-.It "Oleg Safiullin" Aq form@pdp-11.org.ru
-Complete rewrite.
+.An -nosplit
+The
+.Nm
+driver was originally written for
+.Ox 3.4
+by
+.An Julien Bordet Aq zejames@greyhats.org ,
+and completely rewritten for
+.Ox 4.3
+by
+.An Oleg Safiullin Aq form@pdp-11.org.ru .