Document that 'h', 'o', and 'd' file formats are output-only.

This commit is contained in:
Joerg Wunsch
2022-07-23 16:30:38 +02:00
parent 26f431c944
commit ce1ae41dd6
2 changed files with 6 additions and 0 deletions

View File

@@ -802,13 +802,16 @@ fuse bit settings.
@item h
hexadecimal; each value will get the string @emph{0x} prepended.
Only valid on output.
@item o
octal; each value will get a @emph{0}
prepended unless it is less than 8 in which case it gets no prefix.
Only valid on output.
@item b
binary; each value will get the string @emph{0b} prepended.
Only valid on output.
@end table