diff options
author | bcr <bcr@FreeBSD.org> | 2011-05-25 20:25:13 +0000 |
---|---|---|
committer | bcr <bcr@FreeBSD.org> | 2011-05-25 20:25:13 +0000 |
commit | 8d98f44766c9818e4a5621009674fc63f7c891fb (patch) | |
tree | 3287a93745104b9f8ce05c956b9909c503682722 /usr.sbin/gpioctl | |
parent | 7d149234715415cf69abae3f5045abb55022d7a6 (diff) | |
download | FreeBSD-src-8d98f44766c9818e4a5621009674fc63f7c891fb.zip FreeBSD-src-8d98f44766c9818e4a5621009674fc63f7c891fb.tar.gz |
Document the device name change from gpioctl to gpioc in the
man page.
PR: docs/157075
Submitted by: brix
Reviewed by: gonzo
Diffstat (limited to 'usr.sbin/gpioctl')
-rw-r--r-- | usr.sbin/gpioctl/gpioctl.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.8 b/usr.sbin/gpioctl/gpioctl.8 index ca14bec..a277cda 100644 --- a/usr.sbin/gpioctl/gpioctl.8 +++ b/usr.sbin/gpioctl/gpioctl.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 27, 2010 +.Dd May 15, 2011 .Dt GPIOCTL 1 .Os .Sh NAME @@ -93,17 +93,17 @@ be verbose: for each listed pin print current configuration .Sh EXAMPLES .Bl -bullet .It -List pins available on GPIO controller defined by device /dev/gpioctl0 +List pins available on GPIO controller defined by device /dev/gpioc0 .Pp -gpioctl -f /dev/gpioctl0 -l +gpioctl -f /dev/gpioc0 -l .It Set the value of pin 12 to 1 .Pp -gpioctl -f /dev/gpioctl0 12 1 +gpioctl -f /dev/gpioc0 12 1 .It Configure pin 12 to be input pin .Pp -gpioctl -f /dev/gpioctl0 -c 12 IN +gpioctl -f /dev/gpioc0 -c 12 IN .El .Sh HISTORY The |