Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 06:01:11 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r347967 - head/share/man/man4
Message-ID:  <201905190601.x4J61Bdu035028@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905190601.x4J61Bdu035028>