From amdmi3@amdmi3.ru  Thu Feb 23 21:43:17 2012
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3A55B106566C
	for <freebsd-gnats-submit@freebsd.org>; Thu, 23 Feb 2012 21:43:17 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15])
	by mx1.freebsd.org (Postfix) with ESMTP id BFE5A8FC13
	for <freebsd-gnats-submit@freebsd.org>; Thu, 23 Feb 2012 21:43:16 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1S0gRX-0005W0-4j
	for FreeBSD-gnats-submit@freebsd.org; Fri, 24 Feb 2012 01:43:15 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id B425CB84D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Feb 2012 01:43:14 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 98F31F06; Fri, 24 Feb 2012 01:43:14 +0400 (MSK)
Message-Id: <20120223214314.98F31F06@hades.panopticon>
Date: Fri, 24 Feb 2012 01:43:14 +0400 (MSK)
From: Dmitry Marakasov <amdmi3@FreeBSD.org>
Reply-To: Dmitry Marakasov <amdmi3@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] spelling corrections in 23 manpages
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165431
>Category:       docs
>Synopsis:       [patch] spelling corrections in 23 manpages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 23 21:50:10 UTC 2012
>Closed-Date:    Thu Apr 26 20:16:37 UTC 2012
>Last-Modified:  Thu Apr 26 20:20:24 UTC 2012
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 10 01:33:18 MSK 2012 root@hades.panopticon:/usr/obj/usr/src/sys/HADES amd64


>Description:
A bunch of spelling corrections I've got while testing my spellchecker project.

This likely needs a review from native English speaker.

>How-To-Repeat:
>Fix:

--- spelling.patch begins here ---
diff --git bin/expr/expr.1 bin/expr/expr.1
index 6b9c610..43e4986 100644
--- bin/expr/expr.1
+++ bin/expr/expr.1
@@ -52,7 +52,7 @@ Several of the operators have special meaning to command interpreters
 and must therefore be quoted appropriately.
 All integer operands are interpreted in base 10 and must consist of only
 an optional leading minus sign followed by one or more digits (unless
-less strict parsing has been enabled for backwards compatibilty with
+less strict parsing has been enabled for backwards compatibility with
 prior versions of
 .Nm
 in
@@ -284,7 +284,7 @@ An empty operand string is interpreted as 0.
 .Bl -bullet
 .It
 Leading white space and/or a plus sign before an otherwise valid positive
-numberic operand are allowed and will be ignored.
+numeric operand are allowed and will be ignored.
 .El
 .Pp
 The extended arithmetic range and overflow checks do not conflict with
diff --git lib/libc/sys/cap_enter.2 lib/libc/sys/cap_enter.2
index a3ea710..835f649 100644
--- lib/libc/sys/cap_enter.2
+++ lib/libc/sys/cap_enter.2
@@ -68,7 +68,7 @@ appropriately-crafted applications or application components may be run.
 returns a flag indicating whether or not the process is in a capability mode
 sandbox.
 .Sh CAVEAT
-Creating effecive process sandboxes is a tricky process that involves
+Creating effective process sandboxes is a tricky process that involves
 identifying the least possible rights required by the process and then
 passing those rights into the process in a safe manner.
 See the CAVEAT
diff --git lib/libc/sys/pdfork.2 lib/libc/sys/pdfork.2
index 3f36e88..5e01230 100644
--- lib/libc/sys/pdfork.2
+++ lib/libc/sys/pdfork.2
@@ -87,7 +87,7 @@ except that it accepts a process descriptor,
 rather than a PID.
 .Pp
 .Fn pdwait4
-behaves identially to
+behaves identically to
 .Xr wait4 2 ,
 but operates with respect to a process descriptor argument rather than a PID.
 .Pp
diff --git lib/libc/sys/posix_fadvise.2 lib/libc/sys/posix_fadvise.2
index bdf321f..ed221ca 100644
--- lib/libc/sys/posix_fadvise.2
+++ lib/libc/sys/posix_fadvise.2
@@ -74,7 +74,7 @@ This currently does nothing as the default behavior uses heuristics to
 detect sequential behavior.
 .It Dv POSIX_FADV_WILLNEED
 Tells the system that the specified data will be accessed in the near future.
-The system may initiate an asychronous read of the data if it is not already
+The system may initiate an asynchronous read of the data if it is not already
 present in memory.
 .It Dv POSIX_FADV_DONTNEED
 Tells the system that the specified data will not be accessed in the near
diff --git lib/libc/sys/posix_fallocate.2 lib/libc/sys/posix_fallocate.2
index f7cbd49..a2582d7 100644
--- lib/libc/sys/posix_fallocate.2
+++ lib/libc/sys/posix_fallocate.2
@@ -48,7 +48,7 @@ to
 .Fa len
 in the file referenced by
 .Fa fd
-is guarateed to be allocated upon successful return.
+is guaranteed to be allocated upon successful return.
 That is, if
 .Fn posix_fallocate
 returns successfully, subsequent writes to the specified file data
diff --git lib/libmemstat/libmemstat.3 lib/libmemstat/libmemstat.3
index d7a000c..0fa4641 100644
--- lib/libmemstat/libmemstat.3
+++ lib/libmemstat/libmemstat.3
@@ -345,7 +345,7 @@ Return a caller-owned per-CPU pointer for the memory type.
 Set a caller-owned per-CPU pointer for the memory type.
 .It Fn memstat_get_percpu_caller_uint64
 Return a caller-owned per-CPU integer for the memory type.
-.It Fn memsttat_set_percpu_caller_uint64
+.It Fn memstat_set_percpu_caller_uint64
 Set a caller-owned per-CPU integer for the memory type.
 .It Fn memstat_get_percpu_free
 If the memory allocator supports a per-CPU cache, return the number of free
diff --git lib/libpmc/pmc.mips.3 lib/libpmc/pmc.mips.3
index bad2046..69fa5b8 100644
--- lib/libpmc/pmc.mips.3
+++ lib/libpmc/pmc.mips.3
@@ -166,7 +166,7 @@ This includes all instructions that normally write to a general
 purpose register, but where the destination register was set to r0.
 .It Li INTEGER_MULDIV_COMPLETED
 .Pq Event 17, Counter 1
-Integer multipy and divide instructions completed.  (MULxx, DIVx, MADDx, MSUBx).
+Integer multiply and divide instructions completed.  (MULxx, DIVx, MADDx, MSUBx).
 .It Li RF_STALL
 .Pq Event 18, Counter 0
 Counts the total number of cycles where no instructions are issued
diff --git lib/libpmc/pmc.westmere.3 lib/libpmc/pmc.westmere.3
index c5f1e1c..aa086ac 100644
--- lib/libpmc/pmc.westmere.3
+++ lib/libpmc/pmc.westmere.3
@@ -643,7 +643,7 @@ Counter 0.
 .Pq Event 60H , Umask 08H
 Counts weighted cycles of offcore read requests of any kind. Include L2
 prefetch requests.
-Ccounter 0.
+Counter 0.
 .It Li CACHE_LOCK_CYCLES.L1D_L2
 .Pq Event 63H , Umask 01H
 Cycle count during which the L1D and L2 are locked. A lock is asserted when
diff --git lib/libusb/libusb.3 lib/libusb/libusb.3
index 4e4dd10..0de8891 100644
--- lib/libusb/libusb.3
+++ lib/libusb/libusb.3
@@ -483,7 +483,7 @@ on success and a LIBUSB_ERROR code on failure.
 .Pp
 .Ft int
 .Fn libusb_handle_events_locked "libusb_context *ctx" "struct timeval *tv"
-Handle any pending events by polling file desciptors, without checking if
+Handle any pending events by polling file descriptors, without checking if
 another thread is already doing so.
 Must be called with the event lock held.
 .Pp
diff --git lib/libutil/kinfo_getproc.3 lib/libutil/kinfo_getproc.3
index 2778ad1..534164d 100644
--- lib/libutil/kinfo_getproc.3
+++ lib/libutil/kinfo_getproc.3
@@ -44,7 +44,7 @@ This function is used for obtaining process information from the kernel.
 The
 .Ar pid
 field contains the process identifier.
-This should be the a process that you have privilige to access.
+This should be the a process that you have privilege to access.
 This function is a wrapper around
 .Xr sysctl 3
 with the
diff --git lib/libvgl/vgl.3 lib/libvgl/vgl.3
index b105ab3..705639c 100644
--- lib/libvgl/vgl.3
+++ lib/libvgl/vgl.3
@@ -386,7 +386,7 @@ Passing an in-memory bitmap to this function results in error.
 The desired virtual screen width may not be achievable because
 of the video card hardware.
 In such case the video driver (and
-underlaying video BIOS) may choose the next largest values.
+underlying video BIOS) may choose the next largest values.
 Always examine
 .Va object->VXsize
 and
diff --git sbin/iscontrol/iscsi.conf.5 sbin/iscontrol/iscsi.conf.5
index 84f0f01..1290e85 100644
--- sbin/iscontrol/iscsi.conf.5
+++ sbin/iscontrol/iscsi.conf.5
@@ -113,7 +113,7 @@ bytes it can receive in an iSCSI PDU, default is 8192.
 .It Cm MaxOutstandingR2T
 is used to calculate/negotiate the
 .Em tag opening ,
-can be overriden by the
+can be overridden by the
 .Sy tag
 option.
 .It Cm DataPDUInOrder
diff --git share/man/man3/pthread_getthreadid_np.3 share/man/man3/pthread_getthreadid_np.3
index 271b628..9ea2898 100644
--- share/man/man3/pthread_getthreadid_np.3
+++ share/man/man3/pthread_getthreadid_np.3
@@ -42,7 +42,7 @@ The
 function returns the unique integral ID of the calling thread.
 Its semantics is similar to the AIX's
 .Fn pthread_getthreadid_np
-functuion.
+function.
 .Sh RETURN VALUES
 The
 .Fn pthread_getthreadid_np
diff --git share/man/man4/acpi_panasonic.4 share/man/man4/acpi_panasonic.4
index 4bd7038..bfe6e33 100644
--- share/man/man4/acpi_panasonic.4
+++ share/man/man4/acpi_panasonic.4
@@ -66,7 +66,7 @@ The third and last is to provide a way to adjust LCD brightness and
 sound mute state via
 .Xr sysctl 8 .
 .Ss Hotkeys
-There are 9 hotkeys available on the supported hardwares:
+There are 9 hotkeys available on the supported hardware:
 .Pp
 .Bl -tag -compact -offset indent
 .It Sy Fn+F1
