summaryrefslogtreecommitdiff
path: root/usr.sbin/gpioctl
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2008-12-05 15:45:54 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2008-12-05 15:45:54 +0000
commite446f73919f551c16fc601966b91d8065a7cb01f (patch)
tree3d5c53597003d7540c4e1de161f5384f88e89d54 /usr.sbin/gpioctl
parente132076bd614aae08b0e4affe59c25432a411f72 (diff)
need set argument now in this example; ok mbalmer@
Diffstat (limited to 'usr.sbin/gpioctl')
-rw-r--r--usr.sbin/gpioctl/gpioctl.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.8 b/usr.sbin/gpioctl/gpioctl.8
index 32a90eaa13b..975c0681857 100644
--- a/usr.sbin/gpioctl/gpioctl.8
+++ b/usr.sbin/gpioctl/gpioctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gpioctl.8,v 1.18 2008/12/03 20:40:56 stevesk Exp $
+.\" $OpenBSD: gpioctl.8,v 1.19 2008/12/05 15:45:53 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: December 3 2008 $
+.Dd $Mdocdate: December 5 2008 $
.Dt GPIOCTL 8
.Os
.Sh NAME
@@ -165,7 +165,7 @@ file.
.Sh EXAMPLES
Configure pin 20 to have push-pull output:
.Pp
-.Dl # gpioctl gpio0 20 out pp
+.Dl # gpioctl gpio0 20 set out pp
.Pp
Write logical 1 to pin 20:
.Pp