summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2013-09-13 21:23:04 +0000
committersbruno <sbruno@FreeBSD.org>2013-09-13 21:23:04 +0000
commit852fc4baf8ff1a317ed4f937ef0def57858b03c3 (patch)
tree8c06b7d403f9fff2be720702a297354db8f01314 /share
parent0d8bb1bec195ae47b9f311fd1e3bce400ce4e06d (diff)
downloadFreeBSD-src-852fc4baf8ff1a317ed4f937ef0def57858b03c3.zip
FreeBSD-src-852fc4baf8ff1a317ed4f937ef0def57858b03c3.tar.gz
Correct my inability to do math and provide a GOOD example.
Approved by: re (implicit)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/gpio.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/gpio.4 b/share/man/man4/gpio.4
index 2053df1..614a722 100644
--- a/share/man/man4/gpio.4
+++ b/share/man/man4/gpio.4
@@ -132,7 +132,7 @@ To expose pin 0, 4 and 7, use the bitmask of
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
OpenPOWER on IntegriCloud