Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2023 00:10:54 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 39248950a014 - main - nvmecontrol.8: Fix a few formatting nits.
Message-ID:  <202307140010.36E0AsQQ079675@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=39248950a014b9abb9be87c8a3564109af89c3e0

commit 39248950a014b9abb9be87c8a3564109af89c3e0
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-07-14 00:08:36 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-07-14 00:10:36 +0000

    nvmecontrol.8: Fix a few formatting nits.
---
 sbin/nvmecontrol/nvmecontrol.8 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sbin/nvmecontrol/nvmecontrol.8 b/sbin/nvmecontrol/nvmecontrol.8
index 4a1b9e73c199..462bdedb3222 100644
--- a/sbin/nvmecontrol/nvmecontrol.8
+++ b/sbin/nvmecontrol/nvmecontrol.8
@@ -589,6 +589,7 @@ Show all the command values on stdout.
 .It Fl w -write
 Command writes data to the device.
 .El
+.Pp
 Send arbitrary commands to the device.
 Can be used to extract vendor specific logs.
 Transfers to/from the device possible, but limited to
@@ -615,7 +616,7 @@ Where
 is required, you can use either the
 .Pa nvmeX
 device, or the disk device such as
-.Pa nda Z
+.Pa ndaZ
 or
 .Pa nvdZ .
 For commands that take an optional



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307140010.36E0AsQQ079675>