]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
docs: Correct spelling check error
authorTokunori Ikegami <ikegami.t@gmail.com>
Sat, 9 Jul 2022 03:43:57 +0000 (12:43 +0900)
committerTokunori Ikegami <ikegami.t@gmail.com>
Sat, 9 Jul 2022 03:43:57 +0000 (12:43 +0900)
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
40 files changed:
Documentation/cmd-plugins.txt
Documentation/cmds-main.txt
Documentation/nvme-attach-ns.txt
Documentation/nvme-compare.txt
Documentation/nvme-connect-all.txt
Documentation/nvme-copy.txt
Documentation/nvme-create-ns.txt
Documentation/nvme-device-self-test.txt
Documentation/nvme-dim.txt
Documentation/nvme-discover.txt
Documentation/nvme-fid-support-effects-log.txt
Documentation/nvme-fw-commit.txt
Documentation/nvme-fw-download.txt
Documentation/nvme-id-domain.txt
Documentation/nvme-list-ns.txt
Documentation/nvme-list.txt
Documentation/nvme-lockdown.txt
Documentation/nvme-micron-clear-pcie-errors.txt
Documentation/nvme-micron-internal-log.txt
Documentation/nvme-micron-temperature-stats.txt
Documentation/nvme-pred-lat-event-agg-log.txt
Documentation/nvme-predictable-lat-log.txt
Documentation/nvme-primary-ctrl-caps.txt
Documentation/nvme-read.txt
Documentation/nvme-rpmb.txt
Documentation/nvme-sanitize.txt
Documentation/nvme-self-test-log.txt
Documentation/nvme-supported-log-pages.txt
Documentation/nvme-transcend-healthvalue.txt
Documentation/nvme-virtium-save-smart-to-vtview-log.txt
Documentation/nvme-wdc-get-drive-status.txt
Documentation/nvme-wdc-namespace-resize.txt
Documentation/nvme-wdc-vs-fw-activate-history.txt
Documentation/nvme-write-uncor.txt
Documentation/nvme-write-zeroes.txt
Documentation/nvme-write.txt
Documentation/nvme-zns-id-ns.txt
Documentation/nvme-zns-set-zone-desc.txt
Documentation/nvme-zns-zone-append.txt
Documentation/nvme-zns-zrwa-flush-zone.txt

index 4e66cf145214e507b06b8eb09c728c2fc5443ede..2ab6c6821de231e8d5003cc3e911b558202fa62d 100644 (file)
@@ -65,7 +65,7 @@ linknvme:nvme-transcend-badblock[1]::
        Retrieve Transcend NVMe device's bad blocks
 
 linknvme:nvme-transcend-healthvalue[1]::
-       Use NVMe SMART table to analyse the health value of Transcend device
+       Use NVMe SMART table to analyze the health value of Transcend device
 
 linknvme:nvme-virtium-show-identify[1]::
        Show a complete detail of identify device information in json format
index ab8ee3bb0be2caaf58f414cf288d2c257dbf443e..58a8094fcd0bf41d520801b2ffc18c9ab87ca61d 100644 (file)
@@ -44,7 +44,7 @@ linknvme:nvme-smart-log[1]::
        Retrieve Smart Log
 
 linknvme:nvme-ana-log[1]::
-       Retreive ANA(Asymmetric Namespace Access) Log
+       Retrieve ANA(Asymmetric Namespace Access) Log
 
 linknvme:nvme-endurance-log[1]::
        Retrieve endurance Log
@@ -236,7 +236,7 @@ linknvme:nvme-nvm-id-ns-lba-format[1]::
        NVMe Identify Namespace NVM Command Set for the specified LBA Format index
 
 linknvme:nvme-persistent-event-log[1]::
-       Retrieve Presistent Event Log
+       Retrieve Persistent Event Log
 
 linknvme:nvme-predictable-lat-log[1]::
        Retrieve Predictable Latency per Nvmset Log
index a5d347120a0c2597a9157c28d795a23623fc0335..64ab9d1a8e0a9f7ec08df2dcbcbe97d5b7a37bd4 100644 (file)
@@ -26,11 +26,11 @@ OPTIONS
 -c <ctrl-list,>::
 -controllers=<ctrl-list,>::
        The comma separated list of controller identifiers to attach
