Date: Fri, 13 Sep 2013 21:23:05 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255531 - head/share/man/man4 Message-ID: <201309132123.r8DLN5sn079434@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309132123.r8DLN5sn079434>