Skip to content

Commit e772cef

Browse files
ikegami-tigaw
authored andcommitted
doc: Fix admin and io passthru cdw parameters description
Fixes: 2f31c79 ("doc: Documentations maintenance changes") Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
1 parent 5c62733 commit e772cef

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Documentation/nvme-admin-passthru.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ SYNOPSIS
1111
'nvme-admin-passthru' <device> [--opcode=<opcode> | -O <opcode>]
1212
[--flags=<flags> | -f <flags>] [-rsvd=<rsvd> | -R <rsvd>]
1313
[--namespace-id=<nsid> | -n <nsid>] [--cdw2=<cdw2> | -2 <cdw2>]
14-
[--cdw3=<cdw3> | -3 <cdw3>] [--cdw10=<cdw10> | -4 <cdw4>]
15-
[--cdw11=<cdw11> | -5 <cdw5>] [--cdw12=<cdw12> | -6 <cdw6>]
16-
[--cdw13=<cdw13> | -7 <cdw7>] [--cdw14=<cdw14> | -8 <cdw8>]
17-
[--cdw15=<cdw15> | -9 <cdw9>]
14+
[--cdw3=<cdw3> | -3 <cdw3>] [--cdw10=<cdw10> | -4 <cdw10>]
15+
[--cdw11=<cdw11> | -5 <cdw11>] [--cdw12=<cdw12> | -6 <cdw12>]
16+
[--cdw13=<cdw13> | -7 <cdw13>] [--cdw14=<cdw14> | -8 <cdw14>]
17+
[--cdw15=<cdw15> | -9 <cdw15>]
1818
[--data-len=<data-len> | -l <data-len>]
1919
[--metadata-len=<len> | -m <len>]
2020
[--input-file=<file> | -i <file>]

Documentation/nvme-io-passthru.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ SYNOPSIS
1010
[verse]
1111
'nvme-io-passthru' <device> [--opcode=<opcode> | -O <opcode>]
1212
[--flags=<flags> | -f <flags>] [-rsvd=<rsvd> | -R <rsvd>]
13-
[--namespace-id=<nsid> | -nsid <nsid>]
14-
[--cdw2=<cdw2>] [--cdw3=<cdw3>] [--cdw10=<cdw10>]
15-
[--cdw11=<cdw11>] [--cdw12=<cdw12>] [--cdw13=<cdw13>]
16-
[--cdw14=<cdw14>] [--cdw15=<cdw15>]
13+
[--namespace-id=<nsid> | -n <nsid>] [--cdw2=<cdw2> | -2 <cdw2>]
14+
[--cdw3=<cdw3> | -3 <cdw3>] [--cdw10=<cdw10> | -4 <cdw10>]
15+
[--cdw11=<cdw11> | -5 <cdw11>] [--cdw12=<cdw12> | -6 <cdw12>]
16+
[--cdw13=<cdw13> | -7 <cdw13>] [--cdw14=<cdw14> | -8 <cdw14>]
17+
[--cdw15=<cdw15> | -9 <cdw15>]
1718
[--data-len=<data-len> | -l <data-len>]
1819
[--metadata-len=<len> | -m <len>]
1920
[--read | -r] [--write | -w]
@@ -58,6 +59,7 @@ OPTIONS
5859
--namespace-id=<nsid>::
5960
The value for the ns-id in the command. Defaults to '0'.
6061

62+
-[2-9] <cdw>::
6163
--cdw[2-3,10-15]=<cdw>::
6264
Specifies the command dword value for that specified entry in
6365
the command

0 commit comments

Comments
 (0)