Remove trailing whitespace.

This commit is contained in:
wiz 2011-01-27 09:46:59 +00:00
parent 9d38664bd2
commit 9422767211
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vte.4,v 1.1 2011/01/26 18:48:12 bouyer Exp $
.\" $NetBSD: vte.4,v 1.2 2011/01/27 09:46:59 wiz Exp $
.\" Copyright (c) 2010 Pyun YongHyeon
.\" All rights reserved.
.\"
@ -52,7 +52,7 @@ The
device driver uses three station addresses out of four as perfect
multicast filter.
.Sh SYSCTL VARIABLES
The following variables are available
The following variables are available
.Bl -tag -width "xxxxxx"
.It Va hw.vte.vte<x>.int_rxct
Maximum number of packets to fire RX completion interrupt.
@ -75,7 +75,7 @@ The accepted range is 0 (disable interrupt moderation) to 15, the default is 0.
The
.Nm
driver was written for
.Fx
.Fx
by
.An Pyun YongHyeon
.Aq yongari@FreeBSD.org