Module Name: src
Committed By: wiz
Date: Fri Jun 5 09:27:47 UTC 2009
Modified Files:
src/share/man/man4: iic.4
Log Message:
Drop trailing whitespace. Add a missing continuation line. Use more .An.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/iic.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/iic.4
diff -u src/share/man/man4/iic.4:1.1 src/share/man/man4/iic.4:1.2
--- src/share/man/man4/iic.4:1.1 Fri Jun 5 07:21:14 2009
+++ src/share/man/man4/iic.4 Fri Jun 5 09:27:47 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: iic.4,v 1.1 2009/06/05 07:21:14 hubertf Exp $
+.\" $NetBSD: iic.4,v 1.2 2009/06/05 09:27:47 wiz Exp $
.\" $OpenBSD: iic.4,v 1.74 2008/09/10 16:13:43 reyk Exp $
.\"
.\" Copyright (c) 2004, 2006 Alexander Yurchenko <[email protected]>
@@ -106,6 +106,7 @@
.It Xr cuda 4
support for CUDA microcontrollers found in many Power Macintosh and
+and compatible computers
.It Xr gpiic 4
.It Xr gtiic 4
@@ -135,12 +136,12 @@
.El
.Sh SUPPORTED SLAVES
A wide list of slaves are supported, among them:
-.\"
+.\"
.\" Create the following list with these commands:
.\" cd .../src/sys/arch
.\" grep -h '.* at iic.*' */conf/* | sed -e 's,^#,,' -e 's, .*,,' -e 's,.$,,' | sort -u | sh -c 'while read i ; do echo .It Xr $i 4 ; n=`grep ^.Nd ../../share/man/man4/$i* | sed "s,^.Nd ,,"` ; if [ -n "$n" ]; then echo $n ; else echo "" ; fi ; done' | tee /tmp/x
.\" cat /tmp/x
-.\"
+.\"
.Bl -tag -width 13n -compact
.It Xr dbcool 4
dbCool(tm) family of environmental monitors and fan controllers
@@ -167,10 +168,14 @@
it was ported from
.Ox .
.Sh AUTHORS
+.An -nosplit
The
.Tn I2C
framework was written by
-Steve C. Woodford and Jason R. Thorpe for
+.An Steve C. Woodford
+and
+.An Jason R. Thorpe
+for
.Nx
and then ported to
.Ox