diff options
author | asomers <asomers@FreeBSD.org> | 2017-04-01 21:06:22 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2017-04-01 21:06:22 +0000 |
commit | 44ae575bdb82f9f528949e4a4fa51c79fcfae622 (patch) | |
tree | 3e7f189dac273c093f2fe56f61970a97f0954cd9 /share/man/man4 | |
parent | 625658b7ae843fcd75ad66e471917e8f9834c7d8 (diff) | |
download | FreeBSD-src-44ae575bdb82f9f528949e4a4fa51c79fcfae622.zip FreeBSD-src-44ae575bdb82f9f528949e4a4fa51c79fcfae622.tar.gz |
MFC r314947:
Slight rewording in nvme(4)
Reviewed by: jimharris, imp
MFC after: 3 weeks
Differential Revision: https://reviews.freebsd.org/D9927
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/nvme.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/nvme.4 b/share/man/man4/nvme.4 index 6449ec5..45025cf 100644 --- a/share/man/man4/nvme.4 +++ b/share/man/man4/nvme.4 @@ -54,7 +54,7 @@ nvme_load="YES" .Pp Most users will also want to enable .Xr nvd 4 -to surface NVM Express namespaces as disk devices which can be +to expose NVM Express namespaces as disk devices which can be partitioned. Note that in NVM Express terms, a namespace is roughly equivalent to a SCSI LUN. |