From 687c98c05ed4711616a6051aae5cff7c734fc55c Mon Sep 17 00:00:00 2001 From: Thomas Nikolajsen Date: Wed, 9 Jul 2008 18:15:10 +0000 Subject: [PATCH] Fix typos. --- share/man/man4/et.4 | 4 ++-- sys/conf/newvers.sh | 4 ++-- tools/regression/nfsmmap/README | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/share/man/man4/et.4 b/share/man/man4/et.4 index ded0045ed8..e16fb8797e 100644 --- a/share/man/man4/et.4 +++ b/share/man/man4/et.4 @@ -28,7 +28,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/share/man/man4/et.4,v 1.4 2008/07/09 15:45:23 sephe Exp $ +.\" $DragonFly: src/share/man/man4/et.4,v 1.5 2008/07/09 18:15:09 thomas Exp $ .\" .Dd July 9, 2008 .Dt ET 4 @@ -119,7 +119,7 @@ see .Sh TUNABLES .Bl -tag -width ".Va hw.et.rx_intr_npkts" .It Va hw.et.rx_intr_npkts -This value controls how many packets should be recevied +This value controls how many packets should be received before a receive interrupt is generated. The default value is 129. It is recommended to set this value above 38 to prevent host from being diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index ff205a4e23..7d40ae4aa6 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -33,7 +33,7 @@ # # @(#)newvers.sh 8.1 (Berkeley) 4/20/94 # $FreeBSD: src/sys/conf/newvers.sh,v 1.44.2.30 2003/04/04 07:02:46 murray Exp $ -# $DragonFly: src/sys/conf/newvers.sh,v 1.21 2008/02/12 02:26:07 dillon Exp $ +# $DragonFly: src/sys/conf/newvers.sh,v 1.22 2008/07/09 18:15:10 thomas Exp $ tag="\$Name: $" @@ -42,7 +42,7 @@ tag="\$Name: $" BRANCH=$(echo $tag | awk '{ print $2; }') # Remove any DragonFly_ prefix or _Slip suffix. Release branches are -# typically extracted using a slip tag rather then the branch tag in order +# typically extracted using a slip tag rather than the branch tag in order # to guarentee that the subversion file is synchronized with the files being # extracted. # diff --git a/tools/regression/nfsmmap/README b/tools/regression/nfsmmap/README index 81c4ad5fe3..85159d6f91 100644 --- a/tools/regression/nfsmmap/README +++ b/tools/regression/nfsmmap/README @@ -1,3 +1,5 @@ +$DragonFly: src/tools/regression/nfsmmap/README,v 1.2 2008/07/09 18:15:10 thomas Exp $ + These tests are intended to make sure that NFS's use of the b_{valid,dirty}{off,end} fields of struct buf is consistent with the VM system's use of the underlying VM pages. @@ -17,4 +19,4 @@ Test2: should first write out the dirty range and then read the rest of the page. This is currently broken since the vnode_pager doesn't use the original buf for its i/o and therefore the - information in b_dirtyoff, b_dirtyend is not avalable. + information in b_dirtyoff, b_dirtyend is not available. -- 2.11.4.GIT