]> git.proxmox.com Git - zfsonlinux.git/blob - spl-patches/0002-splat.1-manpage-fix-spelling-of-hexadecimal.patch
rebase ZFS patches
[zfsonlinux.git] / spl-patches / 0002-splat.1-manpage-fix-spelling-of-hexadecimal.patch
1 From b414fa1353cac23e1d58d3fbdd1c48a7925bdbdb Mon Sep 17 00:00:00 2001
2 From: Fabian-Gruenbichler <f.gruenbichler@proxmox.com>
3 Date: Fri, 11 Aug 2017 00:21:54 +0200
4 Subject: [PATCH 2/3] splat.1 manpage: fix spelling of 'hexadecimal'
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Reviewed-by: George Melikov <mail@gmelikov.ru>
10 Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
11 Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
12 Closes #642
13 (cherry picked from commit a02fa347b75266f40c8f571d7d63a21ec7f6f13d)
14 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
15 ---
16 man/man1/splat.1 | 8 ++++----
17 1 file changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/man/man1/splat.1 b/man/man1/splat.1
20 index 37f8435..407680b 100644
21 --- a/man/man1/splat.1
22 +++ b/man/man1/splat.1
23 @@ -32,7 +32,7 @@ Print the usage message.
24 .BI "\-l" "" ", \-\-list" ""
25 .IP
26 For each spl.ko subsystem, print all available test names and
27 -hexidecimal identifiers with a short description.
28 +hexadecimal identifiers with a short description.
29 .HP
30 .BI "\-t" " subsystem" ":" "test" ", \-\-test" " subsystem" ":" "test"
31 .HP
32 @@ -42,9 +42,9 @@ Run the \fItest\fR diagnostic routine for the spl.ko \fIsubsystem\fR.
33 Specify this option more than once to run multiple tests.
34
35 The \fItest\fR and \fIsubsystem\fR parameters are the names or
36 -hexidecimal identifiers returned by the \fBsplat --list\fR command.
37 +hexadecimal identifiers returned by the \fBsplat --list\fR command.
38
39 -If \fIsubsystem\fR is a name and not a hexidecimal identifier, then the
40 +If \fIsubsystem\fR is a name and not a hexadecimal identifier, then the
41 \fBall\fR keyword can be used to run all available \fIsubsystem\fR
42 tests.
43
44 @@ -73,7 +73,7 @@ Test the kernel compression and queue waiting facilities:
45 # splat --test zlib:compress/uncompress --test taskq:wait
46 .LP
47 This is the same as the previous command, except that the subsystems
48 -and tests are referenced by hexidecimal identifier instead of by name:
49 +and tests are referenced by hexadecimal identifier instead of by name:
50 .IP
51 # splat -t 0x0f00:0x0f01 -t 0x0200:0x0204
52
53 --
54 2.14.1
55