Skip to content

Commit

Permalink
doc: Fix get-property and set-property offset and value descriptions
Browse files Browse the repository at this point in the history
Those parameters need the <offset> and <val> parameters values.

Signed-off-by: Tokunori Ikegami <[email protected]>
  • Loading branch information
ikegami-t authored and igaw committed Mar 12, 2024
1 parent 0d79285 commit 6414c33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Documentation/nvme-get-property.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Reads and shows the defined NVMe controller property for NVMe over Fabric.

OPTIONS
-------
-O::
--offset::
-O <offset>::
--offset=<offset>::
The offset of the property. One of CAP=0x0, VS=0x8, CC=0x14, CSTS=0x1c, NSSR=0x20

-H::
Expand Down
8 changes: 4 additions & 4 deletions Documentation/nvme-set-property.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Writes and shows the defined NVMe controller property for NVMe over Fabric.

OPTIONS
-------
-O::
--offset::
-O <offset>::
--offset=<offset>::
The offset of the property.

-V::
--value::
-V <val>::
--value=<val>::
The value of the property to be set.

-o <fmt>::
Expand Down

0 comments on commit 6414c33

Please sign in to comment.