Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 19:57:18 +0000 (UTC)
From:      Bryan Venteicher <bryanv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265287 - head/share/man/man4
Message-ID:  <201405031957.s43JvIv1035995@svn.freebsd.org>

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



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