diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-05-01 13:26:35 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-05-01 13:26:35 +0000 |
commit | 0576c1b25f4bd04109f64b6a0aafcb9deb7b1e9d (patch) | |
tree | 2d2d3e0916d7d2e94c3f542461cbeab46ec01ff1 /share/man | |
parent | 42a4d6ab1f0a2f4da4b9f08d9913de0fcdf465d4 (diff) |
fixup SoC name, as it's am335x, not am334x.
ok bmercer@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.armv7/omgpio.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.armv7/omgpio.4 b/share/man/man4/man4.armv7/omgpio.4 index bfeace49527..8b099f59d98 100644 --- a/share/man/man4/man4.armv7/omgpio.4 +++ b/share/man/man4/man4.armv7/omgpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: omgpio.4,v 1.1 2013/11/20 21:50:35 rapha Exp $ +.\" $OpenBSD: omgpio.4,v 1.2 2014/05/01 13:26:34 jasper Exp $ .\" .\" Copyright (c) 2013 Raphael Graf <r@undefined.ch> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 20 2013 $ +.Dd $Mdocdate: May 1 2014 $ .Dt OMGPIO 4 armv7 .Os .Sh NAME @@ -27,7 +27,7 @@ The .Nm driver provides support for the GPIO controllers found on omap3, omap4 and -am334x SoCs. +am335x SoCs. The devices have 32 pins which can be configured as either inputs or outputs, and accessed using .Xr gpioctl 8 . |