Author: sbruno
Date: Fri Sep 13 21:23:04 2013
New Revision: 255531
URL: http://svnweb.freebsd.org/changeset/base/255531

Log:
  Correct my inability to do math and provide a GOOD example.
  
  Approved by:  re (implicit)

Modified:
  head/share/man/man4/gpio.4

Modified: head/share/man/man4/gpio.4
==============================================================================
--- head/share/man/man4/gpio.4  Fri Sep 13 21:16:52 2013        (r255530)
+++ head/share/man/man4/gpio.4  Fri Sep 13 21:23:04 2013        (r255531)
@@ -132,7 +132,7 @@ To expose pin 0, 4 and 7, use the bitmas
 This is a bitmask of pins on the gpio board that will be set to ON at host
 start.
 To set pin 2, 5 and 13 to be set ON at boot, use the bitmask of
-10000000010010 converted to the hexadecimal value 0x2022.
+10000000010010 converted to the hexadecimal value 0x2012.
 .It Va hint.gpio.function_set
 .It Va hint.gpio.function_clear
 These are a bitmask of pins that will remap a pin to handle a specific
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to