svn commit: r262603 - head/share/man/man4
Christian Brueffer
brueffer at FreeBSD.org
Fri Feb 28 15:55:36 UTC 2014
Author: brueffer
Date: Fri Feb 28 15:55:35 2014
New Revision: 262603
URL: http://svnweb.freebsd.org/changeset/base/262603
Log:
mdoc cleanup.
MFC after: 1 week
Modified:
head/share/man/man4/nvd.4
head/share/man/man4/nvme.4
Modified: head/share/man/man4/nvd.4
==============================================================================
--- head/share/man/man4/nvd.4 Fri Feb 28 12:48:17 2014 (r262602)
+++ head/share/man/man4/nvd.4 Fri Feb 28 15:55:35 2014 (r262603)
@@ -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
Modified: head/share/man/man4/nvme.4
==============================================================================
--- head/share/man/man4/nvme.4 Fri Feb 28 12:48:17 2014 (r262602)
+++ head/share/man/man4/nvme.4 Fri Feb 28 15:55:35 2014 (r262603)
@@ -73,9 +73,13 @@ API for registering NVMe namespace consu
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
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
More information about the svn-src-head
mailing list