summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2014-02-28 15:55:35 +0000
committerbrueffer <brueffer@FreeBSD.org>2014-02-28 15:55:35 +0000
commit462b7dc3119cb6157e42fad5988d6cd7006764be (patch)
treed3b2f3266057d52dbf36f0c9a55e2b787ca6826a /share
parentfef9d7d86eb1bc3294907a59ef7e847de4b72d7b (diff)
downloadFreeBSD-src-462b7dc3119cb6157e42fad5988d6cd7006764be.zip
FreeBSD-src-462b7dc3119cb6157e42fad5988d6cd7006764be.tar.gz
mdoc cleanup.
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/nvd.42
-rw-r--r--share/man/man4/nvme.413
2 files changed, 10 insertions, 5 deletions
diff --git a/share/man/man4/nvd.4 b/share/man/man4/nvd.4
index 1ba83ac..0356892 100644
--- a/share/man/man4/nvd.4
+++ b/share/man/man4/nvd.4
@@ -65,7 +65,7 @@ I/O commands.
.Sh SEE ALSO
.Xr nvme 4 ,
.Xr nvmecontrol 8 ,
-.Xr disk 9 .
+.Xr disk 9
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/nvme.4 b/share/man/man4/nvme.4
index 2bbabc2..b6d4538 100644
--- a/share/man/man4/nvme.4
+++ b/share/man/man4/nvme.4
@@ -73,9 +73,13 @@ API for registering NVMe namespace consumers such as
API for submitting NVM commands to namespaces
.It
Ioctls for controller and namespace configuration and management
+.Pp
.Nm
-creates controller devices in the format /dev/nvmeX and namespace devices in
-the format /dev/nvmeXnsY.
+creates controller devices in the format
+.Pa /dev/nvmeX
+and namespace devices in
+the format
+.Pa /dev/nvmeXnsY .
Note that the NVM Express specification starts numbering namespaces at 1,
not 0, and this driver follows that convention.
.El
@@ -104,7 +108,8 @@ Note that use of INTx implies disabling of per-CPU I/O queue pairs.
The following controller-level sysctls are currently implemented:
.Bl -tag -width indent
.It Va dev.nvme.0.int_coal_time
-(R/W) Interrupt coalescing timer period in microseconds. Set to 0 to disable.
+(R/W) Interrupt coalescing timer period in microseconds.
+Set to 0 to disable.
.It Va dev.nvme.0.int_coal_threshold
(R/W) Interrupt coalescing threshold in number of command completions.
Set to 0 to disable.
@@ -146,7 +151,7 @@ and completion queues to the console.
.Xr nvd 4 ,
.Xr pci 4 ,
.Xr nvmecontrol 8 ,
-.Xr disk 9 .
+.Xr disk 9
.Sh HISTORY
The
.Nm
OpenPOWER on IntegriCloud