-       the namesapce too.
+       the namespace too.
 
 EXAMPLES
 --------
-       Attach namspace to the controller:
+       Attach namespace to the controller:
 
                # nvme attach-ns /dev/nvme1  -n 0x2 -c 0x21
 
index f082a33e1a3684e027ea57829df48d4dbef645f8..11299bd783e4134930f5bd3c6017deab4282ad1b 100644 (file)
@@ -55,10 +55,10 @@ OPTIONS
 
 -y <metasize>::
 --metadata-size=<metasize>::
-       Size of metadata to be trasnferred in bytes.
+       Size of metadata to be transferred in bytes.
 
 -r <reftag>::
---ref-tag=<regtag>::
+--ref-tag=<reftag>::
        Reference Tag for Protection Information
 
 -d <data-file>::
@@ -106,8 +106,8 @@ metadata is passes.
 --dir-type=<type>::
        Optional directive type. The nvme-cli only enforces the value
        be in the defined range for the directive type, though the NVMe
-       specifcation (1.3a) defines only one directive, 01h, for write
-       stream idenfiers.
+       specification (1.3a) defines only one directive, 01h, for write
+       stream identifiers.
 
 -S <spec>::
 --dir-spec=<spec>::
@@ -146,7 +146,7 @@ metadata is passes.
        data protection processing.
 
 --force::
-    Ignore namespace is currently busy and perfome the operation
+    Ignore namespace is currently busy and performed the operation
     even though.
 
 EXAMPLES
index 605d2459bf32fd1840e9342506911fd5e2a12979..b449955d52ce2c4a31da8545577170493e245f59 100644 (file)
@@ -43,7 +43,7 @@ connect-all commands to run. If no @SYSCONFDIR@/nvme/discovery.conf file
 exists, the command will quit with an error.
 
 Otherwise a specific Discovery Controller should be specified using the
---transport, --traddr and if necessary the --trsvcid and a Diѕcovery
+--transport, --traddr and if necessary the --trsvcid and a Discovery
 request will be sent to the specified Discovery Controller.
 
 See the documentation for the nvme-discover(1) command for further
index d6452ec0029c938624cb8e39060ff201e286052f..1fad952d65588e992ebd12b636beda115d3bd740 100644 (file)
@@ -88,8 +88,8 @@ OPTIONS
 -T <type>::
        Optional directive type. The nvme-cli only enforces the value
        be in the defined range for the directive type, though the NVMe
-       specifcation (1.3a) defines only one directive, 01h, for write
-       stream idenfiers.
+       specification (1.3a) defines only one directive, 01h, for write
+       stream identifiers.
 
 --dir-spec=<spec>::
 -S <spec>::
index 7fd64f4ec9184ed58612b421cf1d6eb29663568f..a17c70db703c7cfa19a075a701335dbb66559bb9 100644 (file)
@@ -53,7 +53,7 @@ OPTIONS
 
 -a::
 --anagrp-id::
-       ANA Gorup Identifier. If this value is 0h specifies
+       ANA Group Identifier. If this value is 0h specifies
        that the controller determines the value to use
 
 -i <nvmsetid>::
index b7273a028b289006516306893574300785ef10c8..62bba88ceaca9331e4e7964d59bae371bf9e617a 100644 (file)
@@ -24,7 +24,7 @@ OPTIONS
 -------
 -n <NUM>::
 --namespace-id=<NUM>::
-       Indicate the namespace in which the device self-test has to becarried out
+       Indicate the namespace in which the device self-test has to be carried out
 
 -s <NUM>::
 --self-test-code=<NUM>::
index 805c7ffe9f3272f7af8cf0620ec16de5612caf5f..52df256d1388832f588550fe74ea6254c12f2161 100644 (file)
@@ -21,7 +21,7 @@ deregister.
 
 The DIM command is used to explicitly register with Discovery Controllers (DC),
 especially with Central Discovery Controllers (CDC). CDCs maintain a database (DB)
