From: Tokunori Ikegami Date: Sat, 17 Feb 2024 18:31:14 +0000 (+0900) Subject: doc: Fix documentation file mode 100755 to 100644 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0d792855497320a7d218c629390a87d0be0b462f;p=users%2Fsagi%2Fnvme-cli.git doc: Fix documentation file mode 100755 to 100644 Only the get-property and set-property commands fixed errors. Signed-off-by: Tokunori Ikegami --- diff --git a/Documentation/nvme-id-ns-granularity.txt b/Documentation/nvme-id-ns-granularity.txt old mode 100755 new mode 100644 diff --git a/Documentation/nvme-id-uuid.txt b/Documentation/nvme-id-uuid.txt old mode 100755 new mode 100644 diff --git a/Documentation/nvme-list-secondary.txt b/Documentation/nvme-list-secondary.txt old mode 100755 new mode 100644 diff --git a/Documentation/nvme-nvme-mi-recv.txt b/Documentation/nvme-nvme-mi-recv.txt old mode 100755 new mode 100644 diff --git a/Documentation/nvme-nvme-mi-send.txt b/Documentation/nvme-nvme-mi-send.txt old mode 100755 new mode 100644 diff --git a/Documentation/nvme-set-property.txt b/Documentation/nvme-set-property.txt index 22a513c8..ae2e3873 100644 --- a/Documentation/nvme-set-property.txt +++ b/Documentation/nvme-set-property.txt @@ -24,7 +24,7 @@ OPTIONS The offset of the property. -V:: ---value: +--value:: The value of the property to be set. -o :: diff --git a/Documentation/nvme-virt-mgmt.txt b/Documentation/nvme-virt-mgmt.txt old mode 100755 new mode 100644