raspberrypi / utils

A collection of scripts and simple applications
BSD 3-Clause "New" or "Revised" License
156 stars 49 forks source link

error in vcgencmd man page #53

Closed villeneuve closed 10 months ago

villeneuve commented 11 months ago

Hi In the vcgencmd man page, the horizontal bit table (under the sentence: " Adding the bit numbers along the top we get") is showing 19 bits and starting with bit 1 instead of showing 20 bits and starting with bit 0. It's minor but confusing (I've been confused) It has been discussed in the forum here

It is:

          19   18   17   16   15   14   13   12   11   10   9   8   7   6   5   4   3   2   1
           0    1    0    1    0    0    0    0    0    0   0   0   0   0   0   0   0   0   0

It should be:

          19   18   17   16   15   14   13   12   11   10   9   8   7   6   5   4   3   2   1   0
           0    1    0    1    0    0    0    0    0    0   0   0   0   0   0   0   0   0   0   0

Thank you

Al- commented 10 months ago

I support this correction (I've been confused, too)