FreeBSD Bugzilla – Attachment 115303 Details for
Bug 157075
[patch] Use correct device names in gpioctl(8) man page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gpioctl.8.diff
gpioctl.8.diff (text/plain), 801 bytes, created by
Henrik Brix Andersen
on 2011-05-15 22:40:08 UTC
(
hide
)
Description:
gpioctl.8.diff
Filename:
MIME Type:
Creator:
Henrik Brix Andersen
Created:
2011-05-15 22:40:08 UTC
Size:
801 bytes
patch
obsolete
>Index: usr.sbin/gpioctl/gpioctl.8 >=================================================================== >--- usr.sbin/gpioctl/gpioctl.8 (revision 221961) >+++ usr.sbin/gpioctl/gpioctl.8 (working copy) >@@ -27,7 +27,7 @@ > .\" > .\" $FreeBSD$ > .\" >-.Dd September 27, 2010 >+.Dd May 15, 2011 > .Dt GPIOCTL 1 > .Os > .Sh NAME >@@ -93,17 +93,17 @@ > .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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 157075
: 115303