-of all the Hosts and Storage Susbsystems in a network. The register task is used
+of all the Hosts and Storage Subsystems in a network. The register task is used
 to add a host to the CDC's DB. The deregister task is used to remove a host from
 the CDC's DB.
 
index e27949bf93eb3bfc29ceb8fa1f2a0fd4dd215da4..53826d54b6812dfe3fb8a4346a85063be987cccd 100644 (file)
@@ -46,7 +46,7 @@ Discovery commands to run.  If no @SYSCONFDIR@/nvme/discovery.conf file
 exists, the command will quit with an error.
 
 Otherwise, a specific Discovery Controller should be specified using the
---transport, --traddr, and if necessary the --trsvcid flags. A Diѕcovery
+--transport, --traddr, and if necessary the --trsvcid flags. A Discovery
 request will then be sent to the specified Discovery Controller.
 
 BACKGROUND
@@ -150,7 +150,7 @@ OPTIONS
 
 -k <#>::
 --keep-alive-tmo=<#>::
-       Overrides the default dealy (in seconds) for keep alive.
+       Overrides the default timeout (in seconds) for keep alive.
        This option will be ignored for the discovery, and it is only
        implemented for completeness.
 
@@ -210,7 +210,7 @@ OPTIONS
               'binary'. Only one output format can be used at a time.
 
 --force::
-       Disable the built-in persitent discover connection rules.
+       Disable the built-in persistent discover connection rules.
        Combined with --persistent flag, always create new
        persistent discovery connection.
 
index d2702eb21081a24028555ce833fe2e428b389e66..5d12b18adb582a77d44eca639fec025f455cff70 100644 (file)
@@ -13,7 +13,7 @@ SYNOPSIS
 DESCRIPTION
 -----------
 For the NVMe device given, sends an FID Support and Effects log and
-provides the result and returned logstructure.
+provides the result and returned log structure.
 
 The <device> parameter is mandatory and may be either the NVMe character
 device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).
index c164c5a29c94dfbd0e12816a44ee27ed91d56192..337e783efbc95045cef929ac81620214207e01ff 100644 (file)
@@ -72,7 +72,7 @@ BPINFO.ABPID.
 
 --bpid=<boot-partid>::
 -b <boot-partid>::
-       Specifiies the Boot partition that shall be used for the Commit Action,
+       Specifies the Boot partition that shall be used for the Commit Action,
        if applicable (default: 0)
 
 EXAMPLES
index 6b11d051feaddecea37d47a6d7c10b58a610ef95..84e407ed83fb8c09048726401d66dd591fa19a5a 100644 (file)
@@ -37,7 +37,7 @@ the Firmware Commit command (nvme fw-commit <args>).
 OPTIONS
 -------
 -f <firmware-file>::
---fw=<firmeware-file>::
+--fw=<firmware-file>::
        Required argument. This specifies the path to the device's
        firmware file on your system that will be read by the program
        and sent to the device.
index be7b81ab9544507551c142beb482e9b3202f9111..87883c501159f5a7a09679cee78bc6fbecf21d14 100644 (file)
@@ -13,7 +13,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-For the NVMe device given, send an identify command and return the domian list
+For the NVMe device given, send an identify command and return the domain list
 data structure.
 
 The <device> parameter is mandatory and may be either the NVMe character
index 0ccd1adaffdeb70524ecb495ff888166d7c7f0eb..753a9594214523ed60a4faa4ea17dad813176278 100644 (file)
@@ -34,7 +34,7 @@ OPTIONS
 -y <command_set_identifier>::
 --csi=<command_set_identifier>::
        If this value is given, retrieve the identify list structure associated
-       with the speicified I/O command set.
+       with the specified I/O command set.
 
 -a::
 --all::
index 22e00815a0b9cd37f052c85af300937e28547d77..7cc333be526fa2d7e2dbcb2386a98d865c8deb04 100644 (file)
@@ -25,7 +25,7 @@ OPTIONS
 -v::
 --verbose::
        Increase the information in the output, showing nvme subsystems,
-       controllers and namespaces separately and how they're realted to each
+       controllers and namespaces separately and how they're related to each
        other.
 
 ENVIRONMENT
