diff options
author | 2014-05-01 13:26:34 +0000 | |
---|---|---|
committer | 2014-05-01 13:26:34 +0000 | |
commit | e4946a7884fe4fff60580661f4f3432ea6c3e375 (patch) | |
tree | 44a5889fa6a8f264b8c16834d129e6e63f0b8765 | |
parent | Add ChaCha to libcrypto, based on djb's public domain implementation. (diff) | |
download | wireguard-openbsd-e4946a7884fe4fff60580661f4f3432ea6c3e375.tar.xz wireguard-openbsd-e4946a7884fe4fff60580661f4f3432ea6c3e375.zip |
fixup SoC name, as it's am335x, not am334x.
ok bmercer@
-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 . |