svn commit: r347967 - head/share/man/man4
Conrad Meyer
cem at FreeBSD.org
Sun May 19 06:01:12 UTC 2019
Author: cem
Date: Sun May 19 06:01:11 2019
New Revision: 347967
URL: https://svnweb.freebsd.org/changeset/base/347967
Log:
nvd.4: Reference nda(4)
Fix a totally minor typo in nvme.4 while here.
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 Sun May 19 05:46:24 2019 (r347966)
+++ head/share/man/man4/nvd.4 Sun May 19 06:01:11 2019 (r347967)
@@ -33,7 +33,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 28, 2016
+.Dd May 18, 2019
.Dt NVD 4
.Os
.Sh NAME
@@ -86,6 +86,7 @@ hw.nvd.delete_max=<delete size in bytes>
.Ed
.Sh SEE ALSO
.Xr GEOM 4 ,
+.Xr nda 4 ,
.Xr nvme 4 ,
.Xr geom 8 ,
.Xr nvmecontrol 8 ,
Modified: head/share/man/man4/nvme.4
==============================================================================
--- head/share/man/man4/nvme.4 Sun May 19 05:46:24 2019 (r347966)
+++ head/share/man/man4/nvme.4 Sun May 19 06:01:11 2019 (r347967)
@@ -130,7 +130,7 @@ The
.Xr nvd 4
driver performs better with smaller transactions and few TRIM
commands.
-It sends all commands directly the drive immediately.
+It sends all commands directly to the drive immediately.
The
.Xr nda 4
driver performs better with larger transactions and also collapses
More information about the svn-src-all
mailing list