index e9ba86c2a3216b84b934de9c9f334c1840de3a96..cf8a48ff9cf5f379058600616a64f07f0c183d41 100644 (file)
@@ -18,7 +18,7 @@ DESCRIPTION
 -----------
 The Lockdown command is used to control the Command and Feature Lockdown
 capability which configures the prohibition or allowance of execution of the
-specified commandor Set Features command targeting a specific Feature
+specified command or Set Features command targeting a specific Feature
 Identifier.
 
 OPTIONS
@@ -34,17 +34,17 @@ OPTIONS
 
 --prhbt=<prhbt>::
 -p <prhbt>::
-       Prohibit(PRHBT) bit specifies whether to prohibit or allow the command
+       Prohibit (PRHBT) bit specifies whether to prohibit or allow the command
        opcode or Set Features Feature Identifier specified by this command.
 
 --scp=<scp>::
 -s <scp>::
-       Scope(SCP) field specifies the contents of the Opcode or Feature Identifier field.
+       Scope (SCP) field specifies the contents of the Opcode or Feature Identifier field.
 
 --uuid=<UUID_Index>::
 -U <UUID_Index>::
-       UUID Index - If this field is set to a non-zerovalue, then the value of
-       this field is the index of a UUID in the UUIDList that is used by the command.
+       UUID Index - If this field is set to a non-zero value, then the value of
+       this field is the index of a UUID in the UUID List that is used by the command.
        If this field is cleared to 0h,then no UUID index is specified.
 
 EXAMPLES
index d3afccfda3299bcee2e7c92f2670b9ead11841d6..4df0e8a29ea3d9e708acfdd39f871734a6ad5c31 100644 (file)
@@ -12,7 +12,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-This command clears corretable pcie errors for the specified Micron device.
+This command clears correctable pcie errors for the specified Micron device.
 
 The <device> parameter is mandatory and may be either the NVMe
 character device (ex: /dev/nvme0), or a namespace block device (ex:
index 66fb90fb8b269acaa87eda98bd1d26d96b5eb318..37a50ad4d6b304adcbaf5a81766216b102073a75 100644 (file)
@@ -13,8 +13,8 @@ SYNOPSIS
 DESCRIPTION
 -----------
 For the given NVMe device, sends the Micron vendor specific device commands to retrieve
-various logs (in binary format) and compresses them and saves into speficied zip file.
-These vendor unique logs can be analysed with Micron Technical support team for any device
+various logs (in binary format) and compresses them and saves into specified zip file.
+These vendor unique logs can be analyzed with Micron Technical support team for any device
 specific issues
 
 The <device> parameter is mandatory and may be either the NVMe
index 43061c0eeb44b73810ea933f1f0ab97f03c5a4e4..8b013d9ba8c3aa1cb0aabfbedce154308db17dce 100644 (file)
@@ -1,4 +1,4 @@
-nvme-micron-temperarature-stats(1)
+nvme-micron-temperature-stats(1)
 ==================================
 
 NAME
index d7d998b03eb0858540dcb16aeb7d993033a73d23..b01c9bb0d6e9ff5062428abe576a1e03e8e563d1 100644 (file)
@@ -22,7 +22,7 @@ The <device> parameter is mandatory and may be either the NVMe character
 device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).
 
 On success, the returned Predictable Latency Event Aggregate Log
-Page structure may be returned in one ofseveral ways depending on
+Page structure may be returned in one of several ways depending on
 the option flags; the structure may parsed by the program and printed
 in a readable format or the raw buffer may be printed to stdout for
 another program to parse.
@@ -43,7 +43,7 @@ OPTIONS
 
 -b::
 --raw-binary::
-       Print the raw Predectible Latency Event Aggregate log buffer to stdout.
+       Print the raw Predictable Latency Event Aggregate log buffer to stdout.
 
 -o <format>::
 --output-format=<format>::
@@ -59,7 +59,7 @@ EXAMPLES
 ------------
 +
 
-* Print the raw Predectible Latency Event Aggregate log to a file:
+* Print the raw Predictable Latency Event Aggregate log to a file:
 +
 ------------
 # nvme pred-lat-event-agg-log /dev/nvme0 --raw-binary > pred_lat_agg_log.raw
