| Summary: | [patch] Use correct device names in gpioctl(8) man page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Henrik Brix Andersen <brix> | ||||
| Component: | Books & Articles | Assignee: | Benedict Reuschling <bcr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Henrik Brix Andersen
2011-05-15 22:40:08 UTC
Responsible Changed From-To: freebsd-doc->bcf Take this one. Author: bcr (doc committer) Date: Wed May 25 20:25:13 2011 New Revision: 222288 URL: http://svn.freebsd.org/changeset/base/222288 Log: Document the device name change from gpioctl to gpioc in the man page. PR: docs/157075 Submitted by: brix Reviewed by: gonzo Modified: head/usr.sbin/gpioctl/gpioctl.8 Modified: head/usr.sbin/gpioctl/gpioctl.8 ============================================================================== --- head/usr.sbin/gpioctl/gpioctl.8 Wed May 25 18:04:11 2011 (r222287) +++ head/usr.sbin/gpioctl/gpioctl.8 Wed May 25 20:25:13 2011 (r222288) @@ -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 cu .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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: open->closed The patch committed to HEAD without modifications. No MFC, as this tool is currently not available in STABLE. Thanks for submitting the patch! Take this chance to correct my FreeBSD name in the assignee field before closing this PR. ;-) Responsible Changed From-To: bcf->bcr The patch committed to HEAD without modifications. No MFC, as this tool is currently not available in STABLE. Thanks for submitting the patch! Take this chance to correct my FreeBSD name in the assignee field before closing this PR. ;-) |