mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 11:19:32 +03:00
splat.1 manpage: fix spelling of 'hexadecimal'
Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #642
This commit is contained in:
parent
9243b0fb47
commit
a02fa347b7
@ -32,7 +32,7 @@ Print the usage message.
|
|||||||
.BI "\-l" "" ", \-\-list" ""
|
.BI "\-l" "" ", \-\-list" ""
|
||||||
.IP
|
.IP
|
||||||
For each spl.ko subsystem, print all available test names and
|
For each spl.ko subsystem, print all available test names and
|
||||||
hexidecimal identifiers with a short description.
|
hexadecimal identifiers with a short description.
|
||||||
.HP
|
.HP
|
||||||
.BI "\-t" " subsystem" ":" "test" ", \-\-test" " subsystem" ":" "test"
|
.BI "\-t" " subsystem" ":" "test" ", \-\-test" " subsystem" ":" "test"
|
||||||
.HP
|
.HP
|
||||||
@ -42,9 +42,9 @@ Run the \fItest\fR diagnostic routine for the spl.ko \fIsubsystem\fR.
|
|||||||
Specify this option more than once to run multiple tests.
|
Specify this option more than once to run multiple tests.
|
||||||
|
|
||||||
The \fItest\fR and \fIsubsystem\fR parameters are the names or
|
The \fItest\fR and \fIsubsystem\fR parameters are the names or
|
||||||
hexidecimal identifiers returned by the \fBsplat --list\fR command.
|
hexadecimal identifiers returned by the \fBsplat --list\fR command.
|
||||||
|
|
||||||
If \fIsubsystem\fR is a name and not a hexidecimal identifier, then the
|
If \fIsubsystem\fR is a name and not a hexadecimal identifier, then the
|
||||||
\fBall\fR keyword can be used to run all available \fIsubsystem\fR
|
\fBall\fR keyword can be used to run all available \fIsubsystem\fR
|
||||||
tests.
|
tests.
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ Test the kernel compression and queue waiting facilities:
|
|||||||
# splat --test zlib:compress/uncompress --test taskq:wait
|
# splat --test zlib:compress/uncompress --test taskq:wait
|
||||||
.LP
|
.LP
|
||||||
This is the same as the previous command, except that the subsystems
|
This is the same as the previous command, except that the subsystems
|
||||||
and tests are referenced by hexidecimal identifier instead of by name:
|
and tests are referenced by hexadecimal identifier instead of by name:
|
||||||
.IP
|
.IP
|
||||||
# splat -t 0x0f00:0x0f01 -t 0x0200:0x0204
|
# splat -t 0x0f00:0x0f01 -t 0x0200:0x0204
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user