diff options
Diffstat (limited to 'man/man3/tomo-Byte.get_bit.3')
| -rw-r--r-- | man/man3/tomo-Byte.get_bit.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man3/tomo-Byte.get_bit.3 b/man/man3/tomo-Byte.get_bit.3 index 2e383fff..ad92560e 100644 --- a/man/man3/tomo-Byte.get_bit.3 +++ b/man/man3/tomo-Byte.get_bit.3 @@ -19,11 +19,11 @@ In the binary representation of a byte, check whether a given bit index is set t .TS allbox; -lb lb lbx lb -l l l l. -Name Type Description Default -i Byte The byte whose bits are being inspected. - -bit_index Int The index of the bit to check (1-indexed, range 1-8). - +lb lb lbx +l l l. +Name Type Description +i Byte The byte whose bits are being inspected. +bit_index Int The index of the bit to check (1-indexed, range 1-8). .TE .SH RETURN Whether or not the given bit index is set to 1 in the byte. |
