Skip to content

Commit 6414c33

Browse files
ikegami-tigaw
authored andcommitted
doc: Fix get-property and set-property offset and value descriptions
Those parameters need the <offset> and <val> parameters values. Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
1 parent 0d79285 commit 6414c33

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Documentation/nvme-get-property.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Reads and shows the defined NVMe controller property for NVMe over Fabric.
1919

2020
OPTIONS
2121
-------
22-
-O::
23-
--offset::
22+
-O <offset>::
23+
--offset=<offset>::
2424
The offset of the property. One of CAP=0x0, VS=0x8, CC=0x14, CSTS=0x1c, NSSR=0x20
2525

2626
-H::

Documentation/nvme-set-property.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Writes and shows the defined NVMe controller property for NVMe over Fabric.
1919

2020
OPTIONS
2121
-------
22-
-O::
23-
--offset::
22+
-O <offset>::
23+
--offset=<offset>::
2424
The offset of the property.
2525

26-
-V::
27-
--value::
26+
-V <val>::
27+
--value=<val>::
2828
The value of the property to be set.
2929

3030
-o <fmt>::

0 commit comments

Comments
 (0)