Date: Sat, 27 Jun 2026 11:00:01 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 26ffa3d4e703 - main - nvmecontrol(8): Fix typos in the manual page Message-ID: <6a3fad31.39b8e.398f8ed7@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=26ffa3d4e70358e49811158d7d36f3c9b9097d8d commit 26ffa3d4e70358e49811158d7d36f3c9b9097d8d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2026-06-27 10:59:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2026-06-27 10:59:32 +0000 nvmecontrol(8): Fix typos in the manual page - s/givne/given/ - s/assocation/association/ - s/reporing/reporting/ MFC after: 3 days --- sbin/nvmecontrol/nvmecontrol.8 | 8 ++++---- 1 file 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 NAMEShome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3fad31.39b8e.398f8ed7>
