Author: bryanv Date: Sat May 3 19:57:17 2014 New Revision: 265287 URL: http://svnweb.freebsd.org/changeset/base/265287
Log: Fix SYNOPSIS ("device if_vtnet" -> "device vtnet"). Obtained from: DragonFlyBSD MFC after: 3 days Modified: head/share/man/man4/vtnet.4 Modified: head/share/man/man4/vtnet.4 ============================================================================== --- head/share/man/man4/vtnet.4 Sat May 3 19:40:41 2014 (r265286) +++ head/share/man/man4/vtnet.4 Sat May 3 19:57:17 2014 (r265287) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"