From 1be1f15203fe93466462c3b43777c7c8d75b3c56 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 14 Apr 2008 08:17:09 +0000 Subject: [PATCH] Fix various typos in our manual pages. --- libexec/dma/dma.8 | 4 ++-- sbin/hammer/hammer.8 | 4 ++-- share/man/man4/bluetooth.4 | 8 ++++---- share/man/man4/man4.i386/sb.4 | 4 ++-- share/man/man9/crit_enter.9 | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libexec/dma/dma.8 b/libexec/dma/dma.8 index bdbc1047c0..679ac7b304 100644 --- a/libexec/dma/dma.8 +++ b/libexec/dma/dma.8 @@ -29,7 +29,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/libexec/dma/dma.8,v 1.6 2008/02/04 10:11:41 matthias Exp $ +.\" $DragonFly: src/libexec/dma/dma.8,v 1.7 2008/04/14 08:17:09 swildner Exp $ .\" .Dd February 4, 2008 .Dt DMA 8 @@ -204,7 +204,7 @@ Change this entry to .Sq INSECURE to use plain text SMTP login over an insecure connection. You have to rename this variable manually to prevent that you send your -password accidently over an insecure connection. +password accidentally over an insecure connection. .It Ic DEFER Xo (boolean, default=commented) .Xc diff --git a/sbin/hammer/hammer.8 b/sbin/hammer/hammer.8 index ee2de7be5c..8d3f488069 100644 --- a/sbin/hammer/hammer.8 +++ b/sbin/hammer/hammer.8 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/sbin/hammer/hammer.8,v 1.10 2008/04/05 09:13:24 swildner Exp $ +.\" $DragonFly: src/sbin/hammer/hammer.8,v 1.11 2008/04/14 08:17:09 swildner Exp $ .Dd December 31, 2007 .Dt HAMMER 8 .Os @@ -47,7 +47,7 @@ .Sh DESCRIPTION The .Nm -utility provides miscellanious functions related to managing a HAMMER +utility provides miscellaneous functions related to managing a HAMMER filesystem. .Pp The options are as follows: diff --git a/share/man/man4/bluetooth.4 b/share/man/man4/bluetooth.4 index ab6481ae1b..96c38d41ef 100644 --- a/share/man/man4/bluetooth.4 +++ b/share/man/man4/bluetooth.4 @@ -1,5 +1,5 @@ .\" $NetBSD: bluetooth.4,v 1.9 2007/11/28 20:16:12 plunky Exp $ -.\" $DragonFly: src/share/man/man4/bluetooth.4,v 1.3 2008/03/01 17:54:16 swildner Exp $ +.\" $DragonFly: src/share/man/man4/bluetooth.4,v 1.4 2008/04/14 08:17:09 swildner Exp $ .\" .\" Copyright (c) 2006 Itronix Inc. .\" All rights reserved. @@ -94,7 +94,7 @@ and should be set to zero. HCI socket options: .Bl -tag -width XX .It Dv SO_HCI_EVT_FILTER Op Ar struct hci_filter -This filter controls which events will be recieved at the socket. See +This filter controls which events will be received at the socket. See .In netbt/hci.h for available events. By default, Command_Complete and Command_Status events only are enabled. @@ -119,7 +119,7 @@ If set, this is the time in seconds after which unused ACL data connections will be expired. If zero, connections will not be closed. .It Va net.bluetooth.hci.memo_expiry Time, in seconds, that the system will keep records of Bluetooth devices -in the vicinity after an Inquiry Response packet has been recieved. This +in the vicinity after an Inquiry Response packet has been received. This information is used for routing purposes. .It Va net.bluetooth.hci.eventq_max The maximum number of packets on the low level Event queue. @@ -134,7 +134,7 @@ devices and make use of the .Ar bt_psm field in the .Ar sockaddr_bt -structure to select the Protocol/Sevice Multiplexer to specify when making +structure to select the Protocol/Service Multiplexer to specify when making connections. .Pp L2CAP socket options: diff --git a/share/man/man4/man4.i386/sb.4 b/share/man/man4/man4.i386/sb.4 index e7bc4cbf1e..9caf30bb07 100644 --- a/share/man/man4/man4.i386/sb.4 +++ b/share/man/man4/man4.i386/sb.4 @@ -11,7 +11,7 @@ .\" .\" alex!@bigfoot.com .\" $FreeBSD: src/share/man/man4/man4.i386/sb.4,v 1.9.2.6 2002/12/20 18:03:05 trhodes Exp $ -.\" $DragonFly: src/share/man/man4/man4.i386/sb.4,v 1.3 2006/02/17 19:37:10 swildner Exp $ +.\" $DragonFly: src/share/man/man4/man4.i386/sb.4,v 1.4 2008/04/14 08:17:09 swildner Exp $ .\" .Dd August 9, 1997 .Dt SB 4 i386 @@ -33,7 +33,7 @@ For specific SB16 support: For SoundBlaster 16 16 bit MIDI support: .Cd "device sbmidi0 at isa? port 0x300" .Pp -To add Jazz16 suport: +To add Jazz16 support: .Cd "options JAZZ16" .Pp To add support for the Logitech SoundMan Games: diff --git a/share/man/man9/crit_enter.9 b/share/man/man9/crit_enter.9 index d2b60f92ae..54da11afe3 100644 --- a/share/man/man9/crit_enter.9 +++ b/share/man/man9/crit_enter.9 @@ -28,7 +28,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/share/man/man9/crit_enter.9,v 1.4 2008/02/19 12:34:55 nant Exp $ +.\" $DragonFly: src/share/man/man9/crit_enter.9,v 1.5 2008/04/14 08:17:09 swildner Exp $ .\" .Dd February 18, 2008 .Dt CRIT_ENTER 9 @@ -81,7 +81,7 @@ and may be used to reduce the amount of generated code. .Pp Critical sections are per-CPU entities. -They are typicaly used to interlock operations local to the CPU. +They are typically used to interlock operations local to the CPU. A critical section on one CPU will not prevent an interrupt or IPI from occurring on some other CPU. If cross-CPU interlocks are required the more heavy weight -- 2.41.0