summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbe <gbe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-19 11:47:38 +0000
committergbe <gbe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-19 11:47:38 +0000
commit43c5bdd3f77477d1b8c8c432256dac91444f2e16 (patch)
treec78b945bd07a1189f9f4be5b723a8833d9776c11
parent380a61e48aa287ae267bff093bc24f3d18e59e14 (diff)
downloadfreebsd-43c5bdd3f77477d1b8c8c432256dac91444f2e16.tar.gz
freebsd-43c5bdd3f77477d1b8c8c432256dac91444f2e16.tar.bz2
nvmecontrol(8): Fix a few mandoc related issues and add a SEE ALSO section
- inserting missing end of block: Ss breaks Bl - skipping paragraph macro: Pp before Ss - referenced manual not found: Xr nvme 4 (2 times) - unknown standard specifier: St The The macro .St can only be used for standards known by mdoc(7). So add a SEE ALSO section and add a reference to the NVM Express Base Specification. MFC after: 2 weeks git-svn-id: http://svn.freebsd.org/base/head@368802 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
-rw-r--r--sbin/nvmecontrol/nvmecontrol.814
1 files changed, 9 insertions, 5 deletions
diff --git a/sbin/nvmecontrol/nvmecontrol.8 b/sbin/nvmecontrol/nvmecontrol.8
index a9796cf735d..976532932a6 100644
--- a/sbin/nvmecontrol/nvmecontrol.8
+++ b/sbin/nvmecontrol/nvmecontrol.8
@@ -35,7 +35,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 30, 2020
+.Dd December 19, 2020
.Dt NVMECONTROL 8
.Os
.Sh NAME
@@ -205,7 +205,6 @@
.Sh DESCRIPTION
NVM Express (NVMe) is a storage protocol standard, for SSDs and other
high-speed storage devices over PCI Express.
-.Pp
.Ss identify
The identify commands reports information from the drive's
.Dv IDENTIFY_CONTROLLER
@@ -238,6 +237,7 @@ of
is used to retrieve the
.Dv IDENTIFY_CONTROLLER
data associated with that drive.
+.El
.Ss logpage
The logpage command knows how to print log pages of various types.
It also knows about vendor specific log pages from hgst/wdc and intel.
@@ -482,9 +482,7 @@ and
commands send NVMe commands to
either the administrative or the data part of the device.
These commands are expected to be compatible with nvme-cli.
-Please see
-.St The NVMe Standard
-for details.
+Please see the NVMe Standard for details.
.Bl -tag -width 16n
.It Fl o -opcode Ar opcode
Opcode to send.
@@ -674,6 +672,12 @@ linker set are added to the top-level commands.
The members of the
.Va logpage
linker set are added to the logpage parsers.
+.Sh SEE ALSO
+.Rs
+.%T The NVM Express Base Specification
+.%D June 10, 2019
+.%U https://nvmexpress.org/wp-content/uploads/NVM-Express-1_4-2019.06.10-Ratified.pdf
+.Re
.Sh HISTORY
The
.Nm