diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:59:32 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:59:32 +0000 |
| commit | 26ffa3d4e70358e49811158d7d36f3c9b9097d8d (patch) | |
| tree | 9c0eace4346cfc179be64f6ff09f083a55feb26a | |
| parent | e2339370737bdbebc8bd34a84f5b869da3a9ed43 (diff) | |
nvmecontrol(8): Fix typos in the manual page
- s/givne/given/
- s/assocation/association/
- s/reporing/reporting/
MFC after: 3 days
| -rw-r--r-- | sbin/nvmecontrol/nvmecontrol.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/nvmecontrol/nvmecontrol.8 b/sbin/nvmecontrol/nvmecontrol.8 index 2e666f5259ff..05d0feb347f9 100644 --- a/sbin/nvmecontrol/nvmecontrol.8 +++ b/sbin/nvmecontrol/nvmecontrol.8 @@ -377,9 +377,9 @@ and section 3 .Em NVM Express Architecture of the latest NVM standard. .Ss ns active -Provide a list of active namespace identifiers for the givne NVM controller. +Provide a list of active namespace identifiers for the given NVM controller. .Ss ns allocated -Provide a list of allocated namespace identifiers for the givne NVM controller. +Provide a list of allocated namespace identifiers for the given NVM controller. .Ss ns attach Attach an nsid to a controller. The primary controller is used if one is not specified. @@ -840,7 +840,7 @@ The flag determines the transport used for the initial association with the Discovery Controller and defaults to .Ar tcp . -All other flags are used to control properties of each I/O assocation as +All other flags are used to control properties of each I/O association as described above for the .Cm connect command. @@ -877,7 +877,7 @@ This parameter is mandatory. .It Fl d Ar data-area The data area is either 1, 2 or 3. .It Fl v -Verbose output reporing progress. +Verbose output reporting progress. This log can be quite large and take minutes to retrieve. .El .Sh DEVICE NAMES |