diff --git share/man/man4/cxgbe.4 share/man/man4/cxgbe.4
index 4bf5ac3..fcd3b95 100644
--- share/man/man4/cxgbe.4
+++ share/man/man4/cxgbe.4
@@ -56,7 +56,7 @@ The
 .Nm
 driver provides support for PCI Express Ethernet adapters based on
 the Chelsio Terminator 4 (T4) ASIC.
-The driver supprts Jumbo Frames, Transmit/Receive checksum offload,
+The driver supports Jumbo Frames, Transmit/Receive checksum offload,
 TCP segmentation offload (TSO), Large Receive Offload (LRO), VLAN
 tag insertion/extraction, VLAN checksum offload, VLAN TSO, and
 Receive Side Steering (RSS).
diff --git share/man/man4/ed.4 share/man/man4/ed.4
index 3bc7077..dd9cbdb 100644
--- share/man/man4/ed.4
+++ share/man/man4/ed.4
@@ -289,7 +289,7 @@ Surecom EtherPerfect EP-427
 .It
 Surecom NE-34
 .It
-TDK 3000/3400/5670 Fast Etherenet/Modem
+TDK 3000/3400/5670 Fast Ethernet/Modem
 .It
 TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card
 .It
diff --git share/man/man4/mac_lomac.4 share/man/man4/mac_lomac.4
index 80f2daf..fd373ee 100644
--- share/man/man4/mac_lomac.4
+++ share/man/man4/mac_lomac.4
@@ -63,7 +63,7 @@ which protects the integrity of system objects and subjects by means of
 an information flow policy coupled with the subject demotion
 via floating labels.
 In LOMAC, all system subjects and objects are assigned integrity labels, made
-up of one or more hierarchial grades, depending on the their types.
+up of one or more hierarchical grades, depending on the their types.
 Together, these label elements permit all labels to be placed in a partial
 order, with information flow protections and demotion decisions
 based on a dominance operator
diff --git share/man/man4/umcs.4 share/man/man4/umcs.4
index af8bd5f..e6d5050 100644
--- share/man/man4/umcs.4
+++ share/man/man4/umcs.4
@@ -56,7 +56,7 @@ The
 driver provides support for various multiport serial adapters based on the MosCom
 MCS7820 and MCS7840 chips. They are 2- or 4-port adapters with full-featured
 16550-compatible UARTs and very flexible baud generators. Also, these chips
-support RS422/RS485 and IrDA oprations.
+support RS422/RS485 and IrDA operations.
 .Pp
 The device is accessed through the
 .Xr ucom 4
diff --git share/man/man4/vr.4 share/man/man4/vr.4
index de65fe1..8104579 100644
--- share/man/man4/vr.4
+++ share/man/man4/vr.4
@@ -94,7 +94,7 @@ or
 .Ar half-duplex
 modes.
 .It 100baseTX
-Set 100Mbps (Fast Fthernet) operation.
+Set 100Mbps (Fast Ethernet) operation.
 The
 .Ar mediaopt
 option can also be used to select either
diff --git share/man/man5/rc.conf.5 share/man/man5/rc.conf.5
index 83d91be..c3efd9b 100644
--- share/man/man5/rc.conf.5
+++ share/man/man5/rc.conf.5
@@ -1427,7 +1427,7 @@ Note that ICMPv6 Router Advertisement messages will be
 accepted even when
 .Va net.inet6.ip6.forwarding
 is 1
-.Pq packet fowarding is enabled
+.Pq packet forwarding is enabled
 when
 .Va net.inet6.ip6.rfc6204w3
 is set to 1.
diff --git share/man/man9/kqueue.9 share/man/man9/kqueue.9
index 8f0d109..a982197 100644
--- share/man/man9/kqueue.9
+++ share/man/man9/kqueue.9
@@ -294,7 +294,7 @@ locks will be used instead.
 .Pp
 The function
 .Fn knlist_init_mtx
-may be used to initalize a
+may be used to initialize a
 .Vt knlist
 when
 .Fa lock
diff --git share/man/man9/zone.9 share/man/man9/zone.9
index df7a353..57bee47 100644
--- share/man/man9/zone.9
+++ share/man/man9/zone.9
@@ -210,7 +210,7 @@ The
 .Fn uma_zone_get_cur
 function returns the approximate current occupancy of the zone.
 The returned value is approximate because appropriate synchronisation to
-determine an exact value is not performend by the implementation.
+determine an exact value is not performed by the implementation.
 This ensures low overhead at the expense of potentially stale data being used
 in the calculation.
 .Sh RETURN VALUES
diff --git sys/boot/forth/menu.4th.8 sys/boot/forth/menu.4th.8
index dc00af8..efca1e7 100644
--- sys/boot/forth/menu.4th.8
+++ sys/boot/forth/menu.4th.8
@@ -90,7 +90,7 @@ causes the menu to be displayed in color wherever possible. This includes the
 use of ANSI bold for numbers appearing to the left of menuitems and the use of
 special
 .Dq Li ansi
-variables describd below.
+variables described below.
 .It Va autoboot_delay
 Number of seconds
 .Ic menu-display
