diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-24 15:30:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-24 15:30:22 +0000 |
commit | 22c7ad1354a2e9091ea23248b0fde52f6d9f37c3 (patch) | |
tree | cdcdf7968d5fba77a093117b0b3b68bd94a286e0 /share | |
parent | 6c579ddecc029cffcc284c1890ab8d82b2c18031 (diff) |
tweak previous;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/gpioiic.4 | 4 | ||||
-rw-r--r-- | share/man/man4/gpioow.4 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/gpioiic.4 b/share/man/man4/gpioiic.4 index 69bf26d190d..7e9c743156a 100644 --- a/share/man/man4/gpioiic.4 +++ b/share/man/man4/gpioiic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gpioiic.4,v 1.5 2008/11/24 14:17:57 mbalmer Exp $ +.\" $OpenBSD: gpioiic.4,v 1.6 2008/11/24 15:30:21 jmc Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -45,7 +45,7 @@ and can also be specified when .Nm is attached at runtime using the -.Ar GPIOATTACH +.Dv GPIOATTACH .Xr ioctl 2 on the .Xr gpio 4 diff --git a/share/man/man4/gpioow.4 b/share/man/man4/gpioow.4 index b9e833cf074..b22ba5a038a 100644 --- a/share/man/man4/gpioow.4 +++ b/share/man/man4/gpioow.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gpioow.4,v 1.5 2008/11/24 14:17:57 mbalmer Exp $ +.\" $OpenBSD: gpioow.4,v 1.6 2008/11/24 15:30:21 jmc Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -31,7 +31,7 @@ driver allows bit-banging a 1-Wire bus as a master using one GPIO pin. The pin is used as a data signal. The GPIO pin must be able to drive an output and read an input. .Pp -The pin number can specified in the kernel configuration with the +The pin number can be specified in the kernel configuration with the .Ar offset locator. The @@ -44,7 +44,7 @@ and can also be specified when .Nm is attached at runtime using the -.Ar GPIOATTACH +.Dv GPIOATTACH .Xr ioctl 2 on the .Xr gpio 4 |