svn commit: r265417 - stable/10/share/man/man4

Bryan Venteicher bryanv at FreeBSD.org
Tue May 6 03:38:05 UTC 2014


Author: bryanv
Date: Tue May  6 03:38:04 2014
New Revision: 265417
URL: http://svnweb.freebsd.org/changeset/base/265417

Log:
  MFC r265287:
  
    Fix SYNOPSIS ("device if_vtnet" -> "device vtnet").

Modified:
  stable/10/share/man/man4/vtnet.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/vtnet.4
==============================================================================
--- stable/10/share/man/man4/vtnet.4	Tue May  6 03:05:14 2014	(r265416)
+++ stable/10/share/man/man4/vtnet.4	Tue May  6 03:38:04 2014	(r265417)
@@ -35,7 +35,7 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
-.Cd "device if_vtnet"
+.Cd "device vtnet"
 .Ed
 .Pp
 Alternatively, to load the driver as a


More information about the svn-src-all mailing list