diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2008-12-03 16:26:44 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2008-12-03 16:26:44 +0000 |
commit | a4d49b492c75555fbc4e50301c68e67b41ebad18 (patch) | |
tree | 9b4f9e689c4c223ff544ff523962d2ec6104b78a /usr.sbin/gpioctl | |
parent | eed4923e178ed7783b0dac916688e40dce6372cb (diff) |
there is no longer a default GPIO device; ok mbalmer@ jmc@
Diffstat (limited to 'usr.sbin/gpioctl')
-rw-r--r-- | usr.sbin/gpioctl/gpioctl.8 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.8 b/usr.sbin/gpioctl/gpioctl.8 index 7a33df90712..e46cfa3bab0 100644 --- a/usr.sbin/gpioctl/gpioctl.8 +++ b/usr.sbin/gpioctl/gpioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gpioctl.8,v 1.16 2008/11/29 09:19:25 mbalmer Exp $ +.\" $OpenBSD: gpioctl.8,v 1.17 2008/12/03 16:26:43 stevesk Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -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 29 2008 $ +.Dd $Mdocdate: December 3 2008 $ .Dt GPIOCTL 8 .Os .Sh NAME @@ -69,12 +69,6 @@ to its pins. Each GPIO device has an associated device file in the .Pa /dev directory. -By default -.Nm -uses -.Pa /dev/gpio0 , -which corresponds to the first found -GPIO device in the system. .Pp GPIO pins can be either .Dq read |