--- spelling.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Thu Feb 23 21:53:06 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=165431 
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Sat Feb 25 14:31:45 UTC 2012 
State-Changed-Why:  
Patched in HEAD (r232157) pending MFC. 

Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=165431 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/165431: commit references a PR
Date: Sat, 25 Feb 2012 14:31:42 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Sat Feb 25 14:31:25 2012
 New Revision: 232157
 URL: http://svn.freebsd.org/changeset/base/232157
 
 Log:
   Fix various typos in manual pages.
   
   Submitted by:	amdmi3
   PR:		165431
   MFC after:	1 week
 
 Modified:
   head/bin/expr/expr.1
   head/lib/libc/sys/cap_enter.2
   head/lib/libc/sys/pdfork.2
   head/lib/libc/sys/posix_fadvise.2
   head/lib/libc/sys/posix_fallocate.2
   head/lib/libmemstat/libmemstat.3
   head/lib/libpmc/pmc.mips.3
   head/lib/libpmc/pmc.westmere.3
   head/lib/libusb/libusb.3
   head/lib/libutil/kinfo_getproc.3
   head/lib/libvgl/vgl.3
   head/sbin/iscontrol/iscsi.conf.5
   head/share/man/man3/pthread_getthreadid_np.3
   head/share/man/man4/acpi_panasonic.4
   head/share/man/man4/cxgbe.4
   head/share/man/man4/ed.4
   head/share/man/man4/mac_lomac.4
   head/share/man/man4/umcs.4
   head/share/man/man4/vr.4
   head/share/man/man5/rc.conf.5
   head/share/man/man9/kqueue.9
   head/share/man/man9/zone.9
   head/sys/boot/forth/menu.4th.8
 
 Modified: head/bin/expr/expr.1
 ==============================================================================
 --- head/bin/expr/expr.1	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/bin/expr/expr.1	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd September 9, 2010
 +.Dd February 25, 2012
  .Dt EXPR 1
  .Os
  .Sh NAME
 @@ -52,7 +52,7 @@ Several of the operators have special me
  and must therefore be quoted appropriately.
  All integer operands are interpreted in base 10 and must consist of only
  an optional leading minus sign followed by one or more digits (unless
 -less strict parsing has been enabled for backwards compatibilty with
 +less strict parsing has been enabled for backwards compatibility with
  prior versions of
  .Nm
  in
 @@ -284,7 +284,7 @@ An empty operand string is interpreted a
  .Bl -bullet
  .It
  Leading white space and/or a plus sign before an otherwise valid positive
 -numberic operand are allowed and will be ignored.
 +numeric operand are allowed and will be ignored.
  .El
  .Pp
  The extended arithmetic range and overflow checks do not conflict with
 
 Modified: head/lib/libc/sys/cap_enter.2
 ==============================================================================
 --- head/lib/libc/sys/cap_enter.2	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/lib/libc/sys/cap_enter.2	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -28,7 +28,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd June 11, 2009
 +.Dd February 25, 2012
  .Dt CAP_ENTER 2
  .Os
  .Sh NAME
 @@ -68,7 +68,7 @@ appropriately-crafted applications or ap
  returns a flag indicating whether or not the process is in a capability mode
  sandbox.
  .Sh CAVEAT
 -Creating effecive process sandboxes is a tricky process that involves
 +Creating effective process sandboxes is a tricky process that involves
  identifying the least possible rights required by the process and then
  passing those rights into the process in a safe manner.
  See the CAVEAT
 
 Modified: head/lib/libc/sys/pdfork.2
 ==============================================================================
 --- head/lib/libc/sys/pdfork.2	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/lib/libc/sys/pdfork.2	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -28,7 +28,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd August 16, 2011
 +.Dd February 25, 2012
  .Dt PDFORK 2
  .Os
  .Sh NAME
 @@ -87,7 +87,7 @@ except that it accepts a process descrip
  rather than a PID.
  .Pp
  .Fn pdwait4
 -behaves identially to
 +behaves identically to
  .Xr wait4 2 ,
  but operates with respect to a process descriptor argument rather than a PID.
  .Pp
 
 Modified: head/lib/libc/sys/posix_fadvise.2
 ==============================================================================
 --- head/lib/libc/sys/posix_fadvise.2	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/lib/libc/sys/posix_fadvise.2	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -28,7 +28,7 @@
  .\"	@(#)madvise.2	8.1 (Berkeley) 6/9/93
  .\" $FreeBSD$
  .\"
 -.Dd October 26, 2011
 +.Dd February 25, 2012
  .Dt POSIX_FADVISE 2
  .Os
  .Sh NAME
 @@ -74,7 +74,7 @@ This currently does nothing as the defau
  detect sequential behavior.
  .It Dv POSIX_FADV_WILLNEED
  Tells the system that the specified data will be accessed in the near future.
 -The system may initiate an asychronous read of the data if it is not already
 +The system may initiate an asynchronous read of the data if it is not already
  present in memory.
  .It Dv POSIX_FADV_DONTNEED
  Tells the system that the specified data will not be accessed in the near
 
 Modified: head/lib/libc/sys/posix_fallocate.2
 ==============================================================================
 --- head/lib/libc/sys/posix_fallocate.2	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/lib/libc/sys/posix_fallocate.2	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -28,7 +28,7 @@
  .\"     @(#)open.2	8.2 (Berkeley) 11/16/93
  .\" $FreeBSD$
  .\"
 -.Dd April 13, 2011
 +.Dd February 25, 2012
  .Dt POSIX_FALLOCATE 2
  .Os
  .Sh NAME
 @@ -48,7 +48,7 @@ to
  .Fa len
  in the file referenced by
  .Fa fd
 -is guarateed to be allocated upon successful return.
 +is guaranteed to be allocated upon successful return.
  That is, if
  .Fn posix_fallocate
  returns successfully, subsequent writes to the specified file data
 
 Modified: head/lib/libmemstat/libmemstat.3
 ==============================================================================
 --- head/lib/libmemstat/libmemstat.3	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/lib/libmemstat/libmemstat.3	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd July 21, 2011
 +.Dd February 25, 2012
  .Dt LIBMEMSTAT 3
  .Os
  .Sh NAME
 @@ -345,7 +345,7 @@ Return a caller-owned per-CPU pointer fo
  Set a caller-owned per-CPU pointer for the memory type.
  .It Fn memstat_get_percpu_caller_uint64
  Return a caller-owned per-CPU integer for the memory type.
 -.It Fn memsttat_set_percpu_caller_uint64
 +.It Fn memstat_set_percpu_caller_uint64
  Set a caller-owned per-CPU integer for the memory type.
  .It Fn memstat_get_percpu_free
  If the memory allocator supports a per-CPU cache, return the number of free
 
 Modified: head/lib/libpmc/pmc.mips.3
 ==============================================================================
 --- head/lib/libpmc/pmc.mips.3	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/lib/libpmc/pmc.mips.3	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -23,7 +23,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 11, 2010
 +.Dd February 25, 2012
  .Dt PMC.MIPS 3
  .Os
  .Sh NAME
 @@ -166,7 +166,7 @@ This includes all instructions that norm
  purpose register, but where the destination register was set to r0.
  .It Li INTEGER_MULDIV_COMPLETED
  .Pq Event 17, Counter 1
 -Integer multipy and divide instructions completed.  (MULxx, DIVx, MADDx, MSUBx).
 +Integer multiply and divide instructions completed.  (MULxx, DIVx, MADDx, MSUBx).
  .It Li RF_STALL
  .Pq Event 18, Counter 0
  Counts the total number of cycles where no instructions are issued
 
 Modified: head/lib/libpmc/pmc.westmere.3
 ==============================================================================
 --- head/lib/libpmc/pmc.westmere.3	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/lib/libpmc/pmc.westmere.3	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -23,7 +23,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd March 24, 2010
 +.Dd February 25, 2012
  .Dt PMC.WESTMERE 3
  .Os
  .Sh NAME
 @@ -643,7 +643,7 @@ Counter 0.
  .Pq Event 60H , Umask 08H
  Counts weighted cycles of offcore read requests of any kind. Include L2
  prefetch requests.
 -Ccounter 0.
 +Counter 0.
  .It Li CACHE_LOCK_CYCLES.L1D_L2
  .Pq Event 63H , Umask 01H
  Cycle count during which the L1D and L2 are locked. A lock is asserted when
 
 Modified: head/lib/libusb/libusb.3
 ==============================================================================
 --- head/lib/libusb/libusb.3	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/lib/libusb/libusb.3	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -26,7 +26,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd November 9, 2011
 +.Dd February 25, 2012
  .Dt LIBUSB 3
  .Os
  .Sh NAME
 @@ -483,7 +483,7 @@ on success and a LIBUSB_ERROR code on fa
  .Pp
  .Ft int
  .Fn libusb_handle_events_locked "libusb_context *ctx" "struct timeval *tv"
 -Handle any pending events by polling file desciptors, without checking if
 +Handle any pending events by polling file descriptors, without checking if
  another thread is already doing so.
  Must be called with the event lock held.
  .Pp
 
 Modified: head/lib/libutil/kinfo_getproc.3
 ==============================================================================
 --- head/lib/libutil/kinfo_getproc.3	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/lib/libutil/kinfo_getproc.3	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd July 9, 2009
 +.Dd February 25, 2012
  .Os
  .Dt KINFO_GETPROC 3
  .Sh NAME
 @@ -44,7 +44,7 @@ This function is used for obtaining proc
  The
  .Ar pid
  field contains the process identifier.
 -This should be the a process that you have privilige to access.
 +This should be a process that you have privilege to access.
  This function is a wrapper around
  .Xr sysctl 3
  with the
 
 Modified: head/lib/libvgl/vgl.3
 ==============================================================================
 --- head/lib/libvgl/vgl.3	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/lib/libvgl/vgl.3	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -26,7 +26,7 @@
  .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  .\"
  .\" $FreeBSD$
 -.Dd November 7, 1999
 +.Dd February 25, 2012
  .Dt VGL 3
  .Os
  .Sh NAME
 @@ -386,7 +386,7 @@ Passing an in-memory bitmap to this func
  The desired virtual screen width may not be achievable because
  of the video card hardware.
  In such case the video driver (and
 -underlaying video BIOS) may choose the next largest values.
 +underlying video BIOS) may choose the next largest values.
  Always examine
  .Va object->VXsize
  and
 
 Modified: head/sbin/iscontrol/iscsi.conf.5
 ==============================================================================
 --- head/sbin/iscontrol/iscsi.conf.5	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/sbin/iscontrol/iscsi.conf.5	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd June 5, 2007
 +.Dd February 25, 2012
  .Dt ISCSI.CONF 5
  .Os
  .Sh NAME
 @@ -113,7 +113,7 @@ bytes it can receive in an iSCSI PDU, de
  .It Cm MaxOutstandingR2T
  is used to calculate/negotiate the
  .Em tag opening ,
 -can be overriden by the
 +can be overridden by the
  .Sy tag
  option.
  .It Cm DataPDUInOrder
 
 Modified: head/share/man/man3/pthread_getthreadid_np.3
 ==============================================================================
 --- head/share/man/man3/pthread_getthreadid_np.3	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/share/man/man3/pthread_getthreadid_np.3	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 7, 2011
 +.Dd February 25, 2012
  .Dt PTHREAD_GETTHREADID_NP 3
  .Os
  .Sh NAME
 @@ -42,7 +42,7 @@ The
  function returns the unique integral ID of the calling thread.
  Its semantics is similar to the AIX's
  .Fn pthread_getthreadid_np
 -functuion.
 +function.
  .Sh RETURN VALUES
  The
  .Fn pthread_getthreadid_np
 
 Modified: head/share/man/man4/acpi_panasonic.4
 ==============================================================================
 --- head/share/man/man4/acpi_panasonic.4	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/share/man/man4/acpi_panasonic.4	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 8, 2010
 +.Dd February 25, 2012
  .Dt ACPI_PANASONIC 4
  .Os
  .Sh NAME
 @@ -66,7 +66,7 @@ The third and last is to provide a way t
  sound mute state via
  .Xr sysctl 8 .
  .Ss Hotkeys
 -There are 9 hotkeys available on the supported hardwares:
 +There are 9 hotkeys available on the supported hardware:
  .Pp
  .Bl -tag -compact -offset indent
  .It Sy Fn+F1
 
 Modified: head/share/man/man4/cxgbe.4
 ==============================================================================
 --- head/share/man/man4/cxgbe.4	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/share/man/man4/cxgbe.4	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -31,7 +31,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 14, 2011
 +.Dd February 25, 2012
  .Dt CXGBE 4
  .Os
  .Sh NAME
 @@ -56,7 +56,7 @@ The
  .Nm
  driver provides support for PCI Express Ethernet adapters based on
  the Chelsio Terminator 4 (T4) ASIC.
 -The driver supprts Jumbo Frames, Transmit/Receive checksum offload,
 +The driver supports Jumbo Frames, Transmit/Receive checksum offload,
  TCP segmentation offload (TSO), Large Receive Offload (LRO), VLAN
  tag insertion/extraction, VLAN checksum offload, VLAN TSO, and
  Receive Side Steering (RSS).
 
 Modified: head/share/man/man4/ed.4
 ==============================================================================
 --- head/share/man/man4/ed.4	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/share/man/man4/ed.4	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 8, 2012
 +.Dd February 25, 2012
  .Dt ED 4
  .Os
  .Sh NAME
 @@ -289,7 +289,7 @@ Surecom EtherPerfect EP-427
  .It
  Surecom NE-34
  .It
 -TDK 3000/3400/5670 Fast Etherenet/Modem
 +TDK 3000/3400/5670 Fast Ethernet/Modem
  .It
  TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card
  .It
 
 Modified: head/share/man/man4/mac_lomac.4
 ==============================================================================
 --- head/share/man/man4/mac_lomac.4	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/share/man/man4/mac_lomac.4	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd December 11, 2002
 +.Dd February 25, 2012
  .Dt MAC_LOMAC 4
  .Os
  .Sh NAME
 @@ -63,7 +63,7 @@ which protects the integrity of system o
  an information flow policy coupled with the subject demotion
  via floating labels.
  In LOMAC, all system subjects and objects are assigned integrity labels, made
 -up of one or more hierarchial grades, depending on the their types.
 +up of one or more hierarchical grades, depending on the their types.
  Together, these label elements permit all labels to be placed in a partial
  order, with information flow protections and demotion decisions
  based on a dominance operator
 
 Modified: head/share/man/man4/umcs.4
 ==============================================================================
 --- head/share/man/man4/umcs.4	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/share/man/man4/umcs.4	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -28,7 +28,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd November 20, 2011
 +.Dd February 25, 2012
  .Dt UMCS 4
  .Os
  .Sh NAME
 @@ -56,7 +56,7 @@ The
  driver provides support for various multiport serial adapters based on the MosCom
  MCS7820 and MCS7840 chips. They are 2- or 4-port adapters with full-featured
  16550-compatible UARTs and very flexible baud generators. Also, these chips
 -support RS422/RS485 and IrDA oprations.
 +support RS422/RS485 and IrDA operations.
  .Pp
  The device is accessed through the
  .Xr ucom 4
 
 Modified: head/share/man/man4/vr.4
 ==============================================================================
 --- head/share/man/man4/vr.4	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/share/man/man4/vr.4	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 7, 2010
 +.Dd February 25, 2012
  .Dt VR 4
  .Os
  .Sh NAME
 @@ -94,7 +94,7 @@ or
  .Ar half-duplex
  modes.
  .It 100baseTX
 -Set 100Mbps (Fast Fthernet) operation.
 +Set 100Mbps (Fast Ethernet) operation.
  The
  .Ar mediaopt
  option can also be used to select either
 
 Modified: head/share/man/man5/rc.conf.5
 ==============================================================================
 --- head/share/man/man5/rc.conf.5	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/share/man/man5/rc.conf.5	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 11, 2012
 +.Dd February 25, 2012
  .Dt RC.CONF 5
  .Os
  .Sh NAME
 @@ -1427,7 +1427,7 @@ Note that ICMPv6 Router Advertisement me
  accepted even when
  .Va net.inet6.ip6.forwarding
  is 1
 -.Pq packet fowarding is enabled
 +.Pq packet forwarding is enabled
  when
  .Va net.inet6.ip6.rfc6204w3
  is set to 1.
 
 Modified: head/share/man/man9/kqueue.9
 ==============================================================================
 --- head/share/man/man9/kqueue.9	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/share/man/man9/kqueue.9	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd November 5, 2011
 +.Dd February 25, 2012
  .Dt KQUEUE 9
  .Os
  .Sh NAME
 @@ -294,7 +294,7 @@ locks will be used instead.
  .Pp
  The function
  .Fn knlist_init_mtx
 -may be used to initalize a
 +may be used to initialize a
  .Vt knlist
  when
  .Fa lock
 
 Modified: head/share/man/man9/zone.9
 ==============================================================================
 --- head/share/man/man9/zone.9	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/share/man/man9/zone.9	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd October 9, 2010
 +.Dd February 25, 2012
  .Dt ZONE 9
  .Os
  .Sh NAME
 @@ -210,7 +210,7 @@ The
  .Fn uma_zone_get_cur
  function returns the approximate current occupancy of the zone.
  The returned value is approximate because appropriate synchronisation to
 -determine an exact value is not performend by the implementation.
 +determine an exact value is not performed by the implementation.
  This ensures low overhead at the expense of potentially stale data being used
  in the calculation.
  .Sh RETURN VALUES
 
 Modified: head/sys/boot/forth/menu.4th.8
 ==============================================================================
 --- head/sys/boot/forth/menu.4th.8	Sat Feb 25 12:06:40 2012	(r232156)
 +++ head/sys/boot/forth/menu.4th.8	Sat Feb 25 14:31:25 2012	(r232157)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd Dec 27, 2011
 +.Dd February 25, 2012
  .Dt MENU.4TH 8
  .Os
  .Sh NAME
 @@ -90,7 +90,7 @@ causes the menu to be displayed in color
  use of ANSI bold for numbers appearing to the left of menuitems and the use of
  special
  .Dq Li ansi
 -variables describd below.
 +variables described below.
  .It Va autoboot_delay
  Number of seconds
  .Ic menu-display
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Thu Apr 26 20:16:10 UTC 2012 
State-Changed-Why:  
MFC complete to stable/9 and stable/8.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=165431 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/165431: commit references a PR
Date: Thu, 26 Apr 2012 20:12:09 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Thu Apr 26 20:11:57 2012
 New Revision: 234717
 URL: http://svn.freebsd.org/changeset/base/234717
 
 Log:
   MFC r232157, r232158:
   
   r232157:
     Fix various typos in manual pages.
   
     Submitted by: amdmi3
     PR:           165431
   
   r232158:
     Whitespace cleanup:
       o Wrap sentences on to new lines
       o Cleanup trailing whitespace
 
 Modified:
   stable/9/bin/expr/expr.1
   stable/9/lib/libc/sys/cap_enter.2
   stable/9/lib/libc/sys/pdfork.2
   stable/9/lib/libc/sys/posix_fadvise.2
   stable/9/lib/libc/sys/posix_fallocate.2
   stable/9/lib/libmemstat/libmemstat.3
   stable/9/lib/libpmc/pmc.mips.3
   stable/9/lib/libpmc/pmc.westmere.3
   stable/9/lib/libusb/libusb.3
   stable/9/lib/libutil/kinfo_getproc.3
   stable/9/lib/libvgl/vgl.3
   stable/9/sbin/iscontrol/iscsi.conf.5
   stable/9/share/man/man3/pthread_getthreadid_np.3
   stable/9/share/man/man4/acpi_panasonic.4
   stable/9/share/man/man4/cxgbe.4
   stable/9/share/man/man4/ed.4
   stable/9/share/man/man4/mac_lomac.4
   stable/9/share/man/man4/umcs.4
   stable/9/share/man/man4/vr.4
   stable/9/share/man/man5/rc.conf.5
   stable/9/share/man/man9/zone.9
   stable/9/sys/boot/forth/menu.4th.8
 Directory Properties:
   stable/9/bin/expr/   (props changed)
   stable/9/lib/libc/   (props changed)
   stable/9/lib/libc/sys/   (props changed)
   stable/9/lib/libmemstat/   (props changed)
   stable/9/lib/libpmc/   (props changed)
   stable/9/lib/libusb/   (props changed)
   stable/9/lib/libutil/   (props changed)
   stable/9/lib/libvgl/   (props changed)
   stable/9/sbin/iscontrol/   (props changed)
   stable/9/share/man/man3/   (props changed)
   stable/9/share/man/man4/   (props changed)
   stable/9/share/man/man5/   (props changed)
   stable/9/share/man/man9/   (props changed)
   stable/9/sys/   (props changed)
   stable/9/sys/boot/   (props changed)
 
 Modified: stable/9/bin/expr/expr.1
 ==============================================================================
 --- stable/9/bin/expr/expr.1	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/bin/expr/expr.1	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd September 9, 2010
 +.Dd February 25, 2012
  .Dt EXPR 1
  .Os
  .Sh NAME
 @@ -52,7 +52,7 @@ Several of the operators have special me
  and must therefore be quoted appropriately.
  All integer operands are interpreted in base 10 and must consist of only
  an optional leading minus sign followed by one or more digits (unless
 -less strict parsing has been enabled for backwards compatibilty with
 +less strict parsing has been enabled for backwards compatibility with
  prior versions of
  .Nm
  in
 @@ -176,7 +176,8 @@ option, since this matches the historic 
  .Nm
  in
  .Fx . This option makes number parsing less strict and permits leading
 -white space and an optional leading plus sign. In addition, empty operands
 +white space and an optional leading plus sign.
 +In addition, empty operands
  have an implied value of zero in numeric context.
  For historical reasons, defining the environment variable
  .Ev EXPR_COMPAT
 @@ -284,7 +285,7 @@ An empty operand string is interpreted a
  .Bl -bullet
  .It
  Leading white space and/or a plus sign before an otherwise valid positive
 -numberic operand are allowed and will be ignored.
 +numeric operand are allowed and will be ignored.
  .El
  .Pp
  The extended arithmetic range and overflow checks do not conflict with
 @@ -300,7 +301,8 @@ standard, the use of string arguments
  .Va index ,
  or
  .Va match
 -produces undefined results. In this version of
 +produces undefined results.
 +In this version of
  .Nm ,
  these arguments are treated just as their respective string values.
  .Pp
 
 Modified: stable/9/lib/libc/sys/cap_enter.2
 ==============================================================================
 --- stable/9/lib/libc/sys/cap_enter.2	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/lib/libc/sys/cap_enter.2	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -28,7 +28,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd June 11, 2009
 +.Dd February 25, 2012
  .Dt CAP_ENTER 2
  .Os
  .Sh NAME
 @@ -68,7 +68,7 @@ appropriately-crafted applications or ap
  returns a flag indicating whether or not the process is in a capability mode
  sandbox.
  .Sh CAVEAT
 -Creating effecive process sandboxes is a tricky process that involves
 +Creating effective process sandboxes is a tricky process that involves
  identifying the least possible rights required by the process and then
  passing those rights into the process in a safe manner.
  See the CAVEAT
 
 Modified: stable/9/lib/libc/sys/pdfork.2
 ==============================================================================
 --- stable/9/lib/libc/sys/pdfork.2	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/lib/libc/sys/pdfork.2	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -28,7 +28,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd August 16, 2011
 +.Dd February 25, 2012
  .Dt PDFORK 2
  .Os
  .Sh NAME
 @@ -87,7 +87,7 @@ except that it accepts a process descrip
  rather than a PID.
  .Pp
  .Fn pdwait4
 -behaves identially to
 +behaves identically to
  .Xr wait4 2 ,
  but operates with respect to a process descriptor argument rather than a PID.
  .Pp
 @@ -101,7 +101,8 @@ queries status of a process descriptor; 
  .Fa st_ctime
  and
  .Fa st_mtime
 -fields are defined. If the owner read, write, and execute bits are set then the
 +fields are defined.
 +If the owner read, write, and execute bits are set then the
  process represented by the process descriptor is still alive.
  .Pp
  .Xr poll 2
 
 Modified: stable/9/lib/libc/sys/posix_fadvise.2
 ==============================================================================
 --- stable/9/lib/libc/sys/posix_fadvise.2	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/lib/libc/sys/posix_fadvise.2	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -28,7 +28,7 @@
  .\"	@(#)madvise.2	8.1 (Berkeley) 6/9/93
  .\" $FreeBSD$
  .\"
 -.Dd October 26, 2011
 +.Dd February 25, 2012
  .Dt POSIX_FADVISE 2
  .Os
  .Sh NAME
 @@ -74,7 +74,7 @@ This currently does nothing as the defau
  detect sequential behavior.
  .It Dv POSIX_FADV_WILLNEED
  Tells the system that the specified data will be accessed in the near future.
 -The system may initiate an asychronous read of the data if it is not already
 +The system may initiate an asynchronous read of the data if it is not already
  present in memory.
  .It Dv POSIX_FADV_DONTNEED
  Tells the system that the specified data will not be accessed in the near
 
 Modified: stable/9/lib/libc/sys/posix_fallocate.2
 ==============================================================================
 --- stable/9/lib/libc/sys/posix_fallocate.2	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/lib/libc/sys/posix_fallocate.2	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -28,7 +28,7 @@
  .\"     @(#)open.2	8.2 (Berkeley) 11/16/93
  .\" $FreeBSD$
  .\"
 -.Dd April 13, 2011
 +.Dd February 25, 2012
  .Dt POSIX_FALLOCATE 2
  .Os
  .Sh NAME
 @@ -48,7 +48,7 @@ to
  .Fa len
  in the file referenced by
  .Fa fd
 -is guarateed to be allocated upon successful return.
 +is guaranteed to be allocated upon successful return.
  That is, if
  .Fn posix_fallocate
  returns successfully, subsequent writes to the specified file data
 
 Modified: stable/9/lib/libmemstat/libmemstat.3
 ==============================================================================
 --- stable/9/lib/libmemstat/libmemstat.3	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/lib/libmemstat/libmemstat.3	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd July 21, 2011
 +.Dd February 25, 2012
  .Dt LIBMEMSTAT 3
  .Os
  .Sh NAME
 @@ -345,7 +345,7 @@ Return a caller-owned per-CPU pointer fo
  Set a caller-owned per-CPU pointer for the memory type.
  .It Fn memstat_get_percpu_caller_uint64
  Return a caller-owned per-CPU integer for the memory type.
 -.It Fn memsttat_set_percpu_caller_uint64
 +.It Fn memstat_set_percpu_caller_uint64
  Set a caller-owned per-CPU integer for the memory type.
  .It Fn memstat_get_percpu_free
  If the memory allocator supports a per-CPU cache, return the number of free
 
 Modified: stable/9/lib/libpmc/pmc.mips.3
 ==============================================================================
 --- stable/9/lib/libpmc/pmc.mips.3	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/lib/libpmc/pmc.mips.3	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -23,7 +23,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 11, 2010
 +.Dd February 25, 2012
  .Dt PMC.MIPS 3
  .Os
  .Sh NAME
 @@ -54,16 +54,16 @@ MIPS programmable PMCs support the follo
  .Bl -tag -width indent
  .It Li CYCLE
  .Pq Event 0, Counter 0/1
 -Total number of cycles. 
 +Total number of cycles.
  The performance counters are clocked by the
 -top-level gated clock. 
 +top-level gated clock.
  If the core is built with that clock gater
  present, none of the counters will increment while the clock is
  stopped - due to a WAIT instruction.
  .It Li INSTR_EXECUTED
  .Pq Event 1, Counter 0/1
  Total number of instructions completed.
 -.It Li BRANCH_COMPLETED 
 +.It Li BRANCH_COMPLETED
  .Pq Event 2, Counter 0
  Total number of branch instructions completed.
  .It Li BRANCH_MISPRED
 @@ -85,9 +85,9 @@ If RPS use is disabled, JR $31 will not 
  .Pq Event 5, Counter 0
  Counts ITLB accesses that are due to fetches showing up in the
  instruction fetch stage of the pipeline and which do not use a fixed
 -mapping or are not in unmapped space. 
 +mapping or are not in unmapped space.
  If an address is fetched twice from the pipe (as in the case of a
 -cache miss), that instruction willcount as 2 ITLB accesses. 
 +cache miss), that instruction willcount as 2 ITLB accesses.
  Since each fetch gets us 2 instructions,there is one access marked per double
  word.
  .It Li ITLB_MISS
 @@ -102,7 +102,8 @@ They are also ignored if there is some f
  Counts DTLB access including those in unmapped address spaces.
  .It Li DTLB_MISS
  .Pq Event 6, Counter 1
 -Counts DTLB misses. Back to back misses that result in only one DTLB
 +Counts DTLB misses.
 +Back to back misses that result in only one DTLB
  entry getting refilled are counted as a single miss.
  .It Li JTLB_IACCESS
  .Pq Event 7, Counter 0
 @@ -119,7 +120,8 @@ Data JTLB accesses.
  Counts data JTLB accesses that result in no match or a match on an invalid translation.
  .It Li IC_FETCH
  .Pq Event 9, Counter 0
 -Counts every time the instruction cache is accessed. All replays,
 +Counts every time the instruction cache is accessed.
 +All replays,
  wasted fetches etc. are counted.
  For example, following a branch, even though the prediction is taken,
  the fall through access is counted.
 @@ -166,7 +168,7 @@ This includes all instructions that norm
  purpose register, but where the destination register was set to r0.
  .It Li INTEGER_MULDIV_COMPLETED
  .Pq Event 17, Counter 1
 -Integer multipy and divide instructions completed.  (MULxx, DIVx, MADDx, MSUBx).
 +Integer multiply and divide instructions completed.  (MULxx, DIVx, MADDx, MSUBx).
  .It Li RF_STALL
  .Pq Event 18, Counter 0
  Counts the total number of cycles where no instructions are issued
 @@ -179,7 +181,8 @@ when both stalls are active will only be
  replay traps (other than uTLB)
  .It Li STORE_COND_COMPLETED
  .Pq Event 19, Counter 0
 -Conditional stores completed.  Counts all events, including failed stores.
 +Conditional stores completed.
 +Counts all events, including failed stores.
  .It Li STORE_COND_FAILED
  .Pq Event 19, Counter 1
  Conditional store instruction that did not update memory.
 @@ -189,7 +192,7 @@ different and the observed operating mod
  causing some inaccuracy in the measured ratio.
  .It Li ICACHE_REQUESTS
  .Pq Event 20, Counter 0
 -Note that this only counts PREFs that are actually attempted. 
 +Note that this only counts PREFs that are actually attempted.
  PREFs to uncached addresses or ones with translation errors are not counted
  .It Li ICACHE_HIT
  .Pq Event 20, Counter 1
 @@ -214,7 +217,7 @@ Any type of exception taken.
  Counts cycles where the LSU is in fixup and cannot accept a new
  instruction from the ALU.
  Fixups are replays within the LSU that occur when an instruction needs
 -to re-access the cache or the DTLB. 
 +to re-access the cache or the DTLB.
  .It Li IFU_CYCLES_STALLED
  .Pq Event 25, Counter 0
  Counts the number of cycles where the fetch unit is not providing a
 @@ -256,7 +259,7 @@ Cycles where the main pipeline is stalle
  in the Fill Store Buffer.
  .It Li DMISS_CYCLES
  .Pq Event 39, Counter 0
 -Data miss is outstanding, but not necessarily stalling the pipeline. 
 +Data miss is outstanding, but not necessarily stalling the pipeline.
  The difference between this and D$ miss stall cycles can show the gain
  from non-blocking cache misses.
  .It Li L2_MISS_CYCLES
 @@ -282,7 +285,8 @@ Counts all cycles where integer pipeline
  Count all pipeline bubbles that are a result of multicycle ISPRAM
  access.
  Pipeline bubbles are defined as all cycles that IFU doesn't present an
 -instruction to ALU. The four cycles after a redirect are not counted.
 +instruction to ALU.
 +The four cycles after a redirect are not counted.
  .It Li DSPRAM_STALL_CYCLES
  .Pq Event 43, Counter 1
  Counts stall cycles created by an instruction waiting for access to DSPRAM.
 @@ -372,10 +376,10 @@ aliases supported by
  .Lb libpmc
  and the underlying hardware events used.
  .Bl -column "branch-mispredicts" "cpu_clk_unhalted.core_p"
 -.It Em Alias Ta Em Event Ta 
 +.It Em Alias Ta Em Event Ta
  .It Li instructions Ta Li INSTR_EXECUTED Ta
 -.It Li branches Ta Li BRANCH_COMPLETED Ta 
 -.It Li branch-mispredicts Ta Li BRANCH_MISPRED Ta 
 +.It Li branches Ta Li BRANCH_COMPLETED Ta
 +.It Li branch-mispredicts Ta Li BRANCH_MISPRED Ta
  .El
  .Sh SEE ALSO
  .Xr pmc 3 ,
 
 Modified: stable/9/lib/libpmc/pmc.westmere.3
 ==============================================================================
 --- stable/9/lib/libpmc/pmc.westmere.3	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/lib/libpmc/pmc.westmere.3	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -23,7 +23,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd March 24, 2010
 +.Dd February 25, 2012
  .Dt PMC.WESTMERE 3
  .Os
  .Sh NAME
 @@ -643,7 +643,7 @@ Counter 0.
  .Pq Event 60H , Umask 08H
  Counts weighted cycles of offcore read requests of any kind. Include L2
  prefetch requests.
 -Ccounter 0.
 +Counter 0.
  .It Li CACHE_LOCK_CYCLES.L1D_L2
  .Pq Event 63H , Umask 01H
  Cycle count during which the L1D and L2 are locked. A lock is asserted when
 
 Modified: stable/9/lib/libusb/libusb.3
 ==============================================================================
 --- stable/9/lib/libusb/libusb.3	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/lib/libusb/libusb.3	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -26,7 +26,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd November 9, 2011
 +.Dd February 25, 2012
  .Dt LIBUSB 3
  .Os
  .Sh NAME
 @@ -483,7 +483,7 @@ on success and a LIBUSB_ERROR code on fa
  .Pp
  .Ft int
  .Fn libusb_handle_events_locked "libusb_context *ctx" "struct timeval *tv"
 -Handle any pending events by polling file desciptors, without checking if
 +Handle any pending events by polling file descriptors, without checking if
  another thread is already doing so.
  Must be called with the event lock held.
  .Pp
 
 Modified: stable/9/lib/libutil/kinfo_getproc.3
 ==============================================================================
 --- stable/9/lib/libutil/kinfo_getproc.3	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/lib/libutil/kinfo_getproc.3	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd July 9, 2009
 +.Dd February 25, 2012
  .Os
  .Dt KINFO_GETPROC 3
  .Sh NAME
 @@ -44,7 +44,7 @@ This function is used for obtaining proc
  The
  .Ar pid
  field contains the process identifier.
 -This should be the a process that you have privilige to access.
 +This should be a process that you have privilege to access.
  This function is a wrapper around
  .Xr sysctl 3
  with the
 
 Modified: stable/9/lib/libvgl/vgl.3
 ==============================================================================
 --- stable/9/lib/libvgl/vgl.3	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/lib/libvgl/vgl.3	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -25,7 +25,7 @@
  .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  .\"
  .\" $FreeBSD$
 -.Dd November 7, 1999
 +.Dd February 25, 2012
  .Dt VGL 3
  .Os
  .Sh NAME
 @@ -385,7 +385,7 @@ Passing an in-memory bitmap to this func
  The desired virtual screen width may not be achievable because
  of the video card hardware.
  In such case the video driver (and
 -underlaying video BIOS) may choose the next largest values.
 +underlying video BIOS) may choose the next largest values.
  Always examine
  .Va object->VXsize
  and
 
 Modified: stable/9/sbin/iscontrol/iscsi.conf.5
 ==============================================================================
 --- stable/9/sbin/iscontrol/iscsi.conf.5	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/sbin/iscontrol/iscsi.conf.5	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd June 5, 2007
 +.Dd February 25, 2012
  .Dt ISCSI.CONF 5
  .Os
  .Sh NAME
 @@ -39,7 +39,7 @@ program.
  It contains declarations and parameter/key-options.
  The syntax is very simple,
  .D1 Li variable = value;
 -and they can be grouped via a 
 +and they can be grouped via a
  .Em block
  declaration:
  .Bf Li
 @@ -60,7 +60,7 @@ currently only supported authentication 
  digest either MD5 or SHA.
  Default is none.
  .It Cm HeaderDigest
 -a 
 +a
  .Em digest
  is calculated on the header of all iSCSI PDUs, and
  checked.
 @@ -113,7 +113,7 @@ bytes it can receive in an iSCSI PDU, de
  .It Cm MaxOutstandingR2T
  is used to calculate/negotiate the
  .Em tag opening ,
 -can be overriden by the
 +can be overridden by the
  .Sy tag
  option.
  .It Cm DataPDUInOrder
 @@ -141,7 +141,7 @@ to the value specified.
  .It Cm maxluns
  overrides the compiled value of
  .Sy luns ,
 -see 
 +see
  .Xr iscsi_initiator 4 .
  This value can only be reduced.
  .It Cm sockbufsize
 @@ -185,7 +185,7 @@ myiscsi { # nickname
     targetaddress	= iscsi1
     targetname		= iqn.1900.com.com:sn.123456
  }
 -chaptest { 
 +chaptest {
     targetaddress= 10.0.0.1;
     targetname	= iqn.1900.com.com:sn.123456
     initiatorname= iqn.2005-01.il.ac.huji.cs:nobody
 
 Modified: stable/9/share/man/man3/pthread_getthreadid_np.3
 ==============================================================================
 --- stable/9/share/man/man3/pthread_getthreadid_np.3	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/share/man/man3/pthread_getthreadid_np.3	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 7, 2011
 +.Dd February 25, 2012
  .Dt PTHREAD_GETTHREADID_NP 3
  .Os
  .Sh NAME
 @@ -42,7 +42,7 @@ The
  function returns the unique integral ID of the calling thread.
  Its semantics is similar to the AIX's
  .Fn pthread_getthreadid_np
 -functuion.
 +function.
  .Sh RETURN VALUES
  The
  .Fn pthread_getthreadid_np
 
 Modified: stable/9/share/man/man4/acpi_panasonic.4
 ==============================================================================
 --- stable/9/share/man/man4/acpi_panasonic.4	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/share/man/man4/acpi_panasonic.4	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 8, 2010
 +.Dd February 25, 2012
  .Dt ACPI_PANASONIC 4
  .Os
  .Sh NAME
 @@ -66,7 +66,7 @@ The third and last is to provide a way t
  sound mute state via
  .Xr sysctl 8 .
  .Ss Hotkeys
 -There are 9 hotkeys available on the supported hardwares:
 +There are 9 hotkeys available on the supported hardware:
  .Pp
  .Bl -tag -compact -offset indent
  .It Sy Fn+F1
 
 Modified: stable/9/share/man/man4/cxgbe.4
 ==============================================================================
 --- stable/9/share/man/man4/cxgbe.4	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/share/man/man4/cxgbe.4	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -31,7 +31,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 14, 2011
 +.Dd February 25, 2012
  .Dt CXGBE 4
  .Os
  .Sh NAME
 @@ -56,7 +56,7 @@ The
  .Nm
  driver provides support for PCI Express Ethernet adapters based on
  the Chelsio Terminator 4 (T4) ASIC.
 -The driver supprts Jumbo Frames, Transmit/Receive checksum offload,
 +The driver supports Jumbo Frames, Transmit/Receive checksum offload,
  TCP segmentation offload (TSO), Large Receive Offload (LRO), VLAN
  tag insertion/extraction, VLAN checksum offload, VLAN TSO, and
  Receive Side Steering (RSS).
 @@ -100,28 +100,36 @@ prompt before booting the kernel or stor
  .Xr loader.conf 5 .
  .Bl -tag -width indent
  .It Va hw.cxgbe.ntxq10g
 -The number of tx queues to use for a 10Gb port.  The default is 16 or the number
 +The number of tx queues to use for a 10Gb port.
 +The default is 16 or the number
  of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nrxq10g
 -The number of rx queues to use for a 10Gb port.  The default is 8 or the number
 +The number of rx queues to use for a 10Gb port.
 +The default is 8 or the number
  of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.ntxq1g
 -The number of tx queues to use for a 1Gb port.  The default is 4 or the number
 +The number of tx queues to use for a 1Gb port.
 +The default is 4 or the number
  of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nrxq1g
 -The number of rx queues to use for a 1Gb port.  The default is 2 or the number
 +The number of rx queues to use for a 1Gb port.
 +The default is 2 or the number
  of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nofldtxq10g
 -The number of TOE tx queues to use for a 10Gb port.  The default is 8 or the
 +The number of TOE tx queues to use for a 10Gb port.
 +The default is 8 or the
  number of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nofldrxq10g
 -The number of TOE rx queues to use for a 10Gb port.  The default is 2 or the
 +The number of TOE rx queues to use for a 10Gb port.
 +The default is 2 or the
  number of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nofldtxq1g
 -The number of TOE tx queues to use for a 1Gb port.  The default is 2 or the
 +The number of TOE tx queues to use for a 1Gb port.
 +The default is 2 or the
  number of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nofldrxq1g
 -The number of TOE rx queues to use for a 1Gb port.  The default is 1.
 +The number of TOE rx queues to use for a 1Gb port.
 +The default is 1.
  .It Va hw.cxgbe.holdoff_timer_idx_10G
  .It Va hw.cxgbe.holdoff_timer_idx_1G
  The timer index value to use to delay interrupts.
 @@ -149,7 +157,8 @@ ifconfig up).
  The size, in number of entries, of the descriptor ring used for a tx
  queue.
  A buf_ring of the same size is also allocated for additional
 -software queuing.  See
 +software queuing.
 +See
  .Xr ifnet 9 .
  The default value is 1024.
  Different cxgbe interfaces can be assigned different values via the
 
 Modified: stable/9/share/man/man4/ed.4
 ==============================================================================
 --- stable/9/share/man/man4/ed.4	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/share/man/man4/ed.4	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 8, 2012
 +.Dd February 25, 2012
  .Dt ED 4
  .Os
  .Sh NAME
 @@ -285,7 +285,7 @@ Surecom EtherPerfect EP-427
  .It
  Surecom NE-34
  .It
 -TDK 3000/3400/5670 Fast Etherenet/Modem
 +TDK 3000/3400/5670 Fast Ethernet/Modem
  .It
  TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card
  .It
 @@ -419,8 +419,8 @@ packets are received.
  As a result, it may throw out some good packets which
  have been received but not yet transferred from the card to main memory.
  .Pp
 -The 
 -.Nm 
 +The
 +.Nm
  driver is slow by today's standards.
  .Pp
  PC Card attachment supports the D-Link DMF650TX LAN/Modem card's Ethernet
 
 Modified: stable/9/share/man/man4/mac_lomac.4
 ==============================================================================
 --- stable/9/share/man/man4/mac_lomac.4	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/share/man/man4/mac_lomac.4	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd December 11, 2002
 +.Dd February 25, 2012
  .Dt MAC_LOMAC 4
  .Os
  .Sh NAME
 @@ -63,7 +63,7 @@ which protects the integrity of system o
  an information flow policy coupled with the subject demotion
  via floating labels.
  In LOMAC, all system subjects and objects are assigned integrity labels, made
 -up of one or more hierarchial grades, depending on the their types.
 +up of one or more hierarchical grades, depending on the their types.
  Together, these label elements permit all labels to be placed in a partial
  order, with information flow protections and demotion decisions
  based on a dominance operator
 
 Modified: stable/9/share/man/man4/umcs.4
 ==============================================================================
 --- stable/9/share/man/man4/umcs.4	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/share/man/man4/umcs.4	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -28,7 +28,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd December 10, 2010
 +.Dd February 25, 2012
  .Dt UMCS 4
  .Os
  .Sh NAME
 @@ -52,9 +52,11 @@ umcs_load="YES"
  The
  .Nm
  driver provides support for various multiport serial adapters based on the MosCom
 -MCS7820 and MCS7840 chips. They are 2- or 4-port adapters with full-featured
 -16550-compatible UARTs and very flexible baud generators. Also, these chips
 -support RS422/RS485 and IrDA oprations.
 +MCS7820 and MCS7840 chips.
 +They are 2- or 4-port adapters with full-featured
 +16550-compatible UARTs and very flexible baud generators.
 +Also, these chips
 +support RS422/RS485 and IrDA operations.
  .Pp
  The device is accessed through the
  .Xr ucom 4
 
 Modified: stable/9/share/man/man4/vr.4
 ==============================================================================
 --- stable/9/share/man/man4/vr.4	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/share/man/man4/vr.4	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 7, 2010
 +.Dd February 25, 2012
  .Dt VR 4
  .Os
  .Sh NAME
 @@ -94,7 +94,7 @@ or
  .Ar half-duplex
  modes.
  .It 100baseTX
 -Set 100Mbps (Fast Fthernet) operation.
 +Set 100Mbps (Fast Ethernet) operation.
  The
  .Ar mediaopt
  option can also be used to select either
 
 Modified: stable/9/share/man/man5/rc.conf.5
 ==============================================================================
 --- stable/9/share/man/man5/rc.conf.5	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/share/man/man5/rc.conf.5	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 11, 2012
 +.Dd February 25, 2012
  .Dt RC.CONF 5
  .Os
  .Sh NAME
 @@ -200,7 +200,7 @@ to handle device added, removed or unkno
  .Pq Vt bool
  Run
  .Xr ddb 8
 -to install 
 +to install
  .Xr ddb 4
  scripts at boot time.
  .It Va ddb_config
 @@ -1273,7 +1273,7 @@ options in this variable, in addition to
  file.
  For instance, to configure an
  .Xr ath 4
 -wireless device in station mode with an address obtained 
 +wireless device in station mode with an address obtained
  via DHCP, using WPA authentication and 802.11b mode, it is
  possible to use something like:
  .Bd -literal
 @@ -1427,7 +1427,7 @@ Note that ICMPv6 Router Advertisement me
  accepted even when
  .Va net.inet6.ip6.forwarding
  is 1
 -.Pq packet fowarding is enabled
 +.Pq packet forwarding is enabled
  when
  .Va net.inet6.ip6.rfc6204w3
  is set to 1.
 @@ -1449,7 +1449,8 @@ Aliases should be set by
  .Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
  with
  .Dq Li inet6
 -keyword.  For example:
 +keyword.
 +For example:
  .Bd -literal
  ifconfig_ed0_ipv6="inet6 2001:db8:1::1 prefixlen 64"
  ifconfig_ed0_alias0="inet6 2001:db8:2::1 prefixlen 64"
 @@ -1552,14 +1553,17 @@ If
  .Dq Li AUTO
  is specified, it attempts to read a file
  .Pa /etc/ip6addrctl.conf
 -first.  If this file is found,
 +first.
 +If this file is found,
  .Xr ip6addrctl 8
 -reads and installs it.  If not found, a policy is automatically set
 +reads and installs it.
 +If not found, a policy is automatically set
  according to
  .Va ipv6_activate_all_interfaces
  variable; if the variable is set to
  .Dq Li YES
 -the IPv6-preferred one is used.  Otherwise IPv4-preferred.
 +the IPv6-preferred one is used.
 +Otherwise IPv4-preferred.
  .Pp
  The default value of
  .Va ip6addrctl_enable
 
 Modified: stable/9/share/man/man9/zone.9
 ==============================================================================
 --- stable/9/share/man/man9/zone.9	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/share/man/man9/zone.9	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd October 9, 2010
 +.Dd February 25, 2012
  .Dt ZONE 9
  .Os
  .Sh NAME
 @@ -210,7 +210,7 @@ The
  .Fn uma_zone_get_cur
  function returns the approximate current occupancy of the zone.
  The returned value is approximate because appropriate synchronisation to
 -determine an exact value is not performend by the implementation.
 +determine an exact value is not performed by the implementation.
  This ensures low overhead at the expense of potentially stale data being used
  in the calculation.
  .Sh RETURN VALUES
 
 Modified: stable/9/sys/boot/forth/menu.4th.8
 ==============================================================================
 --- stable/9/sys/boot/forth/menu.4th.8	Thu Apr 26 19:56:06 2012	(r234716)
 +++ stable/9/sys/boot/forth/menu.4th.8	Thu Apr 26 20:11:57 2012	(r234717)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd Dec 27, 2011
 +.Dd February 25, 2012
  .Dt MENU.4TH 8
  .Os
  .Sh NAME
 @@ -86,11 +86,12 @@ If set to
  .Dq Li YES
  (case-insensitive) or
  .Dq Li 1 ,
 -causes the menu to be displayed in color wherever possible. This includes the
 +causes the menu to be displayed in color wherever possible.
 +This includes the
  use of ANSI bold for numbers appearing to the left of menuitems and the use of
  special
  .Dq Li ansi
 -variables describd below.
 +variables described below.
  .It Va autoboot_delay
  Number of seconds
  .Ic menu-display
 @@ -117,14 +118,18 @@ for additional information.
  .It Va menu_timeout_command
  The command to be executed after
  .Va autoboot_delay
 -seconds if a key is not pressed. The default is
 +seconds if a key is not pressed.
 +The default is
  .Ic boot .
  .It Va loader_menu_timeout_x
 -Sets the desired column position of the timeout countdown text. Default is 4.
 +Sets the desired column position of the timeout countdown text.
 +Default is 4.
  .It Va loader_menu_timeout_y
 -Sets the desired row position of the timeout countdown text. Default is 23.
 +Sets the desired row position of the timeout countdown text.
 +Default is 23.
  .It Va loader_menu_title
 -The text to display centered above the menu. Default is
 +The text to display centered above the menu.
 +Default is
  .Dq Li "Welcome to FreeBSD" .
  .It Va menu_caption[x]
  The text to be displayed for the numbered menuitem
 @@ -132,7 +137,8 @@ The text to be displayed for the numbere
  .It Va menu_command[x]
  The command to be executed when the number associated with menuitem
  .Dq Li x
 -is pressed. See the list of included FICL words below for some ideas.
 +is pressed.
 +See the list of included FICL words below for some ideas.
  .It Va menu_keycode[x]
  An optional decimal ASCII keycode to be associated with menuitem
  .Dq Li x .
 @@ -201,7 +207,8 @@ menuitem (if configured).
  .It Va hint.acpi.0.disabled
  Effects the display of the
  .Va menu_acpi
 -menuitem. If set, the menuitem will display
 +menuitem.
 +If set, the menuitem will display
  .Va toggled_text[x]
  .Va ( toggled_ansi[x]
  if
 @@ -225,7 +232,8 @@ and
  .It Va menu_reboot
  If set, adds a built-in
  .Dq Li Reboot
 -menuitem to the end of the last configured menuitem. If
 +menuitem to the end of the last configured menuitem.
 +If
  .Va menu_options
  is configured, the
  .Dq Li Reboot
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/165431: commit references a PR
Date: Thu, 26 Apr 2012 20:16:22 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Thu Apr 26 20:16:00 2012
 New Revision: 234719
 URL: http://svn.freebsd.org/changeset/base/234719
 
 Log:
   MFC r232157, r232158:
   
   r232157:
     Fix various typos in manual pages.
   
     Submitted by: amdmi3
     PR:           165431
   
   r232158:
     Whitespace cleanup:
       o Wrap sentences on to new lines
       o Cleanup trailing whitespace
 
 Modified:
   stable/8/lib/libc/sys/posix_fadvise.2
   stable/8/lib/libc/sys/posix_fallocate.2
   stable/8/lib/libmemstat/libmemstat.3
   stable/8/lib/libpmc/pmc.westmere.3
   stable/8/lib/libusb/libusb.3
   stable/8/lib/libvgl/vgl.3
   stable/8/sbin/iscontrol/iscsi.conf.5
   stable/8/share/man/man4/acpi_panasonic.4
   stable/8/share/man/man4/cxgbe.4
   stable/8/share/man/man4/ed.4
   stable/8/share/man/man4/mac_lomac.4
   stable/8/share/man/man4/umcs.4
   stable/8/share/man/man4/vr.4
   stable/8/share/man/man9/zone.9
 Directory Properties:
   stable/8/lib/libc/   (props changed)
   stable/8/lib/libc/sys/   (props changed)
   stable/8/lib/libmemstat/   (props changed)
   stable/8/lib/libpmc/   (props changed)
   stable/8/lib/libusb/   (props changed)
   stable/8/lib/libvgl/   (props changed)
   stable/8/sbin/iscontrol/   (props changed)
   stable/8/share/man/man4/   (props changed)
   stable/8/share/man/man9/   (props changed)
 
 Modified: stable/8/lib/libc/sys/posix_fadvise.2
 ==============================================================================
 --- stable/8/lib/libc/sys/posix_fadvise.2	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/lib/libc/sys/posix_fadvise.2	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -28,7 +28,7 @@
  .\"	@(#)madvise.2	8.1 (Berkeley) 6/9/93
  .\" $FreeBSD$
  .\"
 -.Dd October 26, 2011
 +.Dd February 25, 2012
  .Dt POSIX_FADVISE 2
  .Os
  .Sh NAME
 @@ -74,7 +74,7 @@ This currently does nothing as the defau
  detect sequential behavior.
  .It Dv POSIX_FADV_WILLNEED
  Tells the system that the specified data will be accessed in the near future.
 -The system may initiate an asychronous read of the data if it is not already
 +The system may initiate an asynchronous read of the data if it is not already
  present in memory.
  .It Dv POSIX_FADV_DONTNEED
  Tells the system that the specified data will not be accessed in the near
 
 Modified: stable/8/lib/libc/sys/posix_fallocate.2
 ==============================================================================
 --- stable/8/lib/libc/sys/posix_fallocate.2	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/lib/libc/sys/posix_fallocate.2	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -28,7 +28,7 @@
  .\"     @(#)open.2	8.2 (Berkeley) 11/16/93
  .\" $FreeBSD$
  .\"
 -.Dd April 13, 2011
 +.Dd February 25, 2012
  .Dt POSIX_FALLOCATE 2
  .Os
  .Sh NAME
 @@ -48,7 +48,7 @@ to
  .Fa len
  in the file referenced by
  .Fa fd
 -is guarateed to be allocated upon successful return.
 +is guaranteed to be allocated upon successful return.
  That is, if
  .Fn posix_fallocate
  returns successfully, subsequent writes to the specified file data
 
 Modified: stable/8/lib/libmemstat/libmemstat.3
 ==============================================================================
 --- stable/8/lib/libmemstat/libmemstat.3	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/lib/libmemstat/libmemstat.3	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd June 27, 2005
 +.Dd February 25, 2012
  .Dt LIBMEMSTAT 3
  .Os
  .Sh NAME
 @@ -345,7 +345,7 @@ Return a caller-owned per-CPU pointer fo
  Set a caller-owned per-CPU pointer for the memory type.
  .It Fn memstat_get_percpu_caller_uint64
  Return a caller-owned per-CPU integer for the memory type.
 -.It Fn memsttat_set_percpu_caller_uint64
 +.It Fn memstat_set_percpu_caller_uint64
  Set a caller-owned per-CPU integer for the memory type.
  .It Fn memstat_get_percpu_free
  If the memory allocator supports a per-CPU cache, return the number of free
 
 Modified: stable/8/lib/libpmc/pmc.westmere.3
 ==============================================================================
 --- stable/8/lib/libpmc/pmc.westmere.3	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/lib/libpmc/pmc.westmere.3	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -23,7 +23,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd March 24, 2010
 +.Dd February 25, 2012
  .Dt PMC.WESTMERE 3
  .Os
  .Sh NAME
 @@ -643,7 +643,7 @@ Counter 0.
  .Pq Event 60H , Umask 08H
  Counts weighted cycles of offcore read requests of any kind. Include L2
  prefetch requests.
 -Ccounter 0.
 +Counter 0.
  .It Li CACHE_LOCK_CYCLES.L1D_L2
  .Pq Event 63H , Umask 01H
  Cycle count during which the L1D and L2 are locked. A lock is asserted when
 
 Modified: stable/8/lib/libusb/libusb.3
 ==============================================================================
 --- stable/8/lib/libusb/libusb.3	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/lib/libusb/libusb.3	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -26,7 +26,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd November 9, 2011
 +.Dd February 25, 2012
  .Dt LIBUSB 3
  .Os
  .Sh NAME
 @@ -483,7 +483,7 @@ on success and a LIBUSB_ERROR code on fa
  .Pp
  .Ft int
  .Fn libusb_handle_events_locked "libusb_context *ctx" "struct timeval *tv"
 -Handle any pending events by polling file desciptors, without checking if
 +Handle any pending events by polling file descriptors, without checking if
  another thread is already doing so.
  Must be called with the event lock held.
  .Pp
 
 Modified: stable/8/lib/libvgl/vgl.3
 ==============================================================================
 --- stable/8/lib/libvgl/vgl.3	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/lib/libvgl/vgl.3	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -25,7 +25,7 @@
  .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  .\"
  .\" $FreeBSD$
 -.Dd November 7, 1999
 +.Dd February 25, 2012
  .Dt VGL 3
  .Os
  .Sh NAME
 @@ -385,7 +385,7 @@ Passing an in-memory bitmap to this func
  The desired virtual screen width may not be achievable because
  of the video card hardware.
  In such case the video driver (and
 -underlaying video BIOS) may choose the next largest values.
 +underlying video BIOS) may choose the next largest values.
  Always examine
  .Va object->VXsize
  and
 
 Modified: stable/8/sbin/iscontrol/iscsi.conf.5
 ==============================================================================
 --- stable/8/sbin/iscontrol/iscsi.conf.5	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/sbin/iscontrol/iscsi.conf.5	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd June 5, 2007
 +.Dd February 25, 2012
  .Dt ISCSI.CONF 5
  .Os
  .Sh NAME
 @@ -39,7 +39,7 @@ program.
  It contains declarations and parameter/key-options.
  The syntax is very simple,
  .D1 Li variable = value;
 -and they can be grouped via a 
 +and they can be grouped via a
  .Em block
  declaration:
  .Bf Li
 @@ -60,7 +60,7 @@ currently only supported authentication 
  digest either MD5 or SHA.
  Default is none.
  .It Cm HeaderDigest
 -a 
 +a
  .Em digest
  is calculated on the header of all iSCSI PDUs, and
  checked.
 @@ -113,7 +113,7 @@ bytes it can receive in an iSCSI PDU, de
  .It Cm MaxOutstandingR2T
  is used to calculate/negotiate the
  .Em tag opening ,
 -can be overriden by the
 +can be overridden by the
  .Sy tag
  option.
  .It Cm DataPDUInOrder
 @@ -141,7 +141,7 @@ to the value specified.
  .It Cm maxluns
  overrides the compiled value of
  .Sy luns ,
 -see 
 +see
  .Xr iscsi_initiator 4 .
  This value can only be reduced.
  .It Cm sockbufsize
 @@ -185,7 +185,7 @@ myiscsi { # nickname
     targetaddress	= iscsi1
     targetname		= iqn.1900.com.com:sn.123456
  }
 -chaptest { 
 +chaptest {
     targetaddress= 10.0.0.1;
     targetname	= iqn.1900.com.com:sn.123456
     initiatorname= iqn.2005-01.il.ac.huji.cs:nobody
 
 Modified: stable/8/share/man/man4/acpi_panasonic.4
 ==============================================================================
 --- stable/8/share/man/man4/acpi_panasonic.4	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/share/man/man4/acpi_panasonic.4	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -25,8 +25,8 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd September 17, 2009
 -.Dt ACPI_PANASONIC 4 i386
 +.Dd February 25, 2012
 +.Dt ACPI_PANASONIC 4
  .Os
  .Sh NAME
  .Nm acpi_panasonic
 @@ -66,7 +66,7 @@ The third and last is to provide a way t
  sound mute state via
  .Xr sysctl 8 .
  .Ss Hotkeys
 -There are 9 hotkeys available on the supported hardwares:
 +There are 9 hotkeys available on the supported hardware:
  .Pp
  .Bl -tag -compact -offset indent
  .It Sy Fn+F1
 
 Modified: stable/8/share/man/man4/cxgbe.4
 ==============================================================================
 --- stable/8/share/man/man4/cxgbe.4	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/share/man/man4/cxgbe.4	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -31,7 +31,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 14, 2011
 +.Dd February 25, 2012
  .Dt CXGBE 4
  .Os
  .Sh NAME
 @@ -56,7 +56,7 @@ The
  .Nm
  driver provides support for PCI Express Ethernet adapters based on
  the Chelsio Terminator 4 (T4) ASIC.
 -The driver supprts Jumbo Frames, Transmit/Receive checksum offload,
 +The driver supports Jumbo Frames, Transmit/Receive checksum offload,
  TCP segmentation offload (TSO), Large Receive Offload (LRO), VLAN
  tag insertion/extraction, VLAN checksum offload, VLAN TSO, and
  Receive Side Steering (RSS).
 @@ -100,28 +100,36 @@ prompt before booting the kernel or stor
  .Xr loader.conf 5 .
  .Bl -tag -width indent
  .It Va hw.cxgbe.ntxq10g
 -The number of tx queues to use for a 10Gb port.  The default is 16 or the number
 +The number of tx queues to use for a 10Gb port.
 +The default is 16 or the number
  of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nrxq10g
 -The number of rx queues to use for a 10Gb port.  The default is 8 or the number
 +The number of rx queues to use for a 10Gb port.
 +The default is 8 or the number
  of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.ntxq1g
 -The number of tx queues to use for a 1Gb port.  The default is 4 or the number
 +The number of tx queues to use for a 1Gb port.
 +The default is 4 or the number
  of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nrxq1g
 -The number of rx queues to use for a 1Gb port.  The default is 2 or the number
 +The number of rx queues to use for a 1Gb port.
 +The default is 2 or the number
  of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nofldtxq10g
 -The number of TOE tx queues to use for a 10Gb port.  The default is 8 or the
 +The number of TOE tx queues to use for a 10Gb port.
 +The default is 8 or the
  number of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nofldrxq10g
 -The number of TOE rx queues to use for a 10Gb port.  The default is 2 or the
 +The number of TOE rx queues to use for a 10Gb port.
 +The default is 2 or the
  number of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nofldtxq1g
 -The number of TOE tx queues to use for a 1Gb port.  The default is 2 or the
 +The number of TOE tx queues to use for a 1Gb port.
 +The default is 2 or the
  number of CPU cores in the system, whichever is less.
  .It Va hw.cxgbe.nofldrxq1g
 -The number of TOE rx queues to use for a 1Gb port.  The default is 1.
 +The number of TOE rx queues to use for a 1Gb port.
 +The default is 1.
  .It Va hw.cxgbe.holdoff_timer_idx_10G
  .It Va hw.cxgbe.holdoff_timer_idx_1G
  The timer index value to use to delay interrupts.
 @@ -149,7 +157,8 @@ ifconfig up).
  The size, in number of entries, of the descriptor ring used for a tx
  queue.
  A buf_ring of the same size is also allocated for additional
 -software queuing.  See
 +software queuing.
 +See
  .Xr ifnet 9 .
  The default value is 1024.
  Different cxgbe interfaces can be assigned different values via the
 
 Modified: stable/8/share/man/man4/ed.4
 ==============================================================================
 --- stable/8/share/man/man4/ed.4	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/share/man/man4/ed.4	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd April 9, 2009
 +.Dd February 25, 2012
  .Dt ED 4
  .Os
  .Sh NAME
 @@ -285,7 +285,7 @@ Surecom EtherPerfect EP-427
  .It
  Surecom NE-34
  .It
 -TDK 3000/3400/5670 Fast Etherenet/Modem
 +TDK 3000/3400/5670 Fast Ethernet/Modem
  .It
  TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card
  .It
 @@ -419,8 +419,8 @@ packets are received.
  As a result, it may throw out some good packets which
  have been received but not yet transferred from the card to main memory.
  .Pp
 -The 
 -.Nm 
 +The
 +.Nm
  driver is slow by today's standards.
  .Pp
  PC Card attachment supports the D-Link DMF650TX LAN/Modem card's Ethernet
 
 Modified: stable/8/share/man/man4/mac_lomac.4
 ==============================================================================
 --- stable/8/share/man/man4/mac_lomac.4	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/share/man/man4/mac_lomac.4	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd December 11, 2002
 +.Dd February 25, 2012
  .Dt MAC_LOMAC 4
  .Os
  .Sh NAME
 @@ -63,7 +63,7 @@ which protects the integrity of system o
  an information flow policy coupled with the subject demotion
  via floating labels.
  In LOMAC, all system subjects and objects are assigned integrity labels, made
 -up of one or more hierarchal grades, depending on the their types.
 +up of one or more hierarchical grades, depending on the their types.
  Together, these label elements permit all labels to be placed in a partial
  order, with information flow protections and demotion decisions
  based on a dominance operator
 
 Modified: stable/8/share/man/man4/umcs.4
 ==============================================================================
 --- stable/8/share/man/man4/umcs.4	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/share/man/man4/umcs.4	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -28,7 +28,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd December 10, 2010
 +.Dd February 25, 2012
  .Dt UMCS 4
  .Os
  .Sh NAME
 @@ -52,9 +52,11 @@ umcs_load="YES"
  The
  .Nm
  driver provides support for various multiport serial adapters based on the MosCom
 -MCS7820 and MCS7840 chips. They are 2- or 4-port adapters with full-featured
 -16550-compatible UARTs and very flexible baud generators. Also, these chips
 -support RS422/RS485 and IrDA oprations.
 +MCS7820 and MCS7840 chips.
 +They are 2- or 4-port adapters with full-featured
 +16550-compatible UARTs and very flexible baud generators.
 +Also, these chips
 +support RS422/RS485 and IrDA operations.
  .Pp
  The device is accessed through the
  .Xr ucom 4
 
 Modified: stable/8/share/man/man4/vr.4
 ==============================================================================
 --- stable/8/share/man/man4/vr.4	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/share/man/man4/vr.4	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -30,7 +30,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd February 7, 2010
 +.Dd February 25, 2012
  .Dt VR 4
  .Os
  .Sh NAME
 @@ -95,7 +95,7 @@ or
  .Ar half-duplex
  modes.
  .It 100baseTX
 -Set 100Mbps (Fast Fthernet) operation.
 +Set 100Mbps (Fast Ethernet) operation.
  The
  .Ar mediaopt
  option can also be used to select either
 
 Modified: stable/8/share/man/man9/zone.9
 ==============================================================================
 --- stable/8/share/man/man9/zone.9	Thu Apr 26 20:14:26 2012	(r234718)
 +++ stable/8/share/man/man9/zone.9	Thu Apr 26 20:16:00 2012	(r234719)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd October 9, 2010
 +.Dd February 25, 2012
  .Dt ZONE 9
  .Os
  .Sh NAME
 @@ -210,7 +210,7 @@ The
  .Fn uma_zone_get_cur
  function returns the approximate current occupancy of the zone.
  The returned value is approximate because appropriate synchronisation to
 -determine an exact value is not performend by the implementation.
 +determine an exact value is not performed by the implementation.
  This ensures low overhead at the expense of potentially stale data being used
  in the calculation.
  .Sh RETURN VALUES
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
