diff options
author | bryanv <bryanv@FreeBSD.org> | 2014-05-06 03:38:04 +0000 |
---|---|---|
committer | bryanv <bryanv@FreeBSD.org> | 2014-05-06 03:38:04 +0000 |
commit | 7174ef8bb75f38064cdd7a201205bdcb453dcd9a (patch) | |
tree | 0194757038a0b08db45b2a4cdc04139f26d62202 | |
parent | 34844b41eb78e26d4697cee3a4fdb9a2c16cba5e (diff) | |
download | FreeBSD-src-7174ef8bb75f38064cdd7a201205bdcb453dcd9a.zip FreeBSD-src-7174ef8bb75f38064cdd7a201205bdcb453dcd9a.tar.gz |
MFC r265287:
Fix SYNOPSIS ("device if_vtnet" -> "device vtnet").
-rw-r--r-- | share/man/man4/vtnet.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/vtnet.4 b/share/man/man4/vtnet.4 index c7b2189..d3d7bc8 100644 --- a/share/man/man4/vtnet.4 +++ b/share/man/man4/vtnet.4 @@ -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 |