index b4d7335b4506608cafff3e0b51d7cb5c77b73277..d1dde80d4d7b3d75a0579075375c376fe8c6381d 100644 (file)
@@ -3,7 +3,7 @@ nvme-predictable-lat-log(1)
 
 NAME
 ----
-nvme-predictable-lat-log - Send Predectible latency per NVM set log page request,
+nvme-predictable-lat-log - Send Predictable latency per NVM set log page request,
 returns result and log
 
 SYNOPSIS
@@ -15,14 +15,14 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Retrieves the NVMe Predectible latency per NVM set log page from an NVMe device
+Retrieves the NVMe Predictable latency per NVM set log page from an NVMe device
 and provides the returned structure.
 
 The <device> parameter is mandatory and may be either the NVMe character
 device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).
 
-On success, the returned Predectible latency per NVM set log structure
-may be returned in one ofseveral ways depending on the option flags; the
+On success, the returned Predictable latency per NVM set log structure
+may be returned in one of several ways depending on the option flags; the
 structure may parsed by the program and printed in a readable format or
 the raw buffer may be printed to stdout for another program to parse.
 
@@ -30,14 +30,14 @@ OPTIONS
 -------
 -i <nvmset_id>::
 --nvmset-id=<nvmset_id>::
-    Retrieve the Predectible latency per NVM set log for the given nvmset id.
+    Retrieve the Predictable latency per NVM set log for the given nvmset id.
     This argument is mandatory and its success may depend on the device's
     statistics to provide this log For More details see NVM Express 1.4 Spec.
     Section 5.14.1.10. The default nvmset id to use is 1 for the device.
 
 -b::
 --raw-binary::
-       Print the raw Predectible latency per NVM set log buffer to stdout.
+       Print the raw Predictable latency per NVM set log buffer to stdout.
 
 -o <format>::
 --output-format=<format>::
@@ -46,14 +46,14 @@ OPTIONS
 
 EXAMPLES
 --------
-* Print the Predectible latency per NVM set log page in a human readable format:
+* Print the Predictable latency per NVM set log page in a human readable format:
 +
 ------------
 # nvme predictable-lat-log /dev/nvme0
 ------------
 +
 
-* Print the raw Predectible latency per NVM set log to a file:
+* Print the raw Predictable latency per NVM set log to a file:
 +
 ------------
 # nvme predictable-lat-log /dev/nvme0 --raw-binary > nvmset_log.raw
index e17093f6938851485eb2485f830d1976e54a5595..3edf5c1a5d7d0e8985f22463fe292310cf2d39be 100644 (file)
@@ -45,7 +45,7 @@ EXAMPLES
 fields in a human readable format:
 +
 ------------
-# nvme primary-ctrl-caps /dev/nvme0 --human-readbale
+# nvme primary-ctrl-caps /dev/nvme0 --human-readable
 # nvme primary-ctrl-caps /dev/nvme0 -H
 ------------
 NVME
index 8565431cc5bd757d3d683affab557561ee373aa0..c5f0e5224b580a6574e9e6fb3310074eff081040 100644 (file)
@@ -95,8 +95,8 @@ metadata is passes.
 --dir-type=<type>::
        Optional directive type. The nvme-cli only enforces the value
        be in the defined range for the directive type, though the NVMe
-       specifcation (1.3a) defines only one directive, 01h, for write
-       stream idenfiers.
+       specification (1.3a) defines only one directive, 01h, for write
+       stream identifiers.
 
 -S <spec>::
 --dir-spec=<spec>::
@@ -136,7 +136,7 @@ metadata is passes.
        data protection processing.
 
 --force::
-    Ignore namespace is currently busy and perfome the operation
+    Ignore namespace is currently busy and performed the operation
     even though.
 
 EXAMPLES
index f9b371af5bfa55f327e5cf5cfbb9381641fd20d3..c30c83d897254b8d96164a241c9646d26fd69f5d 100644 (file)
@@ -41,7 +41,7 @@ OPTIONS
                        RPMB target given with --target or -t options. As per 
                        spec, this is one time action which can't be undone.
 
