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 hexadecimal; each value will get the string
.Em 0x .Em 0x
prepended. prepended.
Only valid on output.
.It Ar o .It Ar o
octal; each value will get a octal; each value will get a
.Em 0 .Em 0
prepended unless it is less than 8 in which case it gets no prefix. prepended unless it is less than 8 in which case it gets no prefix.
Only valid on output.
.It Ar b .It Ar b
binary; each value will get the string binary; each value will get the string
.Em 0b .Em 0b
prepended. prepended.
Only valid on output.
.El .El
.Pp .Pp
The default is to use auto detection for input files, and raw binary The default is to use auto detection for input files, and raw binary

View File

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