Skip to content

Commit 10f4f08

Browse files
committed
vcgencmd: Clarify man page
A description of the get_throttled output in the vcgencmd man page fails to include bit 0, which can be confusing. Add it. Fixes: #53 Signed-off-by: Phil Elwell <[email protected]>
1 parent 84b1831 commit 10f4f08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vcgencmd/vcgencmd.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ example:
101101
Adding the bit numbers along the top we get:
102102
.TS
103103
tab( );
104-
n n n n n n n n n n n n n n n n n n n .
105-
19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
106-
0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
104+
n n n n n n n n n n n n n n n n n n n n .
105+
19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
106+
0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
107107
.TE
108108
.IP
109109
From this we can see that bits 18 and 16 are set, indicating that the Pi has

0 commit comments

Comments
 (0)