-       read-couter   - Read 'write counter' of specified RPMB target. The
+       read-counter  - Read 'write counter' of specified RPMB target. The
                        counter value read is printed onto STDOUT
 
        read-config   - Read 512 bytes of device configuration block data of
@@ -59,7 +59,7 @@ OPTIONS
                        -o option should be given to read the amount of data
                        to be read in 512 byte blocks.
 
-       write-data    - Supports authenticated data writting to specified RPMB
+       write-data    - Supports authenticated data writing to specified RPMB
                        target (--target or -t option) at given offset
                        specified with --address or -o option, using key
                        specified using --keyfile or -k options. --blocks or
@@ -99,10 +99,10 @@ OPTIONS
 -o <offset>::
 --address=<offset>::
        The address (in 512 byte sector offset from 0) to be used for data 
-       trasnfer commands (read or write) for a specified RPMB target.
+       transfer commands (read or write) for a specified RPMB target.
 -b::
 --blocks=<sectors>::
-       The size in 512 byte sectors to be used for data trasnfer commands
+       The size in 512 byte sectors to be used for data transfer commands
        (read or write) for a specified RPMB target.
 
 EXAMPLES
@@ -113,7 +113,7 @@ EXAMPLES
 # nvme rpmb /dev/nvme0 --cmd=info
 -----------
 +
-* Program 'SecreteKey' as authentication key for target 1
+* Program 'SecretKey' as authentication key for target 1
 +
 ------------
 # nvme rpmb /dev/nvme0 --cmd=program-key -key='SecretKey' --target=1
@@ -134,7 +134,7 @@ EXAMPLES
 * Write 200 blocks of (512 bytes) from input.bin onto target 0
 +
 ------------
-# nvme rpmb /dev/nvme0 -c write-data -t 0 -f input.bin -b 200 -k 'SecreteKey'
+# nvme rpmb /dev/nvme0 -c write-data -t 0 -f input.bin -b 200 -k 'SecretKey'
 ------------
 +
 * Read 200 blocks of (512 bytes) from target 2, at offset 0x100 and save the
index be489d3f6137aed65932e7c75bd6d0a387714834..196983b6c7ed71b065210fee07762a7bc22ea21b 100644 (file)
@@ -28,7 +28,7 @@ On success it returns 0, error code otherwise.
 OPTIONS
 -------
 -d::
---no-delloc::
+--no-dealloc::
     No Deallocate After Sanitize:
     If set, then the controller shall not deallocate any logical
     blocks as a result of successfully completing the sanitize
@@ -80,7 +80,7 @@ OPTIONS
     sanitize operation.
 
 --force::
-    Ignore namespace is currently busy and perfome the operation
+    Ignore namespace is currently busy and performed the operation
     even though.
 
 EXAMPLES
index a801cb099f97eef291f70c9f4d4b5b2f0f45b68e..56a3c4ac607999fc4cc36aaf732b9699f52d3196 100644 (file)
@@ -3,7 +3,7 @@ nvme-self-test-log(1)
 
 NAME
 ----
-nvme-self-test-log - Retrieve the log information initited by device-self-test and display it
+nvme-self-test-log - Retrieve the log information initiated by device-self-test and display it
 
 SYNOPSIS
 --------
index 3e9d37a900de81f7a9592a174d9d26edfaf2c836..32f95fec5378921af7fdf54a3d5807c769394521 100644 (file)
@@ -13,13 +13,13 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Retrieves the NVMe supportd log pages details from an NVMe device and provides
+Retrieves the NVMe supported log pages details from an NVMe device and provides
 the returned structure.
 
 The <device> parameter is mandatory and should be the NVMe character
 device (ex: /dev/nvme0).
 
-On success, the returned supportd log pages log structure will be printed
+On success, the returned supported log pages log structure will be printed
 for each command that is supported.
 
 OPTIONS
index eecf68be1dfec035e158c75bd11156a96c7fa4e0..4a7d52f10f4dceb098a306773651ed85326960e7 100644 (file)
@@ -3,12 +3,12 @@ nvme-transcend-healthvalue(1)
 
 NAME
 ----
