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

@ -733,14 +733,17 @@ fuse bit settings.
hexadecimal; each value will get the string
.Em 0x
prepended.
Only valid on output.
.It Ar o
octal; each value will get a
.Em 0
prepended unless it is less than 8 in which case it gets no prefix.
Only valid on output.
.It Ar b
binary; each value will get the string
.Em 0b
prepended.
Only valid on output.
.El
.Pp
The default is to use auto detection for input files, and raw binary

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