diff options
author | brueffer <brueffer@FreeBSD.org> | 2014-03-07 12:20:01 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2014-03-07 12:20:01 +0000 |
commit | 9cff8027cbc8453e29f9c6aacfe06c8a843c6c9c (patch) | |
tree | 809dbbc3ceeeb62daa1d2bd16f274ed18dd80262 /share | |
parent | ca8eab65088e37b13a44110ebb254470c3043a96 (diff) | |
download | FreeBSD-src-9cff8027cbc8453e29f9c6aacfe06c8a843c6c9c.zip FreeBSD-src-9cff8027cbc8453e29f9c6aacfe06c8a843c6c9c.tar.gz |
MFC: r262603
mdoc cleanup.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/nvd.4 | 2 | ||||
-rw-r--r-- | share/man/man4/nvme.4 | 13 |
2 files changed, 10 insertions, 5 deletions
diff --git a/share/man/man4/nvd.4 b/share/man/man4/nvd.4 index eee4c7b..4509405 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 0e85273..cdea788 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 |