-nvme-transcend-healthvalue - Use NVMe SMART table to analyse the health value of Transcend device.
+nvme-transcend-healthvalue - Use NVMe SMART table to analyze the health value of Transcend device.
 
 SYNOPSIS
 --------
 [verse]
-'nvme transcned healthvalue' <device> 
+'nvme transcend healthvalue' <device>
 
 DESCRIPTION
 -----------
@@ -29,7 +29,7 @@ EXAMPLES
 * Print the Transcend Device health value in a human readable format:
 +
 ------------
-# nvme transcned healthvalue /dev/nvme0
+# nvme transcend healthvalue /dev/nvme0
 ------------
 
 NVME
index 3e27b7eb050e8fe7b17d1fe481ea6193da92d413..313ac35a0c22ed8805075d670b12de14a5ff0573 100755 (executable)
@@ -38,7 +38,7 @@ of the log file name.
 OPTIONS
 -------
 -r <NUM>::
---run-tim=<NUM>::
+--run-time=<NUM>::
        (optional) Number of hours to log data (default = 20 hours)
 
 -f <NUM>::
index f8a37d686cf405e453183e30c56345e4fa3e85fc..10e212b15969f3883fd3f0c10a8cd5ac26297efb 100644 (file)
@@ -39,7 +39,7 @@ Output Explanation
 |The 2 possible states are :  Present or Not Present.
 
 |*Thermal Throttling Status*
-|The 3 possible states are :  Off, On, or Unavaiable.
+|The 3 possible states are :  Off, On, or Unavailable.
 
 |*Format Corrupt Reason*
 |The 3 possible states are :  Not Corrupted, Corrupt due to FW Assert, or Corrupt for Unknown Reason.
index 288430f74fd732ab4faa5790c6f666fd9f22e73d..71fc781272326de7aa17dafc5970ad8168b45c8a 100644 (file)
@@ -40,12 +40,12 @@ OPTIONS
 
 EXAMPLES
 --------
-* Resizes namespace 1 to 50% of the orginal TNVMCAP reported value:
+* Resizes namespace 1 to 50% of the original TNVMCAP reported value:
 +
 ------------
 # nvme wdc namespace-resize /dev/nvme0 -n 1 -o 3
 ------------
-* Resizes namespace 2 to 7% of the orginal TNVMCAP reported value:
+* Resizes namespace 2 to 7% of the original TNVMCAP reported value:
 +
 ------------
 # nvme wdc namespace-resize /dev/nvme0 --namespace-id=2 --op-option=1
index 1ef20a6d827fa04d8a397f001e16a2ae159fda75..30c6edeaffd2395708cb08a54340bdcea7e7a056 100644 (file)
@@ -12,7 +12,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-For the NVMe device given, read a Vendor Unique WDC log page that returns the firmware actiation
+For the NVMe device given, read a Vendor Unique WDC log page that returns the firmware activation
 history. 
 
 The <device> parameter is mandatory and must be the NVMe character device (ex: /dev/nvme0).
@@ -53,13 +53,13 @@ Firmware Activate History Log Page Data Output Explanation
 |The new firmware level running on the SSD after the activation took place.
 
 |*Slot Number*
-|The slot tht the firmware is being activated from. 
+|The slot that the firmware is being activated from.
 
 |*Commit Action Type*
 |The commit action type associated with the firmware activation event
 
 |*Result*
-|The result of the firmware activation event.  The ouput shall be in the format:
+|The result of the firmware activation event.  The output shall be in the format:
 Pass or Failed + error code
 |===
 
index 41a1d874016e637b0931cf9de97819c12ce573c2..38af31364c6c34ab7c2692b9c1212f779a2cb1dd 100644 (file)
@@ -8,7 +8,7 @@ nvme-write-uncor - Send an NVMe write uncorrectable command, return results
 SYNOPSIS
 --------
 [verse]
-'nvme-write-uncorr' <device> [--start-block=<slba> | -s <slba>]
+'nvme-write-uncor' <device> [--start-block=<slba> | -s <slba>]
                        [--block-count=<nlb> | -c <nlb>]
                        [--namespace-id=<nsid> | -n <nsid>]
                        [--force]
