summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-11-17 10:19:21 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-11-17 10:19:21 +0000
commite6cfdd6405f5405952f66db42b4acda19cdb45d4 (patch)
tree4bcaa21cdd43ac72bf8d4d523f1042b82b6996d8 /usr.sbin
parent821cfcb9c26d5967fe4407c40c052030fd3facb3 (diff)
GPIO improvements:
- make "man -k gpio" work - gpioctl(8) should not try to list all gpio devices (it's why we have man -k) - gpio devices should have "GPIO" in their .Nd, and cross-reference gpio(4) and gpioctl(8) second set of fixes for gpio(4) itself coming from mbalmer...
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/gpioctl/gpioctl.87
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.8 b/usr.sbin/gpioctl/gpioctl.8
index 39f3b235e88..118e4c79d6d 100644
--- a/usr.sbin/gpioctl/gpioctl.8
+++ b/usr.sbin/gpioctl/gpioctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gpioctl.8,v 1.10 2007/11/17 09:05:23 mbalmer Exp $
+.\" $OpenBSD: gpioctl.8,v 1.11 2007/11/17 10:19:20 jmc Exp $
.\"
.\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -156,10 +156,7 @@ Write logical 1 to pin 20:
.Pp
.Dl # gpioctl 20 1
.Sh SEE ALSO
-.Xr elansc 4 ,
-.Xr gpio 4 ,
-.Xr gscpcib 4 ,
-.Xr nsclpcsio 4
+.Xr gpio 4
.Sh HISTORY
The
.Nm