summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-11-17 10:19:20 +0000
committerjmc <jmc@openbsd.org>2007-11-17 10:19:20 +0000
commit7b61842fa495c163ebdeeea934026627b2df81af (patch)
tree61c799e5f3f430754937eb70d9b86ab69d8da85e /usr.sbin/gpioctl
parentList all gpio(4) devices in the SYNOPSIS but not in the SEE ALSO section. (diff)
downloadwireguard-openbsd-7b61842fa495c163ebdeeea934026627b2df81af.tar.xz
wireguard-openbsd-7b61842fa495c163ebdeeea934026627b2df81af.zip
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/gpioctl')
-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