Date: Tue, 6 May 2014 03:38:05 +0000 (UTC) From: Bryan Venteicher <bryanv@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r265417 - stable/10/share/man/man4 Message-ID: <201405060338.s463c5bT043871@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405060338.s463c5bT043871>