svn commit: r262888 - stable/9/share/man/man4
Christian Brueffer
brueffer at FreeBSD.org
Fri Mar 7 12:21:52 UTC 2014
Author: brueffer
Date: Fri Mar 7 12:21:51 2014
New Revision: 262888
URL: http://svnweb.freebsd.org/changeset/base/262888
Log:
MFC: r262603
mdoc cleanup.
Modified:
stable/9/share/man/man4/nvd.4
stable/9/share/man/man4/nvme.4
Directory Properties:
stable/9/share/man/man4/ (props changed)
Modified: stable/9/share/man/man4/nvd.4
==============================================================================
--- stable/9/share/man/man4/nvd.4 Fri Mar 7 12:20:01 2014 (r262887)
+++ stable/9/share/man/man4/nvd.4 Fri Mar 7 12:21:51 2014 (r262888)
@@ -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: stable/9/share/man/man4/nvme.4
==============================================================================
--- stable/9/share/man/man4/nvme.4 Fri Mar 7 12:20:01 2014 (r262887)
+++ stable/9/share/man/man4/nvme.4 Fri Mar 7 12:21:51 2014 (r262888)
@@ -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-stable-9
mailing list