@@ -33,7 +33,7 @@ OPTIONS
        Namespace ID use in the command.
 
 --force::
-    Ignore namespace is currently busy and perfome the operation
+    Ignore namespace is currently busy and performed the operation
     even though.
 
 EXAMPLES
index 764b5f874ec3c693271755178356aef7d5664cb8..cfcac36fe8c15c343472a6043ba30e95ae1d4ceb 100644 (file)
@@ -90,7 +90,7 @@ metadata is passes.
        data protection processing.
 
 --force::
-    Ignore namespace is currently busy and perfome the operation
+    Ignore namespace is currently busy and performed the operation
     even though.
 
 EXAMPLES
index 4ac46e030bc9db3c8428c58880c98113ecb3ae9d..837bd5cac33f2d6980e9843247132faf6ca58759 100644 (file)
@@ -103,8 +103,8 @@ metadata is passes.
 --dir-type=<type>::
        Optional directive type. The nvme-cli only enforces the value
        be in the defined range for the directive type, though the NVMe
-       specifcation (1.3a) defines only one directive, 01h, for write
-       stream idenfiers.
+       specification (1.3a) defines only one directive, 01h, for write
+       stream identifiers.
 
 -S <spec>::
 --dir-spec=<spec>::
@@ -144,7 +144,7 @@ metadata is passes.
        data protection processing.
 
 --force::
-    Ignore namespace is currently busy and perfome the operation
+    Ignore namespace is currently busy and performed the operation
     even though.
 
 EXAMPLES
index dccb02cf5e3f480f555d6583b854b5fc41804610..799e3b67538fe91b62e0192917d352d46daa5f0f 100644 (file)
@@ -15,7 +15,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-For the NVMe device given, sends the zoned command set's identify namepsace
+For the NVMe device given, sends the zoned command set's identify namespace
 command and provides the result and returned structure.
 
 The <device> parameter is mandatory and may be either the NVMe character
index ca598b85888e65aa0765bf99b3b8b3185cdbb492..dd759a2123d6df335de162863aa76f13539390e8 100644 (file)
@@ -8,7 +8,7 @@ nvme-zns-set-zone-desc - Set extended descriptor data for a zone
 SYNOPSIS
 --------
 [verse]
-'nvme zns setzone-desc' <device> [--namespace-id=<NUM> | -n <NUM>]
+'nvme zns set-zone-desc' <device> [--namespace-id=<NUM> | -n <NUM>]
                                 [--start-lba=<IONUM>, -s <IONUM>]
                                 [--zrwaa | -r]
                                 [-data=<FILE>, -d <FILE>]
@@ -17,9 +17,9 @@ SYNOPSIS
 DESCRIPTION
 -----------
 For the NVMe device given, issues the Zone Management Send command with the
-Set Zone Descriptor Extenions action. The input will default to stdin.
+Set Zone Descriptor Extensions action. The input will default to stdin.
 Alternatively, the data may come from a file that can be specified. The data
-length will automatically be calculated from the zns identify namesapce.
+length will automatically be calculated from the zns identify namespace.
 
 OPTIONS
 -------
index 37242a54199895404b7936b90c611d118c3a0b3c..65e0fb237d5ce081356a93e79f7b6a69da3a5eb5 100644 (file)
@@ -27,7 +27,7 @@ The zone append command writes the logical blocks specified by the command to
 the medium from the data data buffer provided. Will use stdin by default
 if you don't provide a file.
 
-On sucess, the program will report the LBA that was assigned to the data for
+On success, the program will report the LBA that was assigned to the data for
 the append operation.
 
 OPTIONS
index 19e79263f09d5f331f8de29d5c4e5a9c18cefb79..4f3e72ca2fd69d47ab2971f740dcf68c71d1ed56 100644 (file)
@@ -39,7 +39,7 @@ OPTIONS
 
 EXAMPLES
 --------
-* flush the first zwra of first zone for zrwacg(15) on namespace 1:
+* flush the first zrwa of first zone for zrwacg(15) on namespace 1:
 +
 ------------
 # nvme zns zrwa-flush-zone /dev/nvme0 -n 1 -l 15