summaryrefslogtreecommitdiff
path: root/share/man/man4/gpioiic.4
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-01-14 12:28:45 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-01-14 12:28:45 +0000
commit02a40773fc70b6a89a81f3f476dfe2fcf7bab598 (patch)
tree982efbfb947fb24baa6ea25292d23e3f1e5932c7 /share/man/man4/gpioiic.4
parent1eb3a2024e9b046f8881f77de564b3187e4562e5 (diff)
tweaks;
Diffstat (limited to 'share/man/man4/gpioiic.4')
-rw-r--r--share/man/man4/gpioiic.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/gpioiic.4 b/share/man/man4/gpioiic.4
index a9735845b32..4233c57afe0 100644
--- a/share/man/man4/gpioiic.4
+++ b/share/man/man4/gpioiic.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gpioiic.4,v 1.1 2006/01/14 11:50:21 grange Exp $
+.\" $OpenBSD: gpioiic.4,v 1.2 2006/01/14 12:28:44 jmc Exp $
.\"
.\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -26,7 +26,7 @@
.Sh DESCRIPTION
The
.Nm
-driver allows to bit-bang an I2C bus as a master using two GPIO pins.
+driver allows bit-banging an I2C bus as a master using two GPIO pins.
The first pin is used as a serial data (SDA) signal and the second as
a serial clock (SCL).
Both GPIO pins must be able to drive an output and the SDA pin must be
@@ -39,7 +39,7 @@ and the
locators.
Each bit in the
.Ar mask
-locator defines one pin, the pin number is calculated as an addition of
+locator defines one pin; the pin number is calculated as an addition of
the bit position and the
.Ar offset
locator.
@@ -51,7 +51,7 @@ defines pin numbers 17 and 19.
.Sh SEE ALSO
.Xr gpio 4 ,
.Xr iic 4 ,
-.Xr intro 4 ,
+.Xr intro 4
.Sh HISTORY
The
.Nm