From 3f5e28f46c837f305391ec2aaff98177c82b5782 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 17 May 2007 08:19:03 +0000 Subject: [PATCH] Next round of fixing all kinds of spelling mistakes. --- bin/cpdup/BACKUPS | 4 ++-- games/atc/list.c | 4 ++-- games/fortune/datfiles/fortunes2 | 4 ++-- lib/libc/gen/devname.3 | 4 ++-- lib/libc/gen/dlinfo.3 | 4 ++-- lib/libc/stdtime/strftime.3 | 4 ++-- lib/libc/sys/clock_gettime.2 | 4 ++-- lib/libc/sys/jail.2 | 6 +++--- lib/libc/sys/mmap.2 | 6 +++--- lib/libc/sys/send.2 | 4 ++-- lib/libc/sys/syslink.2 | 20 +++++++++---------- lib/libc/sys/umtx.2 | 4 ++-- libexec/ftpd/ftpchroot.5 | 4 ++-- sbin/disklabel/disklabel.8 | 6 +++--- sbin/jscan/jscan.8 | 6 +++--- sbin/mountctl/mountctl.8 | 10 +++++----- sbin/mountd/exports.5 | 4 ++-- .../cvsup/DragonFly-release1_2-supfile | 4 ++-- .../cvsup/DragonFly-release1_4-supfile | 4 ++-- .../cvsup/DragonFly-release1_6-supfile | 4 ++-- .../cvsup/DragonFly-release1_8-supfile | 4 ++-- share/examples/drivers/make_device_driver.sh | 4 ++-- share/examples/isdn/FAQ | 4 ++-- share/man/man4/ahc.4 | 4 ++-- share/man/man4/ahd.4 | 6 +++--- share/man/man4/ata.4 | 4 ++-- share/man/man4/atkbd.4 | 4 ++-- share/man/man4/ch.4 | 4 ++-- share/man/man4/da.4 | 5 ++--- share/man/man4/isp.4 | 4 ++-- share/man/man4/man4.i386/en.4 | 4 ++-- share/man/man4/man4.i386/gsc.4 | 4 ++-- share/man/man4/man4.i386/pnp.4 | 4 ++-- share/man/man4/man4.i386/rdp.4 | 6 +++--- share/man/man4/man4.i386/spkr.4 | 4 ++-- share/man/man4/md.4 | 4 ++-- share/man/man4/mem.4 | 4 ++-- share/man/man4/netgraph.4 | 4 ++-- share/man/man4/ng_one2many.4 | 4 ++-- share/man/man4/ng_pptpgre.4 | 4 ++-- share/man/man4/psm.4 | 4 ++-- share/man/man4/sk.4 | 4 ++-- share/man/man4/tl.4 | 4 ++-- share/man/man4/vpo.4 | 6 +++--- share/man/man5/gbk.5 | 4 ++-- share/man/man5/host.conf.5 | 4 ++-- share/man/man5/periodic.conf.5 | 6 +++--- share/man/man5/rc.conf.5 | 4 ++-- share/man/man7/firewall.7 | 4 ++-- share/man/man7/tuning.7 | 4 ++-- share/man/man8/diskless.8 | 4 ++-- share/man/man9/DEVICE_IDENTIFY.9 | 4 ++-- share/man/man9/devstat.9 | 4 ++-- share/man/man9/ieee80211_node.9 | 4 ++-- share/man/man9/microtime.9 | 4 ++-- share/man/man9/nlookup.9 | 10 +++++----- share/man/man9/sysctl_ctx_init.9 | 4 ++-- share/man/man9/vnode.9 | 4 ++-- sys/boot/common/loader.8 | 4 ++-- sys/bus/cam/cam_periph.c | 4 ++-- sys/config/LINT | 6 +++--- sys/dev/netif/cm/smc90cx6.c | 4 ++-- sys/dev/netif/tx/if_tx.c | 4 ++-- sys/net/i4b/layer1/isic/i4b_itk_ix1.c | 4 ++-- usr.bin/fstat/fstat.1 | 4 ++-- usr.bin/iconv/iconv.1 | 4 ++-- usr.bin/mail/mail.1 | 4 ++-- usr.bin/make/make.1 | 6 +++--- usr.bin/netstat/ipx.c | 4 ++-- usr.bin/netstat/ns.c | 4 ++-- usr.bin/nl/nl.1 | 4 ++-- usr.bin/pkill/pkill.1 | 4 ++-- usr.bin/seq/seq.1 | 4 ++-- usr.bin/telnet/commands.c | 4 ++-- usr.bin/unifdef/unifdef.1 | 4 ++-- usr.bin/xinstall/install.1 | 4 ++-- .../wpa_supplicant/wpa_supplicant.conf.5 | 6 +++--- usr.sbin/adduser/adduser.8 | 6 +++--- usr.sbin/adduser/rmuser.8 | 4 ++-- usr.sbin/battd/battd.8 | 4 ++-- usr.sbin/dntpd/client.c | 14 ++++++------- usr.sbin/dntpd/dntpd.8 | 10 +++++----- usr.sbin/fwcontrol/fwcontrol.8 | 6 +++--- usr.sbin/gifconfig/gifconfig.8 | 4 ++-- usr.sbin/i4b/isdnd/isdnd.rc.5 | 16 +++++++-------- usr.sbin/i4b/isdnphone/isdnphone.8 | 4 ++-- usr.sbin/i4b/man/isic.4 | 4 ++-- usr.sbin/jail/jail.8 | 4 ++-- usr.sbin/ppp/command.c | 10 +++++----- usr.sbin/ppp/mp.c | 6 +++--- usr.sbin/ppp/ppp.8.m4 | 8 ++++---- usr.sbin/pppd/pppd.8 | 6 +++--- 92 files changed, 232 insertions(+), 233 deletions(-) diff --git a/bin/cpdup/BACKUPS b/bin/cpdup/BACKUPS index e80693d10e..bd83bb19fc 100644 --- a/bin/cpdup/BACKUPS +++ b/bin/cpdup/BACKUPS @@ -1,4 +1,4 @@ -$DragonFly: src/bin/cpdup/BACKUPS,v 1.3 2007/05/13 22:25:41 swildner Exp $ +$DragonFly: src/bin/cpdup/BACKUPS,v 1.4 2007/05/17 08:19:00 swildner Exp $ INCREMENTAL BACKUP HOWTO @@ -124,7 +124,7 @@ $DragonFly: src/bin/cpdup/BACKUPS,v 1.3 2007/05/13 22:25:41 swildner Exp $ might exist on the physical /backup disk in only one place even though it may be present in dozens of daily mirrors. To ensure that the file being hardlinked does not get corrupted cpdup's -f option can be - used in conjuction with -H to force cpdup to validate the contents + used in conjunction with -H to force cpdup to validate the contents of the file, even if all the stat info looks identical. cpdup -f -H /backup/mirrors/box1 ... diff --git a/games/atc/list.c b/games/atc/list.c index a024ad94db..514fbc785f 100644 --- a/games/atc/list.c +++ b/games/atc/list.c @@ -35,7 +35,7 @@ * * @(#)list.c 8.1 (Berkeley) 5/31/93 * $FreeBSD: src/games/atc/list.c,v 1.4 1999/11/30 03:48:20 billf Exp $ - * $DragonFly: src/games/atc/list.c,v 1.3 2006/08/08 15:03:02 pavalos Exp $ + * $DragonFly: src/games/atc/list.c,v 1.4 2007/05/17 08:19:00 swildner Exp $ */ /* @@ -97,7 +97,7 @@ void delete(LIST *l, PLANE *p) { if (l->head == NULL) - loser(p, "deleted a non-existant plane! Get help!"); + loser(p, "deleted a non-existent plane! Get help!"); if (l->head == p && l->tail == p) l->head = l->tail = NULL; diff --git a/games/fortune/datfiles/fortunes2 b/games/fortune/datfiles/fortunes2 index 9ad6648b42..4233bd5592 100644 --- a/games/fortune/datfiles/fortunes2 +++ b/games/fortune/datfiles/fortunes2 @@ -1,6 +1,6 @@ This fortune brought to you by: $FreeBSD: src/games/fortune/datfiles/fortunes2,v 1.17.2.8 2002/10/19 05:10:15 fanf Exp $ -$DragonFly: src/games/fortune/datfiles/fortunes2,v 1.5 2007/02/19 11:10:11 swildner Exp $ +$DragonFly: src/games/fortune/datfiles/fortunes2,v 1.6 2007/05/17 08:19:00 swildner Exp $ % ======================================================================= @@ -10702,7 +10702,7 @@ As for the women, though we scorn and flout 'em, We may live with, but cannot live without 'em. -- Frederic Reynolds % -As Gen. de Gaulle occassionally acknowledges America to be the daughter +As Gen. de Gaulle occasionally acknowledges America to be the daughter of Europe, so I am pleased to come to Yale, the daughter of Harvard. -- J.F. Kennedy % diff --git a/lib/libc/gen/devname.3 b/lib/libc/gen/devname.3 index 71d96c4247..3683e5c632 100644 --- a/lib/libc/gen/devname.3 +++ b/lib/libc/gen/devname.3 @@ -31,7 +31,7 @@ .\" .\" @(#)devname.3 8.2 (Berkeley) 4/29/95 .\" $FreeBSD: src/lib/libc/gen/devname.3,v 1.7.2.7 2003/03/15 15:11:05 trhodes Exp $ -.\" $DragonFly: src/lib/libc/gen/devname.3,v 1.4 2004/01/06 15:38:09 eirikn Exp $ +.\" $DragonFly: src/lib/libc/gen/devname.3,v 1.5 2007/05/17 08:19:00 swildner Exp $ .\" .Dd July 18, 1999 .Dt DEVNAME 3 @@ -77,7 +77,7 @@ in a human-readable format. returns a pointer to an internal static object; thus, subsequent calls will modify the same buffer. .Fn devname_r -avoids this problem by taking a buffer and buffer length as argruments. +avoids this problem by taking a buffer and buffer length as arguments. .Sh SEE ALSO .Xr stat 2 , .Xr dev_mkdb 8 diff --git a/lib/libc/gen/dlinfo.3 b/lib/libc/gen/dlinfo.3 index b3d66bbf83..cdd9a1109b 100644 --- a/lib/libc/gen/dlinfo.3 +++ b/lib/libc/gen/dlinfo.3 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc/gen/dlinfo.3,v 1.3.2.1 2003/02/20 20:42:45 kan Exp $ -.\" $DragonFly: src/lib/libc/gen/dlinfo.3,v 1.10 2007/05/13 18:33:55 swildner Exp $ +.\" $DragonFly: src/lib/libc/gen/dlinfo.3,v 1.11 2007/05/17 08:19:00 swildner Exp $ .\" .Dd February 14, 2003 .Os @@ -85,7 +85,7 @@ describing shared object specified by .Fa handle argument. .Ft Link_map -stuctures are maintained as double-linked list by +structures are maintained as double-linked list by .Xr rtld 1 in same order as .Fn dlopen diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 9ce6859e03..d6f031a5c8 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -35,7 +35,7 @@ .\" .\" @(#)strftime.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/stdtime/strftime.3,v 1.18.2.10 2003/05/24 00:01:31 keramida Exp $ -.\" $DragonFly: src/lib/libc/stdtime/strftime.3,v 1.2 2003/06/17 04:26:46 dillon Exp $ +.\" $DragonFly: src/lib/libc/stdtime/strftime.3,v 1.3 2007/05/17 08:19:00 swildner Exp $ .\" .Dd January 4, 2003 .Dt STRFTIME 3 @@ -116,7 +116,7 @@ The sequences are supposed to provide alternate representations. .Pp -Additionly %OB implemented +Additionally %OB implemented to represent alternative months names (used standalone, without day mentioned). .It Cm %e diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index def29f7360..3ef9ced95f 100644 --- a/lib/libc/sys/clock_gettime.2 +++ b/lib/libc/sys/clock_gettime.2 @@ -1,6 +1,6 @@ .\" $OpenBSD: clock_gettime.2,v 1.4 1997/05/08 20:21:16 kstailey Exp $ .\" $FreeBSD: src/lib/libc/sys/clock_gettime.2,v 1.3.2.8 2001/12/14 18:34:00 ru Exp $ -.\" $DragonFly: src/lib/libc/sys/clock_gettime.2,v 1.4 2007/04/29 12:23:52 hasso Exp $ +.\" $DragonFly: src/lib/libc/sys/clock_gettime.2,v 1.5 2007/05/17 08:19:00 swildner Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -57,7 +57,7 @@ The and .Fn clock_settime allow the calling process to retrieve or set the value used by a clock -which is specifed by +which is specified by .Fa clock_id . .Pp .Fa clock_id diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2 index 0ff0da60e4..8ffc39d9cc 100644 --- a/lib/libc/sys/jail.2 +++ b/lib/libc/sys/jail.2 @@ -7,14 +7,14 @@ .\"---------------------------------------------------------------------------- .\" .\"$FreeBSD: src/lib/libc/sys/jail.2,v 1.10.2.10 2002/12/12 05:26:38 trhodes Exp $ -.\"$DragonFly: src/lib/libc/sys/jail.2,v 1.8 2007/02/25 18:50:48 swildner Exp $ +.\"$DragonFly: src/lib/libc/sys/jail.2,v 1.9 2007/05/17 08:19:00 swildner Exp $ .\" .Dd April 28, 1999 .Dt JAIL 2 .Os .Sh NAME .Nm jail -.Nd imprison current process and future decendants +.Nd imprison current process and future descendants .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -58,7 +58,7 @@ The .Dq ips pointer contains the IP addresses assigned to the jail. .Sh PRISON -Once a process has been put in a prison, it and its decendants cannot escape +Once a process has been put in a prison, it and its descendants cannot escape the prison. A process can be attached to a prison by calling .Xr jail_attach 2 . diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index b93cbd39b6..2107999135 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -31,7 +31,7 @@ .\" .\" @(#)mmap.2 8.4 (Berkeley) 5/11/95 .\" $FreeBSD: src/lib/libc/sys/mmap.2,v 1.22.2.12 2002/02/27 03:40:13 dd Exp $ -.\" $DragonFly: src/lib/libc/sys/mmap.2,v 1.8 2007/02/19 11:10:12 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/mmap.2,v 1.9 2007/05/17 08:19:00 swildner Exp $ .\" .Dd December 11, 2006 .Dt MMAP 2 @@ -209,7 +209,7 @@ to .Va COPTFLAGS in your .Pa /etc/make.conf -to enable this option for other architechures. +to enable this option for other architectures. .Dv MAP_STACK implies .Dv MAP_ANON , @@ -246,7 +246,7 @@ update the VPTE_M bit in the virtual page table, the mapping must R+W even though actual access to the memory will be properly governed by the virtual page table. .Pp -Addressable backing store is limited by the range suppored in the virtual +Addressable backing store is limited by the range supported in the virtual page table entries. The kernel may implement a page table abstraction capable of addressing a larger range within the backing store then could otherwise be mapped into memory. diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index ca86036999..01401dae80 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -31,7 +31,7 @@ .\" .\" From: @(#)send.2 8.2 (Berkeley) 2/21/94 .\" $FreeBSD: src/lib/libc/sys/send.2,v 1.10.2.6 2001/12/14 18:34:01 ru Exp $ -.\" $DragonFly: src/lib/libc/sys/send.2,v 1.7 2006/02/17 19:35:06 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/send.2,v 1.8 2007/05/17 08:19:00 swildner Exp $ .\" .Dd February 15, 1995 .Dt SEND 2 @@ -218,4 +218,4 @@ then .Fn close it before it has actually been sent, the result being that the receiver gets a closed file descriptor. It is left to the application to -implement an acknowlegment mechanism to prevent this from happening. +implement an acknowledgment mechanism to prevent this from happening. diff --git a/lib/libc/sys/syslink.2 b/lib/libc/sys/syslink.2 index f04f6659a0..4280f82087 100644 --- a/lib/libc/sys/syslink.2 +++ b/lib/libc/sys/syslink.2 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/lib/libc/sys/syslink.2,v 1.6 2007/05/13 22:25:41 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/syslink.2,v 1.7 2007/05/17 08:19:00 swildner Exp $ .\" .Dd March 13, 2007 .Dt SYSLINK 2 @@ -85,7 +85,7 @@ may be multi-homed. .Pp For example, a particular filesystem mount will have a persistent logical sysid, a separate session id for every entity connecting to it, and one or -more dynamic (changable) physical sysids depending on the mesh topology. +more dynamic (changeable) physical sysids depending on the mesh topology. .Pp The Syslink protocol is used to glue the cluster mesh together. It is based on the concept of (mostly) reliable packets and buffered streams. @@ -191,7 +191,7 @@ Prefixes are typically on the order of 20 bits, fewer or greater depending on how many entities you want to be able to interconnect within the cluster. When multiple seed nodes are used in a cluster, the top few bits identify the seed node (seed nodes do not communicate with each other and must dole out -separate numereical prefix ranges). +separate numerical prefix ranges). The low 44 bits are a combination of a sequence number and a universal timestamp. Timestamps operate with a 1 minute granularity and must not roll over @@ -207,7 +207,7 @@ open() so the limited size of the iterator should not create any real limitations to system scale or performance. A session can kinda be thought of as a serialized link over which transactions can occur. While the rate of new session and logical id creation may be limited, the actual -number you can have operationally (each with a 500 year guarenteed +number you can have operationally (each with a 500 year guaranteed uniqueness) is virtually unlimited. It is also possible to simply allocate more then one prefix to handle certain burst issues, such as machine booting, if the limitation to the iterator would otherwise cause allocation delays. @@ -314,11 +314,11 @@ the target are usually used for event and blocking/unblocking notifications. .Pp The SYSLINK protocol is not intended to take the place of a reliable link level protocol such as TCP and mesh links should only use UDP when packet -delivery can be virtually guarenteed (such as when operating over switched +delivery can be virtually guaranteed (such as when operating over switched ethernet). UDP-based syslinks may still buffer multiple messages within the limitations of the UDP packet. .Pp -The SYSLINK protocol is not intended to provide quorum guarentees. Quorum +The SYSLINK protocol is not intended to provide quorum guarantees. Quorum protocols operate over SYSLINK, but are not implemented by SYSLINK. .Sh SYSLINK PROTOCOL - MESSAGE BUFFERING Syslinks which operate over buffered connections where messages may be @@ -346,7 +346,7 @@ the target is responsible for returning a keep-alive blocking indication to the originator to prevent the originator from retrying or aborting the transaction. Keep-alives can be directly handled by the route node connected to the target (since it knows if the leaf disconnects), -simplifying leaf operation. A route node will very occassionally do a sanity +simplifying leaf operation. A route node will very occasionally do a sanity check request to the leaf (perhaps once a minute) to verify that transactions blocked for a long time are still known to the leaf. .Pp @@ -372,16 +372,16 @@ by allowing a node to asynchronously push data to places where it thinks it will be needed immediately. The most commmon use of this sort of operation is the read-ahead optimization. When one node performs a read transaction with another node, and the target node is capable of read-ahead -and detemines that read-ahead is useful, the target node can initiate the +and determines that read-ahead is useful, the target node can initiate the read-ahead and push the data to the originating node in a separate -asyncnronous transaction. Read-aheads are typically not directly adjacent +asynchronous transaction. Read-aheads are typically not directly adjacent to the read that just occurred in order to allow the originator to initiate the next synchronous transaction without it crossing paths with the asynchronous read-ahead push (resulting in the same data being returned to the originator twice). .Sh OPERATING AS A ROUTE NODE Most userland applications using syslink will operate as leaf nodes, but -there is nothing preventing you from oprating as a route node. Operating +there is nothing preventing you from operating as a route node. Operating as a route node requires implementing all route node requirements including the handling of logical sysid registrations and the tracking of transactions initiated by nodes that directly connect to you. In fact, sysid seeding diff --git a/lib/libc/sys/umtx.2 b/lib/libc/sys/umtx.2 index 941753cda4..f5bc94cd2b 100644 --- a/lib/libc/sys/umtx.2 +++ b/lib/libc/sys/umtx.2 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/lib/libc/sys/umtx.2,v 1.8 2007/05/13 18:33:56 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/umtx.2,v 1.9 2007/05/17 08:19:00 swildner Exp $ .\" .Dd February 21, 2005 .Dt UMTX 2 @@ -58,7 +58,7 @@ The comparison is not atomic with the sleep but is properly interlocked against another process calling .Fn umtx_wakeup . In particular, while it is possible for two userland threads to race, one -going to sleep simultaniously with another releasing the mutex, this condition +going to sleep simultaneously with another releasing the mutex, this condition is caught when the second userland thread calls .Fn umtx_wakeup after releasing the contended mutex. diff --git a/libexec/ftpd/ftpchroot.5 b/libexec/ftpd/ftpchroot.5 index 61647f6765..2b6e66be07 100644 --- a/libexec/ftpd/ftpchroot.5 +++ b/libexec/ftpd/ftpchroot.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/libexec/ftpd/ftpchroot.5,v 1.2.2.1 2003/02/11 14:28:28 yar Exp $ -.\" $DragonFly: src/libexec/ftpd/ftpchroot.5,v 1.3 2006/03/21 09:12:20 swildner Exp $ +.\" $DragonFly: src/libexec/ftpd/ftpchroot.5,v 1.4 2007/05/17 08:19:01 swildner Exp $ .\" .Dd January 26, 2003 .Dt FTPCHROOT 5 @@ -72,7 +72,7 @@ If it is not an absolute pathname, then it will be relative to the user's login directory. If it contains the .Qq \&/./ -seprator, +separator, .Xr ftpd 8 will treat its left-hand side as the name of the directory to do .Xr chroot 2 diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index ea8e3854d0..719b14a606 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -34,7 +34,7 @@ .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 .\" $FreeBSD: src/sbin/disklabel/disklabel.8,v 1.15.2.22 2003/04/17 17:56:34 trhodes Exp $ -.\" $DragonFly: src/sbin/disklabel/disklabel.8,v 1.12 2007/05/15 17:53:11 dillon Exp $ +.\" $DragonFly: src/sbin/disklabel/disklabel.8,v 1.13 2007/05/17 08:19:01 swildner Exp $ .\" .Dd January 21, 2007 .Dt DISKLABEL 8 @@ -630,7 +630,7 @@ Lowercase versions of and .Cm G are allowed. -Size and type should be specifed without any spaces between them. +Size and type should be specified without any spaces between them. .Pp Example: 2097152, 1G, 1024M and 1048576K are all the same size (assuming 512-byte sectors). @@ -785,7 +785,7 @@ Display what the label would be for .Pa da0s1 using the partition layout in .Pa label_layout . -This is useful for determining how much space would be alloted for various +This is useful for determining how much space would be allotted for various partitions with a labelling scheme using .Cm % Ns -based or diff --git a/sbin/jscan/jscan.8 b/sbin/jscan/jscan.8 index caf08afc65..f674944e24 100644 --- a/sbin/jscan/jscan.8 +++ b/sbin/jscan/jscan.8 @@ -31,7 +31,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/sbin/jscan/jscan.8,v 1.13 2007/05/13 22:25:41 swildner Exp $ +.\" $DragonFly: src/sbin/jscan/jscan.8,v 1.14 2007/05/17 08:19:01 swildner Exp $ .\" .Dd March 6, 2005 .Dt JSCAN 8 @@ -88,7 +88,7 @@ or, if not specified, the current directory. The .Ar mirror_transid_file will be used to track the transaction id representing the current -syncnronization point for the mirror. The keyword +synchronization point for the mirror. The keyword .Ar none may be specified if no tracking file is desired. However, if no tracking file is specified it will not be possible to roll the mirror forwards or @@ -133,7 +133,7 @@ is not specified, acts as a stateless transceiver and the input stream is not acked until an ack is received from the output stream. .Pp -This option is most typically used in conjuction with +This option is most typically used in conjunction with .Fl w/W . In this case the ACK protocol is handled independently for the input side and the output side uses the journaling data recorded by diff --git a/sbin/mountctl/mountctl.8 b/sbin/mountctl/mountctl.8 index d4ff610d2c..df507cf9a5 100644 --- a/sbin/mountctl/mountctl.8 +++ b/sbin/mountctl/mountctl.8 @@ -31,7 +31,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/sbin/mountctl/mountctl.8,v 1.12 2006/07/26 20:21:07 swildner Exp $ +.\" $DragonFly: src/sbin/mountctl/mountctl.8,v 1.13 2007/05/17 08:19:01 swildner Exp $ .\" .Dd January 8, 2005 .Dt MOUNTCTL 8 @@ -103,7 +103,7 @@ not the case at the moment. .Fl r will restart an existing journal, directing it to a new file descriptor. A shutdown is sent to the old journal and the system waits for the return -diection (if running full-duplex) to EOF. The new descriptor is then +direction (if running full-duplex) to EOF. The new descriptor is then installed and the FIFO index is reset to the last acknowledged transaction. Clients scanning a journal across such a disconnect must check for repeated transaction ids since some overlap between the old and new journal may occur. @@ -121,7 +121,7 @@ specified in the OPTION KEYWORDS section. .Bl -tag -width indent .It Fl 2 Specify full-duplex operation. The kernel will not throw away journal -data in its internal FIFO until the transaction id is acknowlwedged. This +data in its internal FIFO until the transaction id is acknowledged. This requires a full-duplex journaling descriptor. Note that shell pipes are full-duplex-capable. .It Fl F @@ -215,7 +215,7 @@ option is equivalent to specifying the path option. Both should not be specified. .It Ar fd=filedesc Specify where the journal's output stream should be directed by handing over -a file desciptor. +a file descriptor. Use file descriptor 1 if you wish to output the journal to the current stdout. Note that the @@ -242,7 +242,7 @@ Close the journal. Any currently buffered data will be aborted. No close record is written. The journaling stream is immediately closed. .It Ar flush Flush the journal. All currently buffered data is flushed. The command -does not return until the write suceeds and, if the connection is two-way, +does not return until the write succeeds and, if the connection is two-way, and acknowledgement has been returned for journaled data buffered at the time the flush was issued. .El diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 3304f64c41..53d5fde0f9 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -31,7 +31,7 @@ .\" .\" @(#)exports.5 8.3 (Berkeley) 3/29/95 .\" $FreeBSD: src/sbin/mountd/exports.5,v 1.10.2.8 2002/09/28 16:31:45 markm Exp $ -.\" $DragonFly: src/sbin/mountd/exports.5,v 1.2 2003/06/17 04:27:33 dillon Exp $ +.\" $DragonFly: src/sbin/mountd/exports.5,v 1.3 2007/05/17 08:19:01 swildner Exp $ .\" .Dd March 29, 1995 .Dt EXPORTS 5 @@ -330,7 +330,7 @@ will notify .Xr mountd 8 about this situation, and the .Sy /cdrom -filesystem will be exported as intented. +filesystem will be exported as intended. Note that without using the .Fl alldirs option, the export would always succeed. diff --git a/share/examples/cvsup/DragonFly-release1_2-supfile b/share/examples/cvsup/DragonFly-release1_2-supfile index 0bdde5d10f..52f1b0090b 100644 --- a/share/examples/cvsup/DragonFly-release1_2-supfile +++ b/share/examples/cvsup/DragonFly-release1_2-supfile @@ -1,10 +1,10 @@ -# $DragonFly: src/share/examples/cvsup/DragonFly-release1_2-supfile,v 1.4 2007/04/01 12:20:50 swildner Exp $ +# $DragonFly: src/share/examples/cvsup/DragonFly-release1_2-supfile,v 1.5 2007/05/17 08:19:01 swildner Exp $ # # DRAGONFLY-RELEASE1_2-SUPFILE # # This file will by default maintain the DragonFly 1.2 release source code # in /usr/src/ by tracking the DragonFly_RELEASE_1_2_Slip tag in the CVS tree. -# This tag represents the maintainance arm of the DragonFly 1.2 release. +# This tag represents the maintenance arm of the DragonFly 1.2 release. # # (The '_Slip' part is a slip tag that tracks changes along with the correct # subversion. If you do not use this tag your subversion may be out of diff --git a/share/examples/cvsup/DragonFly-release1_4-supfile b/share/examples/cvsup/DragonFly-release1_4-supfile index 204ae1b241..907942b2a6 100644 --- a/share/examples/cvsup/DragonFly-release1_4-supfile +++ b/share/examples/cvsup/DragonFly-release1_4-supfile @@ -1,10 +1,10 @@ -# $DragonFly: src/share/examples/cvsup/DragonFly-release1_4-supfile,v 1.3 2007/04/01 12:20:50 swildner Exp $ +# $DragonFly: src/share/examples/cvsup/DragonFly-release1_4-supfile,v 1.4 2007/05/17 08:19:01 swildner Exp $ # # DRAGONFLY-RELEASE1_4-SUPFILE # # This file will by default maintain the DragonFly 1.4 release source code # in /usr/src/ by tracking the DragonFly_RELEASE_1_4_Slip tag in the CVS tree. -# This tag represents the maintainance arm of the DragonFly 1.4 release. +# This tag represents the maintenance arm of the DragonFly 1.4 release. # # (The '_Slip' part is a slip tag that tracks changes along with the correct # subversion. If you do not use this tag your subversion may be out of diff --git a/share/examples/cvsup/DragonFly-release1_6-supfile b/share/examples/cvsup/DragonFly-release1_6-supfile index 0cc9f33b1e..6157434274 100644 --- a/share/examples/cvsup/DragonFly-release1_6-supfile +++ b/share/examples/cvsup/DragonFly-release1_6-supfile @@ -1,10 +1,10 @@ -# $DragonFly: src/share/examples/cvsup/DragonFly-release1_6-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ +# $DragonFly: src/share/examples/cvsup/DragonFly-release1_6-supfile,v 1.3 2007/05/17 08:19:01 swildner Exp $ # # DRAGONFLY-RELEASE1_6-SUPFILE # # This file will by default maintain the DragonFly 1.6 release source code # in /usr/src/ by tracking the DragonFly_RELEASE_1_6_Slip tag in the CVS tree. -# This tag represents the maintainance arm of the DragonFly 1.6 release. +# This tag represents the maintenance arm of the DragonFly 1.6 release. # # (The '_Slip' part is a slip tag that tracks changes along with the correct # subversion. If you do not use this tag your subversion may be out of diff --git a/share/examples/cvsup/DragonFly-release1_8-supfile b/share/examples/cvsup/DragonFly-release1_8-supfile index 1ae6ad979d..ff4eb26eb2 100644 --- a/share/examples/cvsup/DragonFly-release1_8-supfile +++ b/share/examples/cvsup/DragonFly-release1_8-supfile @@ -1,10 +1,10 @@ -# $DragonFly: src/share/examples/cvsup/DragonFly-release1_8-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ +# $DragonFly: src/share/examples/cvsup/DragonFly-release1_8-supfile,v 1.3 2007/05/17 08:19:01 swildner Exp $ # # DRAGONFLY-RELEASE1_8-SUPFILE # # This file will by default maintain the DragonFly 1.8 release source code # in /usr/src/ by tracking the DragonFly_RELEASE_1_8_Slip tag in the CVS tree. -# This tag represents the maintainance arm of the DragonFly 1.8 release. +# This tag represents the maintenance arm of the DragonFly 1.8 release. # # (The '_Slip' part is a slip tag that tracks changes along with the correct # subversion. If you do not use this tag your subversion may be out of diff --git a/share/examples/drivers/make_device_driver.sh b/share/examples/drivers/make_device_driver.sh index 92af1d500d..c2535d937e 100644 --- a/share/examples/drivers/make_device_driver.sh +++ b/share/examples/drivers/make_device_driver.sh @@ -30,7 +30,7 @@ cat >${UPPER} <>${UPPER} @@ -222,7 +222,7 @@ ${1}intr(int unit) sc_p scp = sca[unit]; /* - * well we got an interupt, now what? + * well we got an interrupt, now what? * Theoretically we don't need to check the unit. */ return; diff --git a/share/examples/isdn/FAQ b/share/examples/isdn/FAQ index a5f0769e1c..74c67fb3ae 100644 --- a/share/examples/isdn/FAQ +++ b/share/examples/isdn/FAQ @@ -6,7 +6,7 @@ last edit-date: [Wed Nov 1 15:08:03 2000] $FreeBSD: src/share/examples/isdn/FAQ,v 1.6.2.2 2002/08/07 10:47:48 blackend Exp $ - $DragonFly: src/share/examples/isdn/FAQ,v 1.4 2007/05/13 22:25:41 swildner Exp $ + $DragonFly: src/share/examples/isdn/FAQ,v 1.5 2007/05/17 08:19:01 swildner Exp $ -------------------------------------------------------------------------------- @@ -149,7 +149,7 @@ Contents: --------------------- >I further think Gary should mention >in the FAQ in the section "B. How to figure out the ISP's IP address - >that it isn't normaly necessary to do it because of the auto + >that it isn't normally necessary to do it because of the auto >address negotiation. Gary answers: diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index 808a63bcb2..cb251a0f19 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/ahc.4,v 1.22.2.8 2002/01/21 17:38:18 scottl Exp $ -.\" $DragonFly: src/share/man/man4/ahc.4,v 1.3 2006/02/17 19:37:09 swildner Exp $ +.\" $DragonFly: src/share/man/man4/ahc.4,v 1.4 2007/05/17 08:19:01 swildner Exp $ .\" .Dd February 13, 2000 .Dt AHC 4 @@ -232,7 +232,7 @@ SCB space to be augmented with external SRAM up to a maximum of 255 SCBs. Very few Adaptec controller configurations have external SRAM. .Pp If external SRAM is not available, SCBs are a limited resource. -Using the SCBs in a straight forward manner would only allow the dirver to +Using the SCBs in a straight forward manner would only allow the driver to handle as many concurrent transactions as there are physical SCBs. To fully utilize the SCSI bus and the devices on it, requires much more concurrency. diff --git a/share/man/man4/ahd.4 b/share/man/man4/ahd.4 index 8a621c3966..a262d5e130 100644 --- a/share/man/man4/ahd.4 +++ b/share/man/man4/ahd.4 @@ -27,7 +27,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/ahd.4,v 1.2.2.1 2002/09/01 22:35:34 scottl Exp $ -.\" $DragonFly: src/share/man/man4/ahd.4,v 1.4 2006/03/26 22:56:57 swildner Exp $ +.\" $DragonFly: src/share/man/man4/ahd.4,v 1.5 2007/05/17 08:19:01 swildner Exp $ .\" .Dd September 1, 2002 .Dt AHD 4 @@ -78,7 +78,7 @@ is enabled. Logically 'or' the following bits together: .Bd -ragged -offset indent .Bl -column "Value " Function .Em "Value Function" -0x0001 Show miscellanious information +0x0001 Show miscellaneous information 0x0002 Show sense data 0x0004 Show Serial EEPROM contents 0x0008 Show bus termination settings @@ -107,7 +107,7 @@ through the configuration option. The value assigned to this option should be a bitmap of all units where target mode is desired. For example, a value of 0x25, would enable target mode on units 0, 2, and 5. -Note that target mode is only supoprted for ultra160 speeds and below. +Note that target mode is only supported for ultra160 speeds and below. .Pp Per target configuration performed in the .Tn SCSI-Select diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4 index f1d3674460..4ebe158ce1 100644 --- a/share/man/man4/ata.4 +++ b/share/man/man4/ata.4 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/ata.4,v 1.3.2.18 2002/10/16 13:40:51 fjoe Exp $ -.\" $DragonFly: src/share/man/man4/ata.4,v 1.5 2006/10/24 17:09:45 swildner Exp $ +.\" $DragonFly: src/share/man/man4/ata.4,v 1.6 2007/05/17 08:19:01 swildner Exp $ .\" .Dd January 27, 2000 .Dt ATA 4 @@ -60,7 +60,7 @@ such as the ZIP and LS120: To support ATAPI tape drives: .Cd device atapist .Pp -The following tunables are setable from the loader: +The following tunables are settable from the loader: .Bl -ohang .It Va hw.ata.ata_dma set to 1 for DMA access, 0 for PIO (default is DMA). diff --git a/share/man/man4/atkbd.4 b/share/man/man4/atkbd.4 index a50925f823..a0a7e9be0a 100644 --- a/share/man/man4/atkbd.4 +++ b/share/man/man4/atkbd.4 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/atkbd.4,v 1.12.2.5 2001/08/17 13:08:36 ru Exp $ -.\" $DragonFly: src/share/man/man4/atkbd.4,v 1.5 2006/07/22 23:52:23 swildner Exp $ +.\" $DragonFly: src/share/man/man4/atkbd.4,v 1.6 2007/05/17 08:19:01 swildner Exp $ .\" .Dd May 21, 1999 .Dt ATKBD 4 @@ -121,7 +121,7 @@ The following kernel configuration options control the driver. .Bl -tag -width ATKBD_DFLT .It Em ATKBD_DFLT_KEYMAP -This option sets the defauilt, built-in keymap of the +This option sets the default, built-in keymap of the .Nm driver to the named keymap. See diff --git a/share/man/man4/ch.4 b/share/man/man4/ch.4 index ef18161cdd..92d82dc919 100644 --- a/share/man/man4/ch.4 +++ b/share/man/man4/ch.4 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/share/man/man4/ch.4,v 1.18.2.7 2001/08/17 13:08:37 ru Exp $ -.\" $DragonFly: src/share/man/man4/ch.4,v 1.8 2007/05/13 20:29:48 hasso Exp $ +.\" $DragonFly: src/share/man/man4/ch.4,v 1.9 2007/05/17 08:19:01 swildner Exp $ .\" Copyright (c) 1996 .\" Julian Elischer . All rights reserved. .\" @@ -307,7 +307,7 @@ and a Breece Hill Q47 (60 slot, four DLT drives, barcode reader). .Pp Many of the features the .Nm -driver supports are not thouroghly tested due to the fact that the +driver supports are not thoroughly tested due to the fact that the devices available for testing do not support the necessary commands. This is true for alternate volume tags, media flipping, import/export element handling, multiple picker operation and other things. diff --git a/share/man/man4/da.4 b/share/man/man4/da.4 index 249e44d1c6..4a509bfbc0 100644 --- a/share/man/man4/da.4 +++ b/share/man/man4/da.4 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/da.4,v 1.22.2.7 2001/10/01 13:07:23 dd Exp $ -.\" $DragonFly: src/share/man/man4/da.4,v 1.4 2006/05/26 19:39:39 swildner Exp $ +.\" $DragonFly: src/share/man/man4/da.4,v 1.5 2007/05/17 08:19:01 swildner Exp $ .\" .Dd October 15, 1998 .Dt DA 4 @@ -138,8 +138,7 @@ remapping features are 'Auto Write Reallocation' and 'Auto Read Reallocation' which can be enabled via the AWRE and ARRE bits, respectively, of the Read-Write Error Recovery page. Many devices do not ship from the factory with these feature enabled. -Mode pages can be examined and modifie -via the +Mode pages can be examined and modified via the .Xr camcontrol 8 utility. .Sh KERNEL CONFIGURATION diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4 index 4c9000b9a7..9f1b832824 100644 --- a/share/man/man4/isp.4 +++ b/share/man/man4/isp.4 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/share/man/man4/isp.4,v 1.3.4.9 2001/12/17 11:30:12 ru Exp $ -.\" $DragonFly: src/share/man/man4/isp.4,v 1.4 2006/02/17 19:37:09 swildner Exp $ +.\" $DragonFly: src/share/man/man4/isp.4,v 1.5 2007/05/17 08:19:01 swildner Exp $ .\" $NetBSD: isp.4,v 1.5 1999/12/18 18:33:05 mjacob Exp $ .\" .\" Copyright (c) 1998, 1999 @@ -181,7 +181,7 @@ very gracefully. Target mode support isn't completely debugged yet. It works reasonably well for Fibre Channel, somewhat well for Qlogic 1040 cards, but -doesn't yet work for the other cards (due to last minute unnanounced +doesn't yet work for the other cards (due to last minute unannounced changes in firmware interfaces). .Pp Sometimes, when booting, the driver gets stuck waiting for the diff --git a/share/man/man4/man4.i386/en.4 b/share/man/man4/man4.i386/en.4 index 99f1802bb7..7f5915e38e 100644 --- a/share/man/man4/man4.i386/en.4 +++ b/share/man/man4/man4.i386/en.4 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/share/man/man4/man4.i386/en.4,v 1.7.2.5 2001/10/10 11:46:52 murray Exp $ -.\" $DragonFly: src/share/man/man4/man4.i386/en.4,v 1.2 2003/06/17 04:36:59 dillon Exp $ +.\" $DragonFly: src/share/man/man4/man4.i386/en.4,v 1.3 2007/05/17 08:19:01 swildner Exp $ .\" .Dd December 29, 1997 .Dt EN 4 i386 @@ -15,7 +15,7 @@ The .Nm device driver supports Midway-based ATM interfaces including the Efficient Networks, Inc. ENI-155 and Adaptec ANA-59x0. -Midway is an ALL5 SAR (Segmentation and Reassenbly) chip. +Midway is an ALL5 SAR (Segmentation and Reassembly) chip. .Pp The driver only supports ATM PVCs. SVC or ATM-ARP is not supported. .Pp diff --git a/share/man/man4/man4.i386/gsc.4 b/share/man/man4/man4.i386/gsc.4 index a177e1c9fb..814914ed23 100644 --- a/share/man/man4/man4.i386/gsc.4 +++ b/share/man/man4/man4.i386/gsc.4 @@ -29,7 +29,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/man4.i386/gsc.4,v 1.12.2.7 2001/12/17 11:30:13 ru Exp $ -.\" $DragonFly: src/share/man/man4/man4.i386/gsc.4,v 1.3 2006/04/17 18:01:37 swildner Exp $ +.\" $DragonFly: src/share/man/man4/man4.i386/gsc.4,v 1.4 2007/05/17 08:19:01 swildner Exp $ .\" .Dd January 9, 1995 .Os @@ -215,7 +215,7 @@ Since the buffer size limit is (currently) 0x3000 bytes the maximum number of lines allowed will vary with the width of each line. This upper limit is -checked before it overwrites the current value and pases an +checked before it overwrites the current value and passes an .Er ENOMEM in the .Xr errno 2 diff --git a/share/man/man4/man4.i386/pnp.4 b/share/man/man4/man4.i386/pnp.4 index f05f85dd02..88fac54fc8 100644 --- a/share/man/man4/man4.i386/pnp.4 +++ b/share/man/man4/man4.i386/pnp.4 @@ -29,7 +29,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/man4.i386/pnp.4,v 1.5.2.7 2001/09/25 23:40:30 yokota Exp $ -.\" $DragonFly: src/share/man/man4/man4.i386/pnp.4,v 1.5 2007/05/13 20:29:48 hasso Exp $ +.\" $DragonFly: src/share/man/man4/man4.i386/pnp.4,v 1.6 2007/05/17 08:19:01 swildner Exp $ .\" .Dd September 7, 1997 .Dt PNP 4 i386 @@ -130,7 +130,7 @@ struct pnp_device { The probe routine must check that the vendor_id passed is a recognized one, that any necessary devices on the card are enabled, and returns a NULL value in case of failure or a non-NULL value -(generally a pointer to the device name) unpon success. In the probe +(generally a pointer to the device name) upon success. In the probe routine, the function .Fn read_pnp_parms can be used to check that the logical devices are enabled. diff --git a/share/man/man4/man4.i386/rdp.4 b/share/man/man4/man4.i386/rdp.4 index a8f57ded04..b642f49cf1 100644 --- a/share/man/man4/man4.i386/rdp.4 +++ b/share/man/man4/man4.i386/rdp.4 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/man4.i386/rdp.4,v 1.5.2.4 2001/08/17 13:08:46 ru Exp $ -.\" $DragonFly: src/share/man/man4/man4.i386/rdp.4,v 1.3 2004/05/10 13:49:28 hmp Exp $ +.\" $DragonFly: src/share/man/man4/man4.i386/rdp.4,v 1.4 2007/05/17 08:19:01 swildner Exp $ .\" .\" .\" " (emacs disconfusion) @@ -62,10 +62,10 @@ data are being exchanged between the pocket ethernet adapter and the printer interface. The default is the fastest mode the RTL 8002 supports. If the printer adapter to use is particularly slow (which can be noticed by watching the ethernet wire for crippled packets, or -by not seeing correclty received packets), the configuration flag 0x2 +by not seeing correctly received packets), the configuration flag 0x2 can be set in order to throttle down the .Nm -driver. Note that in fast mode, the data rate is assymetric, sending +driver. Note that in fast mode, the data rate is asymmetric, sending is a little faster (up to two times) than receiving. Rates like 150 KB/s for sending and 80 KB/s for receiving are common. For slow mode, both rates are about the same, and in the range of 50 KB/s through 70 diff --git a/share/man/man4/man4.i386/spkr.4 b/share/man/man4/man4.i386/spkr.4 index ffcea501b1..7027599c36 100644 --- a/share/man/man4/man4.i386/spkr.4 +++ b/share/man/man4/man4.i386/spkr.4 @@ -1,6 +1,6 @@ .\" .\" $FreeBSD: src/share/man/man4/man4.i386/spkr.4,v 1.13.2.6 2001/12/17 11:30:13 ru Exp $ -.\" $DragonFly: src/share/man/man4/man4.i386/spkr.4,v 1.5 2006/05/26 19:39:40 swildner Exp $ +.\" $DragonFly: src/share/man/man4/man4.i386/spkr.4,v 1.6 2007/05/17 08:19:01 swildner Exp $ .\" .Dd November 7, 1993 .Dt SPKR 4 i386 @@ -67,7 +67,7 @@ pointer to the first of an array of tone structures and plays them in continuous sequence; this array must be terminated by a final member with a zero duration. .Pp -The play-string language is modelled on the PLAY statement conventions of +The play-string language is modeled on the PLAY statement conventions of .Tn IBM Advanced BASIC 2.0. The .Li MB , diff --git a/share/man/man4/md.4 b/share/man/man4/md.4 index 55dd943659..f53f171b2a 100644 --- a/share/man/man4/md.4 +++ b/share/man/man4/md.4 @@ -6,7 +6,7 @@ .\" ---------------------------------------------------------------------------- .\" .\" $FreeBSD: src/share/man/man4/md.4,v 1.3.2.4 2001/06/18 22:00:12 dd Exp $ -.\" $DragonFly: src/share/man/man4/md.4,v 1.2 2003/06/17 04:36:59 dillon Exp $ +.\" $DragonFly: src/share/man/man4/md.4,v 1.3 2007/05/17 08:19:01 swildner Exp $ .\" .Dd July 4, 2000 .Dt MD 4 @@ -41,7 +41,7 @@ devices with .Xr malloc 9 backing must share the malloc per-bucket quota. The exact size of this quota varies, -in particuar with the amount of RAM in the system. +in particular with the amount of RAM in the system. The exact value can be determined with .Xr vmstat 8 . .Pp diff --git a/share/man/man4/mem.4 b/share/man/man4/mem.4 index 7bf5afe705..6827e5ddab 100644 --- a/share/man/man4/mem.4 +++ b/share/man/man4/mem.4 @@ -31,7 +31,7 @@ .\" .\" @(#)mem.4 5.3 (Berkeley) 5/2/91 .\" $FreeBSD: src/share/man/man4/mem.4,v 1.7.2.5 2002/02/27 03:39:23 dd Exp $ -.\" $DragonFly: src/share/man/man4/mem.4,v 1.7 2007/03/15 21:17:45 swildner Exp $ +.\" $DragonFly: src/share/man/man4/mem.4,v 1.8 2007/05/17 08:19:01 swildner Exp $ .\" .Dd May 2, 1991 .Dt MEM 4 @@ -179,7 +179,7 @@ An attempt to create a new range failed due to a shortage of hardware resources (eg. descriptor slots). .It Bq Er ENOENT An attempt to remove a range failed because no range matches the descriptor -base/length supplued. +base/length supplied. .It Bq Er EPERM An attempt to remove a range failed because the range is permanently enabled. diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4 index e7f6c4a331..97e49fecb7 100644 --- a/share/man/man4/netgraph.4 +++ b/share/man/man4/netgraph.4 @@ -34,7 +34,7 @@ .\" Archie Cobbs .\" .\" $FreeBSD: src/share/man/man4/netgraph.4,v 1.39.2.1 2001/12/21 09:00:50 ru Exp $ -.\" $DragonFly: src/share/man/man4/netgraph.4,v 1.8 2007/04/22 16:29:50 swildner Exp $ +.\" $DragonFly: src/share/man/man4/netgraph.4,v 1.9 2007/05/17 08:19:01 swildner Exp $ .\" $Whistle: netgraph.4,v 1.7 1999/01/28 23:54:52 julian Exp $ .\" .Dd January 19, 1999 @@ -643,7 +643,7 @@ field contains a NUL-terminated string version of the message arguments. .El .Pp -In general, the arguments field of a control messgage can be any +In general, the arguments field of a control message can be any arbitrary C data type. Netgraph includes parsing routines to support some pre-defined datatypes in .Tn ASCII diff --git a/share/man/man4/ng_one2many.4 b/share/man/man4/ng_one2many.4 index 50ea54babd..72a618cf59 100644 --- a/share/man/man4/ng_one2many.4 +++ b/share/man/man4/ng_one2many.4 @@ -33,7 +33,7 @@ .\" Author: Archie Cobbs .\" .\" $FreeBSD: src/share/man/man4/ng_one2many.4,v 1.1.2.9 2003/01/06 23:32:22 trhodes Exp $ -.\" $DragonFly: src/share/man/man4/ng_one2many.4,v 1.4 2006/05/26 19:39:39 swildner Exp $ +.\" $DragonFly: src/share/man/man4/ng_one2many.4,v 1.5 2007/05/17 08:19:01 swildner Exp $ .\" .Dd November 15, 2000 .Dt NG_ONE2MANY 4 @@ -72,7 +72,7 @@ Packets are never delivered out a many hook that is down. How a link is determined to be up or down depends on the node's configured link failure detection algorithm. .Sh TRANSMIT ALGORITHMS -At this time, the only algorithm for determing the outgoing +At this time, the only algorithm for determining the outgoing .Dv many hook is a simple round-robin delivery algorithm. Packets are delivered out the many hooks in sequential order. diff --git a/share/man/man4/ng_pptpgre.4 b/share/man/man4/ng_pptpgre.4 index af1e7b0090..c36371dd22 100644 --- a/share/man/man4/ng_pptpgre.4 +++ b/share/man/man4/ng_pptpgre.4 @@ -33,7 +33,7 @@ .\" Author: Archie Cobbs .\" .\" $FreeBSD: src/share/man/man4/ng_pptpgre.4,v 1.16.2.2 2002/03/19 18:24:07 schweikh Exp $ -.\" $DragonFly: src/share/man/man4/ng_pptpgre.4,v 1.4 2006/05/26 19:39:39 swildner Exp $ +.\" $DragonFly: src/share/man/man4/ng_pptpgre.4,v 1.5 2007/05/17 08:19:01 swildner Exp $ .\" $Whistle: ng_pptpgre.8,v 1.2 1999/12/08 00:20:53 archie Exp $ .\" .Dd December 7, 2001 @@ -106,7 +106,7 @@ The field enables traffic flow through the node. The .Va enableDelayedAck -field enables delayed acknowledgement (maximum 250 miliseconds), which +field enables delayed acknowledgement (maximum 250 milliseconds), which is a useful optimization and should generally be turned on. .Va enableAlwaysAck field enables sending acknowledgements with every data packet, which diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4 index bef9a3bcaf..3530ea3bfb 100644 --- a/share/man/man4/psm.4 +++ b/share/man/man4/psm.4 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/psm.4,v 1.24.2.9 2002/12/29 16:35:38 schweikh Exp $ -.\" $DragonFly: src/share/man/man4/psm.4,v 1.5 2006/05/26 19:39:39 swildner Exp $ +.\" $DragonFly: src/share/man/man4/psm.4,v 1.6 2007/05/17 08:19:01 swildner Exp $ .\" .Dd April 1, 2000 .Dt PSM 4 @@ -748,7 +748,7 @@ In contrast, some pad products, e.g. some versions of ALPS GlidePoint and Interlink VersaPad, treat the tapping action as fourth button events. .Pp -It is reported that Interlink VersaPad rquires both +It is reported that Interlink VersaPad requires both .Em HOOKRESUME and .Em INITAFTERSUSPEND diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4 index 6f3f3b13d7..96f8e41a11 100644 --- a/share/man/man4/sk.4 +++ b/share/man/man4/sk.4 @@ -29,7 +29,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/sk.4,v 1.8.2.6 2001/08/17 13:08:39 ru Exp $ -.\" $DragonFly: src/share/man/man4/sk.4,v 1.5 2007/02/25 12:03:07 swildner Exp $ +.\" $DragonFly: src/share/man/man4/sk.4,v 1.6 2007/05/17 08:19:01 swildner Exp $ .\" .Dd November 2, 2006 .Dt SK 4 @@ -70,7 +70,7 @@ The driver configures dual port SysKonnect adapters such that each XMAC is treated as a separate logical network interface. Both ports can -operate indepenently of each other and can be connected to separate +operate independently of each other and can be connected to separate networks. The SysKonnect driver software currently only uses the second port on dual port adapters for failover purposes: if the link diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4 index 9672f08a64..a7dcd29534 100644 --- a/share/man/man4/tl.4 +++ b/share/man/man4/tl.4 @@ -29,7 +29,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/tl.4,v 1.10.2.4 2003/02/17 21:20:39 trhodes Exp $ -.\" $DragonFly: src/share/man/man4/tl.4,v 1.3 2007/02/25 12:03:07 swildner Exp $ +.\" $DragonFly: src/share/man/man4/tl.4,v 1.4 2007/05/17 08:19:01 swildner Exp $ .\" .Dd May 1, 1998 .Dt TL 4 @@ -76,7 +76,7 @@ driver supports the following media types: Enable autoselection of the media type and options. Note that this option is only available on those PHYs that support autonegotiation. -Also, the PHY will not advertise those modes that have been explcitly +Also, the PHY will not advertise those modes that have been explicitly disabled using the following media options. .It 10baseT/UTP Set 10Mbps operation diff --git a/share/man/man4/vpo.4 b/share/man/man4/vpo.4 index cc8848a810..1d260ca7e1 100644 --- a/share/man/man4/vpo.4 +++ b/share/man/man4/vpo.4 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/vpo.4,v 1.9.2.3 2001/08/17 13:08:40 ru Exp $ -.\" $DragonFly: src/share/man/man4/vpo.4,v 1.7 2007/05/13 20:29:48 hasso Exp $ +.\" $DragonFly: src/share/man/man4/vpo.4,v 1.8 2007/05/17 08:19:01 swildner Exp $ .\" .Dd March 5, 1998 .Dt VPO 4 @@ -56,7 +56,7 @@ or .Fx filesystems are supported. When mounting a DOS filesystem or -formating a +formatting a .Dx or .Fx @@ -97,5 +97,5 @@ manual page was written by .An Nicolas Souchu . .Sh BUGS During boot, the driver first tries to detect a classic ZIP, then a ZIP+. -The ZIP+ detection is intrusive and may send errorneous charaters to your +The ZIP+ detection is intrusive and may send erroneous characters to your printer if the drive is not connected to your parallel port. diff --git a/share/man/man5/gbk.5 b/share/man/man5/gbk.5 index d08b9c2111..195adb51ca 100644 --- a/share/man/man5/gbk.5 +++ b/share/man/man5/gbk.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc/locale/gbk.5,v 1.1.2.1 2003/11/04 19:38:29 murray Exp $ -.\" $DragonFly: src/share/man/man5/gbk.5,v 1.3 2005/03/24 12:48:04 swildner Exp $ +.\" $DragonFly: src/share/man/man5/gbk.5,v 1.4 2007/05/17 08:19:01 swildner Exp $ .Dd August 10, 2003 .Dt GBK 5 .Os @@ -59,5 +59,5 @@ the range 0x80-0xFE and ending with a byte in the range 0x40-0xFE. .%D "March 2000" .Re .Sh STANDARDS -GBK is not a standard, but has been superceded by +GBK is not a standard, but has been superseded by GB\ 18030-2000. diff --git a/share/man/man5/host.conf.5 b/share/man/man5/host.conf.5 index c31a936ec2..e4992b8a25 100644 --- a/share/man/man5/host.conf.5 +++ b/share/man/man5/host.conf.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man5/host.conf.5,v 1.1.2.2 2002/02/12 10:12:13 ru Exp $ -.\" $DragonFly: src/share/man/man5/host.conf.5,v 1.3 2004/03/11 12:28:56 hmp Exp $ +.\" $DragonFly: src/share/man/man5/host.conf.5,v 1.4 2007/05/17 08:19:01 swildner Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -48,7 +48,7 @@ the C library resolving routines will use, and their order of use, when resolving host names or addresses. .Pp The format of this file is human readable, and easy to modify with the -text editor of your choise. +text editor of your choice. Lines with .Ql # in the first column are comments and are ignored. diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index f9ae994ae0..59c501c9a3 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man5/periodic.conf.5,v 1.8.2.22 2003/02/08 21:42:01 gshapiro Exp $ -.\" $DragonFly: src/share/man/man5/periodic.conf.5,v 1.5 2006/10/05 04:04:31 swildner Exp $ +.\" $DragonFly: src/share/man/man5/periodic.conf.5,v 1.6 2007/05/17 08:19:01 swildner Exp $ .\" .Dd October 4, 2006 .Dt PERIODIC.CONF 5 @@ -35,7 +35,7 @@ .Sh DESCRIPTION The file .Nm -contains a description of how daily, weekly and montly system maintenance +contains a description of how daily, weekly and monthly system maintenance jobs should run. It resides in the .Pa /etc/defaults @@ -565,7 +565,7 @@ for yesterday's mail rejects. Set to .Dq YES if you want to summarise denied zone transfers (AXFR and IXFR) -for the previious day. +for the previous day. .It Va daily_status_named_usedns .Pq Vt bool Set to diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index fb03631c83..2149d1df9b 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man5/rc.conf.5,v 1.197 2003/07/28 13:56:00 mbr Exp $ -.\" $DragonFly: src/share/man/man5/rc.conf.5,v 1.30 2007/05/13 22:25:41 swildner Exp $ +.\" $DragonFly: src/share/man/man5/rc.conf.5,v 1.31 2007/05/17 08:19:01 swildner Exp $ .Dd May 11, 2007 .Dt RC.CONF 5 .Os @@ -1167,7 +1167,7 @@ is set to .Dq Li YES , this can be set to .Dq Li 0 -to disable the caching of NEGATIVE LOOKUPS (lookups of non-existant +to disable the caching of NEGATIVE LOOKUPS (lookups of non-existent filenames), or to the number of seconds for which negative lookups should be cached. A value of 2-10 seconds will substantially reduce network diff --git a/share/man/man7/firewall.7 b/share/man/man7/firewall.7 index a07d6dacfc..18f36c39ef 100644 --- a/share/man/man7/firewall.7 +++ b/share/man/man7/firewall.7 @@ -3,7 +3,7 @@ .\" the source tree. .\" .\" $FreeBSD: src/share/man/man7/firewall.7,v 1.1.2.8 2003/04/29 07:57:22 brueffer Exp $ -.\" $DragonFly: src/share/man/man7/firewall.7,v 1.9 2007/02/19 11:10:11 swildner Exp $ +.\" $DragonFly: src/share/man/man7/firewall.7,v 1.10 2007/05/17 08:19:01 swildner Exp $ .\" .Dd May 26, 2001 .Dt FIREWALL 7 @@ -47,7 +47,7 @@ Constructing a firewall may appear to be trivial, but most people get them wrong. The most common mistake is to create an exclusive firewall rather than an inclusive firewall. An exclusive firewall allows all packets through except for those matching a set of rules. -An inclusive firewall allows only packets matching the rulset +An inclusive firewall allows only packets matching the ruleset through. Inclusive firewalls are much, much safer then exclusive firewalls but a tad more difficult to build properly. The second most common mistake is to blackhole everything except the diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7 index 0498ff2772..db9aa0b0b5 100644 --- a/share/man/man7/tuning.7 +++ b/share/man/man7/tuning.7 @@ -3,7 +3,7 @@ .\" the source tree. .\" .\" $FreeBSD: src/share/man/man7/tuning.7,v 1.1.2.30 2002/12/17 19:32:08 dillon Exp $ -.\" $DragonFly: src/share/man/man7/tuning.7,v 1.12 2007/05/13 20:29:48 hasso Exp $ +.\" $DragonFly: src/share/man/man7/tuning.7,v 1.13 2007/05/17 08:19:01 swildner Exp $ .\" .Dd March 4, 2007 .Dt TUNING 7 @@ -497,7 +497,7 @@ TCP session disconnections. .Pp The .Va net.inet.tcp.delayed_ack -TCP feature is largly misunderstood. Historically speaking this feature +TCP feature is largely misunderstood. Historically speaking this feature was designed to allow the acknowledgement to transmitted data to be returned along with the response. For example, when you type over a remote shell the acknowledgement to the character you send can be returned along with the diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 59185987b4..0fe0eb6d76 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man8/diskless.8,v 1.6.2.9 2003/01/25 18:56:44 dillon Exp $ -.\" $DragonFly: src/share/man/man8/diskless.8,v 1.8 2007/05/13 20:29:48 hasso Exp $ +.\" $DragonFly: src/share/man/man8/diskless.8,v 1.9 2007/05/17 08:19:01 swildner Exp $ .\" .Dd April 18, 2001 .Dt DISKLESS 8 @@ -82,7 +82,7 @@ loaded using TFTP or NFS. In phase 3, the kernel again uses DHCP or BOOTP to acquire configuration information, and proceeds to mount the root filesystem and start operation. The boot -scripts recognize a diskless startup and peform +scripts recognize a diskless startup and perform the actions found in .Pa /etc/rc.d/initdiskless and diff --git a/share/man/man9/DEVICE_IDENTIFY.9 b/share/man/man9/DEVICE_IDENTIFY.9 index 040166932e..ca2c99626f 100644 --- a/share/man/man9/DEVICE_IDENTIFY.9 +++ b/share/man/man9/DEVICE_IDENTIFY.9 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/DEVICE_IDENTIFY.9,v 1.2.2.5 2002/03/19 18:24:16 schweikh Exp $ -.\" $DragonFly: src/share/man/man9/DEVICE_IDENTIFY.9,v 1.4 2006/02/17 19:37:10 swildner Exp $ +.\" $DragonFly: src/share/man/man9/DEVICE_IDENTIFY.9,v 1.5 2007/05/17 08:19:02 swildner Exp $ .\" .Dd March 10, 2001 .Dt DEVICE_IDENTIFY 9 @@ -41,7 +41,7 @@ .Sh DESCRIPTION The identify function for a device is only needed for devices on busses that cannot identify their children independently, e.g. the ISA bus. -It is used to recognize the device (usually done by accessing non-ambigous +It is used to recognize the device (usually done by accessing non-ambiguous registers in the hardware) and to tell the kernel about it and thus creating a new device instance. .Pp diff --git a/share/man/man9/devstat.9 b/share/man/man9/devstat.9 index e38777eeac..777ad3a912 100644 --- a/share/man/man9/devstat.9 +++ b/share/man/man9/devstat.9 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/devstat.9,v 1.10.2.5 2001/12/17 11:30:18 ru Exp $ -.\" $DragonFly: src/share/man/man9/devstat.9,v 1.4 2006/05/26 19:39:40 swildner Exp $ +.\" $DragonFly: src/share/man/man9/devstat.9,v 1.5 2007/05/17 08:19:02 swildner Exp $ .\" .Dd May 22, 1998 .Dt DEVSTAT 9 @@ -104,7 +104,7 @@ below for details. .It device_type The device type. This is broken into three sections: base device type (e.g. direct access, CDROM, sequential access), interface type (IDE, SCSI -or other) and a passthrough flag to indicate pasthrough devices. See below +or other) and a passthrough flag to indicate passthrough devices. See below for a complete list of types. .It priority The device priority. The priority is used to determine how devices are diff --git a/share/man/man9/ieee80211_node.9 b/share/man/man9/ieee80211_node.9 index f62f21d0a6..eb9090eebf 100644 --- a/share/man/man9/ieee80211_node.9 +++ b/share/man/man9/ieee80211_node.9 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.\" $DragonFly: src/share/man/man9/ieee80211_node.9,v 1.4 2007/05/13 20:29:48 hasso Exp $ +.\" $DragonFly: src/share/man/man9/ieee80211_node.9,v 1.5 2007/05/17 08:19:02 swildner Exp $ .\" $Id: ieee80211_node.9,v 1.3 2004/07/07 12:59:39 ru Exp $ .\" .Dd June 28, 2006 @@ -185,7 +185,7 @@ The .Fn ieee80211_end_scan function is called by .Fn ieee80211_next_scan -when the state machine has peformed a full cycle of scanning on +when the state machine has performed a full cycle of scanning on all available radio channels. Internally, .Fn ieee80211_end_scan diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9 index 9f9e6ca3d0..1fd386744f 100644 --- a/share/man/man9/microtime.9 +++ b/share/man/man9/microtime.9 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/microtime.9,v 1.2.2.3 2001/12/17 11:30:18 ru Exp $ -.\" $DragonFly: src/share/man/man9/microtime.9,v 1.3 2006/02/17 19:37:10 swildner Exp $ +.\" $DragonFly: src/share/man/man9/microtime.9,v 1.4 2007/05/17 08:19:02 swildner Exp $ .\" .Dd January 3, 2000 .Dt MICROTIME 9 @@ -49,7 +49,7 @@ The .Fn microtime and .Fn getmicrotime -functons stores the system time as a +functions stores the system time as a .Ft struct timeval at the address specified by .Fa tv . diff --git a/share/man/man9/nlookup.9 b/share/man/man9/nlookup.9 index be03eeffea..6de152e245 100644 --- a/share/man/man9/nlookup.9 +++ b/share/man/man9/nlookup.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/nlookup.9,v 1.8 2007/05/13 18:33:56 swildner Exp $ +.\" $DragonFly: src/share/man/man9/nlookup.9,v 1.9 2007/05/17 08:19:02 swildner Exp $ .\" .Dd August 6, 2005 .Os @@ -96,8 +96,8 @@ node creation .Dv VCREATE Ns / Ns Dv VDELETE .Pc , and an error code of 0 -will be returned for a non-existant target. -Otherwise a non-existant target will cause +will be returned for a non-existent target. +Otherwise a non-existent target will cause .Er ENOENT to be returned. .Pp @@ -183,7 +183,7 @@ All specified bits must pass for this function to return 0. If .Dv VCREATE is specified and the target ncp represents a -non-existant file or dir, or if +non-existent file or dir, or if .Dv VDELETE is specified and the target exists, the parent directory is checked for @@ -202,7 +202,7 @@ Note that .Fn nlookup does not (and should not) return .Er ENOENT -for non-existant leafs. +for non-existent leafs. The passed ncp may or may not be locked. The caller should use a locked ncp on leaf lookups, especially for diff --git a/share/man/man9/sysctl_ctx_init.9 b/share/man/man9/sysctl_ctx_init.9 index 26aefab795..4a95ec55d1 100644 --- a/share/man/man9/sysctl_ctx_init.9 +++ b/share/man/man9/sysctl_ctx_init.9 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/sysctl_ctx_init.9,v 1.2.2.6 2001/12/17 11:30:19 ru Exp $ -.\" $DragonFly: src/share/man/man9/sysctl_ctx_init.9,v 1.4 2007/01/02 00:25:43 swildner Exp $ +.\" $DragonFly: src/share/man/man9/sysctl_ctx_init.9,v 1.5 2007/05/17 08:19:02 swildner Exp $ .\" .Dd July 15, 2000 .Dt SYSCTL_CTX_INIT 9 @@ -110,7 +110,7 @@ Newly created oids are always inserted in the front of the list. The .Fn sysctl_ctx_free function removes the context and associated oids it manages. -If the function completes successfuly, +If the function completes successfully, all managed oids have been unregistered (removed from the tree) and freed, diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 1d200315fc..381a02669a 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/vnode.9,v 1.10.2.5 2001/12/17 11:30:19 ru Exp $ -.\" $DragonFly: src/share/man/man9/vnode.9,v 1.7 2007/05/11 08:25:24 swildner Exp $ +.\" $DragonFly: src/share/man/man9/vnode.9,v 1.8 2007/05/17 08:19:02 swildner Exp $ .\" .Dd May 5, 2007 .Os @@ -81,7 +81,7 @@ represents the number of discrete .Fn open calls made on the vnode (reading or writing). .Fa v_writecount -represents the number of descrete +represents the number of discrete .Fn open calls made on the vnode for the purpose of writing. This field will be a subset of diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 0d99994096..f31d3999a5 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/sys/boot/common/loader.8,v 1.57 2003/06/29 20:57:55 brueffer Exp $ -.\" $DragonFly: src/sys/boot/common/loader.8,v 1.14 2006/10/14 23:06:42 swildner Exp $ +.\" $DragonFly: src/sys/boot/common/loader.8,v 1.15 2007/05/17 08:19:02 swildner Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -423,7 +423,7 @@ kernel. Setting this to 1 enables emergency interrupt polling. All interrupt handlers are executed periodically. This mode is very expensive and should only be used to get a system accessible when interrupt routing is -otherwise broken. It is primarly used by kernel developers to debug new +otherwise broken. It is primarily used by kernel developers to debug new systems. .It Va kern.emergency_intr_freq Set the polling rate for the emergency interrupt polling code. The diff --git a/sys/bus/cam/cam_periph.c b/sys/bus/cam/cam_periph.c index 2ed4aafae3..49ddedd731 100644 --- a/sys/bus/cam/cam_periph.c +++ b/sys/bus/cam/cam_periph.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/cam/cam_periph.c,v 1.24.2.3 2003/01/25 19:04:40 dillon Exp $ - * $DragonFly: src/sys/bus/cam/cam_periph.c,v 1.20 2007/05/13 22:25:41 swildner Exp $ + * $DragonFly: src/sys/bus/cam/cam_periph.c,v 1.21 2007/05/17 08:19:02 swildner Exp $ */ #include @@ -392,7 +392,7 @@ camperiphfree(struct cam_periph *periph) if (*p_drv == NULL) { kprintf("camperiphfree: attempt to free " - "non-existant periph: %s\n", periph->periph_name); + "non-existent periph: %s\n", periph->periph_name); return; } diff --git a/sys/config/LINT b/sys/config/LINT index 7ba0972dcd..18a2811b9f 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.111 2007/05/13 22:25:42 swildner Exp $ +# $DragonFly: src/sys/config/LINT,v 1.112 2007/05/17 08:19:02 swildner Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -157,7 +157,7 @@ cpu I686_CPU # aka Pentium Pro(tm) # CPU_AMD64X2_INTR_SPAM tries to route HyperTransport EXTINT and NMI # messages to LINT0 on the local APIC when the BIOS has forgotten to # do that. If this is not done on a multi-core cpu, EXTINT and NMI -# get routed to the INTR/NMI pins on *BOTH* cores simultaniously, causing +# get routed to the INTR/NMI pins on *BOTH* cores simultaneously, causing # two INTA ack cycles one of which will almost certainly result in a # spurious interrupt vector being presented. This is often visible as # an unmaskable IRQ 7 which occurs for every normal interrupt that occurs @@ -207,7 +207,7 @@ cpu I686_CPU # aka Pentium Pro(tm) # I/O clock delay time on Cyrix 5x86 and 6x86 are 0 and 7,respectively # (no clock delay). # -# CPU_L2_LATENCY specifed the L2 cache latency value. This option is used +# CPU_L2_LATENCY specified the L2 cache latency value. This option is used # only when CPU_PPRO2CELERON is defined and Mendocino Celeron is detected. # The default value is 5. # diff --git a/sys/dev/netif/cm/smc90cx6.c b/sys/dev/netif/cm/smc90cx6.c index 2a6791b1ee..6f8fe5f503 100644 --- a/sys/dev/netif/cm/smc90cx6.c +++ b/sys/dev/netif/cm/smc90cx6.c @@ -1,6 +1,6 @@ /* $NetBSD: smc90cx6.c,v 1.38 2001/07/07 15:57:53 thorpej Exp $ */ /* $FreeBSD: src/sys/dev/cm/smc90cx6.c,v 1.1.2.3 2003/02/05 18:42:14 fjoe Exp $ */ -/* $DragonFly: src/sys/dev/netif/cm/Attic/smc90cx6.c,v 1.22 2006/10/25 20:55:56 dillon Exp $ */ +/* $DragonFly: src/sys/dev/netif/cm/Attic/smc90cx6.c,v 1.23 2007/05/17 08:19:02 swildner Exp $ */ /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. @@ -807,7 +807,7 @@ cmintr(void *arg) * configured sender) */ log(LOG_WARNING, - "%s: spurious RX interupt or sender 0 " + "%s: spurious RX interrupt or sender 0 " " (ignored)\n", ifp->if_xname); /* * restart receiver on same buffer. diff --git a/sys/dev/netif/tx/if_tx.c b/sys/dev/netif/tx/if_tx.c index bb35a5706e..386dc5fddc 100644 --- a/sys/dev/netif/tx/if_tx.c +++ b/sys/dev/netif/tx/if_tx.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/dev/tx/if_tx.c,v 1.61.2.1 2002/10/29 01:43:49 semenu Exp $ - * $DragonFly: src/sys/dev/netif/tx/if_tx.c,v 1.40 2007/05/13 18:33:57 swildner Exp $ + * $DragonFly: src/sys/dev/netif/tx/if_tx.c,v 1.41 2007/05/17 08:19:02 swildner Exp $ */ /* @@ -779,7 +779,7 @@ epic_ifwatchdog(struct ifnet *ifp) epic_init(sc); } else - if_printf(ifp, "seems we can continue normaly\n"); + if_printf(ifp, "seems we can continue normally\n"); /* Start output */ if (!ifq_is_empty(&ifp->if_snd)) diff --git a/sys/net/i4b/layer1/isic/i4b_itk_ix1.c b/sys/net/i4b/layer1/isic/i4b_itk_ix1.c index 24fa7b96bd..3dca660422 100644 --- a/sys/net/i4b/layer1/isic/i4b_itk_ix1.c +++ b/sys/net/i4b/layer1/isic/i4b_itk_ix1.c @@ -29,7 +29,7 @@ * last edit-date: [Wed Jan 24 09:27:06 2001] * * $FreeBSD: src/sys/i4b/layer1/isic/i4b_itk_ix1.c,v 1.5.2.1 2001/08/10 14:08:38 obrien Exp $ - * $DragonFly: src/sys/net/i4b/layer1/isic/i4b_itk_ix1.c,v 1.6 2006/12/22 23:44:56 swildner Exp $ + * $DragonFly: src/sys/net/i4b/layer1/isic/i4b_itk_ix1.c,v 1.7 2007/05/17 08:19:02 swildner Exp $ * *--------------------------------------------------------------------------- * @@ -277,7 +277,7 @@ isic_probe_itkix1(device_t dev) /* register interupt routine */ #if defined(ITK_PROBE_DEBUG) - kprintf("Setting up access interupt..."); + kprintf("Setting up access interrupt..."); #endif bus_setup_intr(dev, sc->sc_resources.irq, diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index df77b65821..1156b1268a 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -31,7 +31,7 @@ .\" .\" @(#)fstat.1 8.3 (Berkeley) 2/25/94 .\" $FreeBSD: src/usr.bin/fstat/fstat.1,v 1.9.2.7 2002/06/21 15:26:59 charnier Exp $ -.\" $DragonFly: src/usr.bin/fstat/fstat.1,v 1.4 2006/02/17 19:39:05 swildner Exp $ +.\" $DragonFly: src/usr.bin/fstat/fstat.1,v 1.5 2007/05/17 08:19:02 swildner Exp $ .\" .Dd February 25, 1994 .Dt FSTAT 1 @@ -188,7 +188,7 @@ the name printed may not be the actual name that the process originally used to open that file. .El .Sh SOCKETS -The formating of open sockets depends on the protocol domain. +The formatting of open sockets depends on the protocol domain. In all cases the first field is the domain name, the second field is the socket type (stream, dgram, etc), and the third is the socket flags field (in hex). diff --git a/usr.bin/iconv/iconv.1 b/usr.bin/iconv/iconv.1 index f7e64a19ef..03ad707e75 100644 --- a/usr.bin/iconv/iconv.1 +++ b/usr.bin/iconv/iconv.1 @@ -1,5 +1,5 @@ .\" $NetBSD: iconv.1,v 1.1 2003/07/04 06:59:55 tshiozak Exp $ -.\" $DragonFly: src/usr.bin/iconv/iconv.1,v 1.2 2005/04/21 17:09:06 asmodai Exp $ +.\" $DragonFly: src/usr.bin/iconv/iconv.1,v 1.3 2007/05/17 08:19:02 swildner Exp $ .\" .\" Copyright (c)2003 Citrus Project, .\" All rights reserved. @@ -66,7 +66,7 @@ outputs an .Dq invalid character specified by the .Ar to_name -codeset when it encounts a character which is valid in the +codeset when it encounters a character which is valid in the .Ar from_name codeset but does not have a corresponding character in the .Ar to_name diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index c4552dba1e..eef6f4d9b8 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -31,7 +31,7 @@ .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 .\" $FreeBSD: src/usr.bin/mail/mail.1,v 1.18.2.12 2003/01/06 05:46:03 mikeh Exp $ -.\" $DragonFly: src/usr.bin/mail/mail.1,v 1.3 2004/09/07 21:31:45 joerg Exp $ +.\" $DragonFly: src/usr.bin/mail/mail.1,v 1.4 2007/05/17 08:19:02 swildner Exp $ .\" .Dd February 29, 2004 .Dt MAIL 1 @@ -1096,7 +1096,7 @@ in the header field The string search is case insensitive. If .Ar x -is ommitted, it will default to the +is omitted, it will default to the .Dq Li Subject header field. The form diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index b7440969d8..4ed2e5c3ca 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -31,7 +31,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" $FreeBSD: src/usr.bin/make/make.1,v 1.29.2.15 2002/12/17 19:01:18 seanc Exp $ -.\" $DragonFly: src/usr.bin/make/make.1,v 1.29 2007/01/19 07:23:43 dillon Exp $ +.\" $DragonFly: src/usr.bin/make/make.1,v 1.30 2007/05/17 08:19:02 swildner Exp $ .\" .Dd March 30, 2005 .Dt MAKE 1 @@ -1429,7 +1429,7 @@ environment variables so that a warning flag specified on the command line will influence all sub-makes. Several flags can be specified on a single .Ic .WARN -target by seperating them with blanks. +target by separating them with blanks. .El .Sh ENVIRONMENT The @@ -1557,7 +1557,7 @@ all: A trailing backslash in a variable value defined on the command line causes the delimiting space in the .Ev MAKEFLAGS -environment variable to be preceeded by that backslash. +environment variable to be preceded by that backslash. That causes a submake to not treat that space as a word delimiter. Fixing this requires a larger rewrite of the code handling command line macros and assignments to diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index d28fb63d03..15d6f0ee31 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -32,7 +32,7 @@ * * @(#)ns.c 8.1 (Berkeley) 6/6/93 * $FreeBSD: src/usr.bin/netstat/ipx.c,v 1.13.2.1 2001/08/10 09:07:09 ru Exp $ - * $DragonFly: src/usr.bin/netstat/ipx.c,v 1.5 2007/04/22 01:25:04 dillon Exp $ + * $DragonFly: src/usr.bin/netstat/ipx.c,v 1.6 2007/05/17 08:19:02 swildner Exp $ */ #define _KERNEL_STRUCTURES @@ -203,7 +203,7 @@ spx_stats(u_long off, char *name, int af __unused) ANYl(spxstat.spxs_sndurg, "packet", " sent with URG only"); ANYl(spxstat.spxs_sndwinup, "window update-only packet", " sent"); ANYl(spxstat.spxs_sndctrl, "control (SYN|FIN|RST) packet", " sent"); - ANYl(spxstat.spxs_sndvoid, "request", " to send a non-existant packet"); + ANYl(spxstat.spxs_sndvoid, "request", " to send a non-existent packet"); ANYl(spxstat.spxs_rcvtotal, "total packet", " received"); ANYl(spxstat.spxs_rcvpack, "packet", " received in sequence"); ANYl(spxstat.spxs_rcvbyte, "byte", " received in sequence"); diff --git a/usr.bin/netstat/ns.c b/usr.bin/netstat/ns.c index e81b9347bf..48675ab26c 100644 --- a/usr.bin/netstat/ns.c +++ b/usr.bin/netstat/ns.c @@ -32,7 +32,7 @@ * * @(#)ns.c 8.1 (Berkeley) 6/6/93 * $FreeBSD: src/usr.bin/netstat/ns.c,v 1.1.1.1.14.1 2001/08/10 09:07:09 ru Exp $ - * $DragonFly: src/usr.bin/netstat/ns.c,v 1.4 2007/04/22 01:25:04 dillon Exp $ + * $DragonFly: src/usr.bin/netstat/ns.c,v 1.5 2007/05/17 08:19:02 swildner Exp $ */ #include @@ -200,7 +200,7 @@ spp_stats(u_long off, char *name, int af __unused) ANY(sppstat.spps_sndurg, "packet", " sent with URG only"); ANY(sppstat.spps_sndwinup, "window update-only packet", " sent"); ANY(sppstat.spps_sndctrl, "control (SYN|FIN|RST) packet", " sent"); - ANY(sppstat.spps_sndvoid, "request", " to send a non-existant packet"); + ANY(sppstat.spps_sndvoid, "request", " to send a non-existent packet"); ANY(sppstat.spps_rcvtotal, "total packet", " received"); ANY(sppstat.spps_rcvpack, "packet", " received in sequence"); ANY(sppstat.spps_rcvbyte, "byte", " received in sequence"); diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1 index c2f8e2d9f4..5e02d6cb5b 100644 --- a/usr.bin/nl/nl.1 +++ b/usr.bin/nl/nl.1 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/usr.bin/nl/nl.1,v 1.8.2.3 2002/07/15 06:18:43 tjr Exp $ -.\" $DragonFly: src/usr.bin/nl/nl.1,v 1.2 2003/06/17 04:29:30 dillon Exp $ +.\" $DragonFly: src/usr.bin/nl/nl.1,v 1.3 2007/05/17 08:19:02 swildner Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -82,7 +82,7 @@ utility reads lines from the named .Ar file or the standard input if the .Ar file -argument is ommitted, +argument is omitted, applies a configurable line numbering filter operation and writes the result to the standard output. .Pp diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1 index 50cea70f09..ed1498087f 100644 --- a/usr.bin/pkill/pkill.1 +++ b/usr.bin/pkill/pkill.1 @@ -1,5 +1,5 @@ .\" $NetBSD: pkill.1,v 1.8 2003/02/14 15:59:18 grant Exp $ -.\" $DragonFly: src/usr.bin/pkill/pkill.1,v 1.5 2006/07/22 18:49:25 swildner Exp $ +.\" $DragonFly: src/usr.bin/pkill/pkill.1,v 1.6 2007/05/17 08:19:02 swildner Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -192,7 +192,7 @@ and .Nm pgrep originated in .Nx 1.6 . -They are modelled after utilities of the same name that appeared in Sun +They are modeled after utilities of the same name that appeared in Sun Solaris 7. They first appeared in .Dx diff --git a/usr.bin/seq/seq.1 b/usr.bin/seq/seq.1 index 14b4762e2b..000ec33157 100644 --- a/usr.bin/seq/seq.1 +++ b/usr.bin/seq/seq.1 @@ -29,7 +29,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/usr.bin/seq/seq.1,v 1.3 2005/08/01 01:49:18 swildner Exp $ +.\" $DragonFly: src/usr.bin/seq/seq.1,v 1.4 2007/05/17 08:19:02 swildner Exp $ .\" .Dd January 17, 2005 .Dt SEQ 1 @@ -88,7 +88,7 @@ to print each number. Only the and .Cm % conversion characters are valid, along with any optional -flags and an optional numeric mimimum field width or precision. +flags and an optional numeric minimum field width or precision. The .Ar format can contain character escape sequences in backslash notation as diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c index 99792bd4b6..ca6bbae595 100644 --- a/usr.bin/telnet/commands.c +++ b/usr.bin/telnet/commands.c @@ -32,7 +32,7 @@ * * @(#)commands.c 8.4 (Berkeley) 5/30/95 * $FreeBSD: src/usr.bin/telnet/commands.c,v 1.21.2.6 2002/11/30 05:35:13 eric Exp $ - * $DragonFly: src/usr.bin/telnet/commands.c,v 1.4 2005/02/28 16:55:39 joerg Exp $ + * $DragonFly: src/usr.bin/telnet/commands.c,v 1.5 2007/05/17 08:19:02 swildner Exp $ */ #include @@ -2245,7 +2245,7 @@ static char sethelp[] = "set operating parameters ('set ?' for more)", unsethelp[] = "unset operating parameters ('unset ?' for more)", togglestring[] ="toggle operating parameters ('toggle ?' for more)", - slchelp[] = "change state of special charaters ('slc ?' for more)", + slchelp[] = "change state of special characters ('slc ?' for more)", displayhelp[] = "display operating parameters", zhelp[] = "suspend telnet", #ifdef OPIE diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 949e0d80a6..5f781d0cb9 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -31,7 +31,7 @@ .\" .\" @(#)unifdef.1 8.2 (Berkeley) 4/1/94 .\" $dotat: things/unifdef.1,v 1.51 2005/03/08 12:39:01 fanf2 Exp $ -.\" $DragonFly: src/usr.bin/unifdef/unifdef.1,v 1.4 2005/08/05 22:35:11 swildner Exp $ +.\" $DragonFly: src/usr.bin/unifdef/unifdef.1,v 1.5 2007/05/17 08:19:02 swildner Exp $ .\" $FreeBSD: src/usr.bin/unifdef/unifdef.1,v 1.24 2005/05/21 09:55:09 ru Exp $ .\" .Dd September 24, 2002 @@ -156,7 +156,7 @@ i.e., the lines that would have been removed or blanked are retained and vice versa. .Pp .It Fl d -Turn on printing of degugging messages. +Turn on printing of debugging messages. .Pp .It Fl e Because diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index ff29085f4e..b4aed08b74 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -31,7 +31,7 @@ .\" .\" From: @(#)install.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD: src/usr.bin/xinstall/install.1,v 1.16.2.9 2002/07/01 21:01:23 des Exp $ -.\" $DragonFly: src/usr.bin/xinstall/install.1,v 1.5 2007/02/19 11:10:12 swildner Exp $ +.\" $DragonFly: src/usr.bin/xinstall/install.1,v 1.6 2007/05/17 08:19:02 swildner Exp $ .\" .Dd May 7, 2001 .Dt INSTALL 1 @@ -198,7 +198,7 @@ option is specified, or the .Fl C or .Fl p -option is used in conjuction with the +option is used in conjunction with the .Fl s option, temporary files named .Pa INS@XXXX , diff --git a/usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 b/usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 index aa8c97b4ff..1500887ec3 100644 --- a/usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 +++ b/usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5,v 1.3.2.4 2006/02/21 17:19:54 sam Exp $ -.\" $DragonFly: src/usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5,v 1.2 2006/07/07 15:11:46 sephe Exp $ +.\" $DragonFly: src/usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5,v 1.3 2007/05/17 08:19:03 swildner Exp $ .\" .Dd June 24, 2006 .Dt WPA_SUPPLICANT.CONF 5 @@ -235,10 +235,10 @@ used only as a Phase 2 method with EAP-PEAP or EAP-TTLS), used only as a Phase 2 method with EAP-PEAP or EAP-TTLS), .Li OTP (EAP-OTP, cannot be used with WPA; -used only as a Phase 2 metod with EAP-PEAP or EAP-TTLS), +used only as a Phase 2 method with EAP-PEAP or EAP-TTLS), .Li GTC (EAP-GTC, cannot be used with WPA; -used only as a Phase 2 metod with EAP-PEAP or EAP-TTLS), +used only as a Phase 2 method with EAP-PEAP or EAP-TTLS), .Li TLS (EAP-TLS, client and server certificate), .Li PEAP diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index db0db7548b..b590e5078c 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/adduser/adduser.8,v 1.55 2004/06/06 17:55:55 mtm Exp $ -.\" $DragonFly: src/usr.sbin/adduser/adduser.8,v 1.3 2004/06/21 17:47:12 cpressey Exp $ +.\" $DragonFly: src/usr.sbin/adduser/adduser.8,v 1.4 2007/05/17 08:19:03 swildner Exp $ .\" .Dd March 30, 2004 .Dt ADDUSER 8 @@ -204,7 +204,7 @@ message to standard error and move to the next account. The format of the input file is described below. .It Fl g Ar login_group -Normaly, +Normally, if no login group is specified, it is assumed to be the same as the username. This option makes @@ -468,7 +468,7 @@ only by the root user. In addition, shell special characters and operators will have to be escaped when used in the message file. .Pp -Also, password ageing and account expiry times are currently setable +Also, password ageing and account expiry times are currently settable only in batch mode or when specified in .Pa /etc/adduser.conf . The user should be able to set them in interactive mode as well. diff --git a/usr.sbin/adduser/rmuser.8 b/usr.sbin/adduser/rmuser.8 index 9d29b3ea42..1c3f2e8240 100644 --- a/usr.sbin/adduser/rmuser.8 +++ b/usr.sbin/adduser/rmuser.8 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/adduser/rmuser.8,v 1.23 2004/06/08 14:52:55 csjp Exp $ -.\" $DragonFly: src/usr.sbin/adduser/rmuser.8,v 1.3 2004/06/21 17:47:12 cpressey Exp $ +.\" $DragonFly: src/usr.sbin/adduser/rmuser.8,v 1.4 2007/05/17 08:19:03 swildner Exp $ .\" .Dd May 10, 2002 .Dt RMUSER 8 @@ -147,7 +147,7 @@ arguments. .It Fl v Enable verbose mode. Normally, -the output inlcudes one line per removed user; +the output includes one line per removed user; however, with this option .Nm diff --git a/usr.sbin/battd/battd.8 b/usr.sbin/battd/battd.8 index 83621d4dcd..3974f791e3 100644 --- a/usr.sbin/battd/battd.8 +++ b/usr.sbin/battd/battd.8 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/usr.sbin/battd/battd.8,v 1.10 2007/04/09 21:20:37 swildner Exp $ +.\" $DragonFly: src/usr.sbin/battd/battd.8,v 1.11 2007/05/17 08:19:03 swildner Exp $ .Dd May 29, 2005 .Dt BATTD 8 .Os @@ -50,7 +50,7 @@ The .Nm daemon monitors the status of the battery or batteries present in the system. The daemon will alert all users on the system and may execute a supplied -command once a particular criteria has been met. The criterias are based +command once a particular criterion has been met. The criteria are based on the percentage remaining, the time remaining and the status of the battery. .Pp The options are as follows: diff --git a/usr.sbin/dntpd/client.c b/usr.sbin/dntpd/client.c index 24b91b5778..4273234a3b 100644 --- a/usr.sbin/dntpd/client.c +++ b/usr.sbin/dntpd/client.c @@ -31,7 +31,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $DragonFly: src/usr.sbin/dntpd/client.c,v 1.9 2005/04/26 23:50:23 dillon Exp $ + * $DragonFly: src/usr.sbin/dntpd/client.c,v 1.10 2007/05/17 08:19:03 swildner Exp $ */ #include "defs.h" @@ -253,8 +253,8 @@ client_check(struct server_info **checkp, /* * BEST CLIENT FOR FREQUENCY CORRECTION: * - * 8 samples and a correllation > 0.99, or - * 16 samples and a correllation > 0.96 + * 8 samples and a correlation > 0.99, or + * 16 samples and a correlation > 0.96 */ info = *best_freq; if ((check->lin_count >= 8 && fabs(check->lin_cache_corr) >= 0.99) || @@ -340,7 +340,7 @@ client_manage_polling_mode(struct server_info *info) case POLL_ACQUIRE: /* * Acquisition mode using the nominal timeout. We do not shift - * to maintainance mode unless the correllation is at least 0.90 + * to maintainance mode unless the correlation is at least 0.90 */ if (info->poll_count < POLL_ACQUIRE_MAX || info->lin_count < 8 || @@ -351,7 +351,7 @@ client_manage_polling_mode(struct server_info *info) ) { logdebug(2, "%s: WARNING: Unable to shift this source to " - "maintainance mode. Target correllation is aweful.\n", + "maintenance mode. Target correlation is aweful.\n", info->target); } if (info->poll_sleep == 0) @@ -368,7 +368,7 @@ client_manage_polling_mode(struct server_info *info) ) { logdebug(2, "%s: polling mode MAINTAIN->ACQUIRE. Unable to maintain\n" - "the maintainance mode because the correllation went" + "the maintenance mode because the correlation went" " bad!\n", info->target); info->poll_mode = POLL_ACQUIRE; info->poll_count = 0; @@ -473,7 +473,7 @@ lin_regress(server_info_t info, struct timeval *ltv, struct timeval *lbtv, /* * Calculate various derived values. This gets us slope, y-intercept, - * and correllation from the linear regression. + * and correlation from the linear regression. */ if (info->lin_count > 1) { info->lin_cache_slope = diff --git a/usr.sbin/dntpd/dntpd.8 b/usr.sbin/dntpd/dntpd.8 index ba7da03297..53bd946dd7 100644 --- a/usr.sbin/dntpd/dntpd.8 +++ b/usr.sbin/dntpd/dntpd.8 @@ -1,4 +1,4 @@ -.\" $DragonFly: src/usr.sbin/dntpd/dntpd.8,v 1.11 2007/04/05 12:32:18 swildner Exp $ +.\" $DragonFly: src/usr.sbin/dntpd/dntpd.8,v 1.12 2007/05/17 08:19:03 swildner Exp $ .\" .\" Copyright (c) 2005 The DragonFly Project. All rights reserved. .\" @@ -107,7 +107,7 @@ and logs to stderr instead of syslog. A single linear regression is accumulated at the nominal polling rate and reported until terminated. No time corrections are made. This option is meant for testing only. Note that frequency corrections based on internet time sources typically -require a long (10-30min) polling rate to be well correllated. +require a long (10-30min) polling rate to be well correlated. .It Fl F Run in the foreground. Unlike debug mode, this option will still log to syslog. @@ -125,11 +125,11 @@ time corrections and state changes are logged at log level 2. Log level's 3 and 4 increase the amount of debugging information logged. .It Fl T Ar nominal_poll Set the nominal polling interval, in seconds. This is the interval used -while the client is in aquisition mode. -The default is 300 sconds (5 minutes). +while the client is in acquisition mode. +The default is 300 seconds (5 minutes). .It Fl L Ar maximum_poll Set the maximum polling interval, in seconds. This is the interval used -while the client is in maintainance mode, after it believes it has +while the client is in maintenance mode, after it believes it has stabilized the system's clock. The default is 1800 seconds (30 minutes). .It targets diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8 index ccafbd4646..08f03b28cb 100644 --- a/usr.sbin/fwcontrol/fwcontrol.8 +++ b/usr.sbin/fwcontrol/fwcontrol.8 @@ -23,7 +23,7 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/fwcontrol/fwcontrol.8,v 1.1.2.6 2003/05/01 06:35:00 simokawa Exp $ -.\" $DragonFly: src/usr.sbin/fwcontrol/fwcontrol.8,v 1.8 2006/07/02 00:30:08 swildner Exp $ +.\" $DragonFly: src/usr.sbin/fwcontrol/fwcontrol.8,v 1.9 2007/05/17 08:19:03 swildner Exp $ .\" .\" .Dd December 30, 2002 @@ -80,12 +80,12 @@ If you cannot get the stream, try the following commands. sysctl hw.firewire.try_bmr=0; fwcontrol -r .Ed .Pp -The resulting file contains raw DV data excluding isochronus header +The resulting file contains raw DV data excluding isochronous header and CIP header. It can be handled by .Ic libdv in the pkgsrc collection. .It Fl S Ar filename -Send a DV file as isochronus stream. +Send a DV file as isochronous stream. .El .Sh FILES .Bl -tag -width indent diff --git a/usr.sbin/gifconfig/gifconfig.8 b/usr.sbin/gifconfig/gifconfig.8 index eef2002ce8..bb15209435 100644 --- a/usr.sbin/gifconfig/gifconfig.8 +++ b/usr.sbin/gifconfig/gifconfig.8 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/usr.sbin/gifconfig/gifconfig.8,v 1.1.2.11 2003/03/11 21:13:49 trhodes Exp $ -.\" $DragonFly: src/usr.sbin/gifconfig/gifconfig.8,v 1.4 2006/03/01 08:08:45 swildner Exp $ +.\" $DragonFly: src/usr.sbin/gifconfig/gifconfig.8,v 1.5 2007/05/17 08:19:03 swildner Exp $ .\" $KAME: gifconfig.8,v 1.6 2000/11/22 11:10:09 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -70,7 +70,7 @@ or .Li inet6 , and will be treated as .Li inet -if ommitted. +if omitted. .Pp If a special argument .Ic delete diff --git a/usr.sbin/i4b/isdnd/isdnd.rc.5 b/usr.sbin/i4b/isdnd/isdnd.rc.5 index 8ebd7becf6..f89420f2bb 100644 --- a/usr.sbin/i4b/isdnd/isdnd.rc.5 +++ b/usr.sbin/i4b/isdnd/isdnd.rc.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/i4b/isdnd/isdnd.rc.5,v 1.11.2.5 2001/08/10 23:17:32 obrien Exp $ -.\" $DragonFly: src/usr.sbin/i4b/isdnd/isdnd.rc.5,v 1.6 2007/03/03 23:19:25 swildner Exp $ +.\" $DragonFly: src/usr.sbin/i4b/isdnd/isdnd.rc.5,v 1.7 2007/05/17 08:19:03 swildner Exp $ .\" .\" last edit-date: [Sat Jul 21 13:27:41 2001] .\" @@ -371,7 +371,7 @@ If set to .Em on rotate budget-calloutsfile every night when an attempt is made to update the file on a new day. -The statistics for the previous day are witten to +The statistics for the previous day are written to a file with the filename specified by budget-calloutsfile to which a hyphen and the new day's (!) day of month number is appended. (optional) @@ -610,7 +610,7 @@ which will have an undesired effect on your telco bill)! .It Li ppp-auth-paranoid If set to .Em no , -the remote site is not required to prove its authentity for connections +the remote site is not required to prove its authenticity for connections that are initiated by the local site. The default is .Em yes @@ -628,7 +628,7 @@ Set to if the other side does not support re-challenging for chap. The default is .Em yes , -which causes verification of the remote site's authentity once in a while. +which causes verification of the remote site's authenticity once in a while. .Pp This keyword is only used if .Em ppp-expect-auth @@ -637,7 +637,7 @@ has been set to chap for an PPP interface. (optional) .It Li ppp-expect-auth -The local site expects the authentity of the remote site to be proved by +The local site expects the authenticity of the remote site to be proved by the specified method. The supported methods are: .Pp @@ -668,7 +668,7 @@ This keyword is only used for the PPP interfaces. (optional) .It Li ppp-expect-name -The name that has to be provided by the remote site to prove its authentity. +The name that has to be provided by the remote site to prove its authenticity. .Pp This keyword is only used if .Em ppp-expect-auth @@ -677,7 +677,7 @@ has been set to pap or chap for an PPP interface. (optional) .It Li ppp-expect-password -The secret that has to be provided by the remote site to prove its authentity. +The secret that has to be provided by the remote site to prove its authenticity. .Pp This keyword is only used if .Em ppp-expect-auth @@ -714,7 +714,7 @@ has been set to pap or chap for an PPP interface. (optional) .It Li ppp-send-password -The secret used to prove the local site's authentity to the remote site. +The secret used to prove the local site's authenticity to the remote site. .Pp This keyword is only used if .Em ppp-send-auth diff --git a/usr.sbin/i4b/isdnphone/isdnphone.8 b/usr.sbin/i4b/isdnphone/isdnphone.8 index 33e406bccd..8c05878dab 100644 --- a/usr.sbin/i4b/isdnphone/isdnphone.8 +++ b/usr.sbin/i4b/isdnphone/isdnphone.8 @@ -25,7 +25,7 @@ .\" $Id: isdnphone.8,v 1.4 1999/12/13 22:11:55 hm Exp $ .\" .\" $FreeBSD: src/usr.sbin/i4b/isdnphone/isdnphone.8,v 1.5.2.2 2001/12/16 15:13:38 hm Exp $ -.\" $DragonFly: src/usr.sbin/i4b/isdnphone/isdnphone.8,v 1.2 2003/06/17 04:29:55 dillon Exp $ +.\" $DragonFly: src/usr.sbin/i4b/isdnphone/isdnphone.8,v 1.3 2007/05/17 08:19:03 swildner Exp $ .\" .\" last edit-date: [Mon Dec 13 23:05:19 1999] .\" @@ -57,7 +57,7 @@ The following options are available: .It Fl d enable debugging message display. .It Fl h -hang up a possibly open telefone connection on the selected interface. +hang up a possibly open telephone connection on the selected interface. .It Fl k send the specified string using the keypad facility information element. .It Fl n diff --git a/usr.sbin/i4b/man/isic.4 b/usr.sbin/i4b/man/isic.4 index d69d286eb3..e773a552b4 100644 --- a/usr.sbin/i4b/man/isic.4 +++ b/usr.sbin/i4b/man/isic.4 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/i4b/man/isic.4,v 1.8.2.8 2001/08/16 15:55:58 ru Exp $ -.\" $DragonFly: src/usr.sbin/i4b/man/isic.4,v 1.6 2006/03/26 22:56:58 swildner Exp $ +.\" $DragonFly: src/usr.sbin/i4b/man/isic.4,v 1.7 2007/05/17 08:19:03 swildner Exp $ .\" .\" last edit-date: [Fri Jan 26 14:32:33 2001] .\" @@ -339,7 +339,7 @@ The card addresses are auto-configured by the Zorro bus kernel subsystem. The ISDN functions of the boards are at known (to the driver) relative addresses. .Pp -Note that currently, you have to jumper the card interupt for +Note that currently, you have to jumper the card interrupt for .Em IPL 2 instead of IPL 6 (which is used by most AmigaOS software). .Pp diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index de4d3f308e..4aa9eea769 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -32,7 +32,7 @@ .\" ---------------------------------------------------------------------------- .\" .\" $FreeBSD: src/usr.sbin/jail/jail.8,v 1.13.2.15 2003/05/08 13:04:24 maxim Exp $ -.\" $DragonFly: src/usr.sbin/jail/jail.8,v 1.9 2007/02/25 19:08:40 swildner Exp $ +.\" $DragonFly: src/usr.sbin/jail/jail.8,v 1.10 2007/05/17 08:19:03 swildner Exp $ .\" .Dd December 12, 2001 .Dt JAIL 8 @@ -53,7 +53,7 @@ command imprisons a process and all future descendants. The options are as follows: .Bl -tag -width ".Fl u Ar username" .It Fl i -Output the jail identifier of the newly crated jail. +Output the jail identifier of the newly created jail. .It Fl l Run program in the clean environment. The environment is discarded except for diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 284846cc88..69df8e06ad 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/usr.sbin/ppp/command.c,v 1.230.2.18 2003/04/05 10:48:08 ume Exp $ - * $DragonFly: src/usr.sbin/ppp/command.c,v 1.2 2003/06/17 04:30:00 dillon Exp $ + * $DragonFly: src/usr.sbin/ppp/command.c,v 1.3 2007/05/17 08:19:03 swildner Exp $ */ #include @@ -1819,13 +1819,13 @@ SetVariable(struct cmdargs const *arg) case PHASE_ESTABLISH: /* Make sure none of our links are DATALINK_LCP or greater */ if (bundle_HighestState(arg->bundle) >= DATALINK_LCP) { - log_Printf(LogWARN, "mrru: Only changable before LCP negotiations\n"); + log_Printf(LogWARN, "mrru: Only changeable before LCP negotiations\n"); res = 1; break; } break; default: - log_Printf(LogWARN, "mrru: Only changable at phase DEAD/ESTABLISH\n"); + log_Printf(LogWARN, "mrru: Only changeable at phase DEAD/ESTABLISH\n"); res = 1; break; } @@ -2815,13 +2815,13 @@ NegotiateSet(struct cmdargs const *arg) case PHASE_ESTABLISH: /* Make sure none of our links are DATALINK_LCP or greater */ if (bundle_HighestState(arg->bundle) >= DATALINK_LCP) { - log_Printf(LogWARN, "shortseq: Only changable before" + log_Printf(LogWARN, "shortseq: Only changeable before" " LCP negotiations\n"); return 1; } break; default: - log_Printf(LogWARN, "shortseq: Only changable at phase" + log_Printf(LogWARN, "shortseq: Only changeable at phase" " DEAD/ESTABLISH\n"); return 1; } diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c index a1c965c911..82f6bca4b9 100644 --- a/usr.sbin/ppp/mp.c +++ b/usr.sbin/ppp/mp.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/usr.sbin/ppp/mp.c,v 1.36.2.9 2002/09/01 02:12:28 brian Exp $ - * $DragonFly: src/usr.sbin/ppp/mp.c,v 1.2 2003/06/17 04:30:00 dillon Exp $ + * $DragonFly: src/usr.sbin/ppp/mp.c,v 1.3 2007/05/17 08:19:03 swildner Exp $ */ #include @@ -965,13 +965,13 @@ mp_SetEnddisc(struct cmdargs const *arg) case PHASE_ESTABLISH: /* Make sure none of our links are DATALINK_LCP or greater */ if (bundle_HighestState(arg->bundle) >= DATALINK_LCP) { - log_Printf(LogWARN, "enddisc: Only changable before" + log_Printf(LogWARN, "enddisc: Only changeable before" " LCP negotiations\n"); return 1; } break; default: - log_Printf(LogWARN, "enddisc: Only changable at phase DEAD/ESTABLISH\n"); + log_Printf(LogWARN, "enddisc: Only changeable at phase DEAD/ESTABLISH\n"); return 1; } diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index aecd05b328..74e60e36d4 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -26,7 +26,7 @@ changecom(,)dnl .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/ppp/ppp.8.m4,v 1.301.2.1 2002/09/01 02:12:31 brian Exp $ -.\" $DragonFly: src/usr.sbin/ppp/ppp.8.m4,v 1.6 2007/05/12 21:16:23 swildner Exp $ +.\" $DragonFly: src/usr.sbin/ppp/ppp.8.m4,v 1.7 2007/05/17 08:19:03 swildner Exp $ .\" .Dd September 20, 1995 .Dt PPP 8 @@ -3075,7 +3075,7 @@ and the address of the local network in which .Dv HISADDR appears. -This allows other machines connecteed to the LAN to talk to +This allows other machines connected to the LAN to talk to the peer as if the peer itself was connected to the LAN. The proxy entry cannot be made unless .Dv HISADDR @@ -3441,7 +3441,7 @@ for details of the available commands. This command tells .Nm to punch holes in the firewall for FTP or IRC DCC connections. -This is done dynamically by installing termporary firewall rules which +This is done dynamically by installing temporary firewall rules which allow a particular connection (and only that connection) to go through the firewall. The rules are removed once the corresponding connection terminates. @@ -5312,7 +5312,7 @@ and .Dq default can be used for .Ar dest -to sepcify the default route, and +to specify the default route, and .Dq 0.0.0.0 is understood to be the same as .Dq default diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index a41f2bf54e..c1a7000b69 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,6 +1,6 @@ .\" manual page [] for pppd 2.3 .\" $FreeBSD: src/usr.sbin/pppd/pppd.8,v 1.20.2.4 2003/03/11 22:31:30 trhodes Exp $ -.\" $DragonFly: src/usr.sbin/pppd/pppd.8,v 1.3 2007/05/13 22:25:42 swildner Exp $ +.\" $DragonFly: src/usr.sbin/pppd/pppd.8,v 1.4 2007/05/17 08:19:03 swildner Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -240,7 +240,7 @@ When this is completed, pppd will commence passing data packets The \fIdemand\fR option implies the \fIpersist\fR option. If this behaviour is not desired, use the \fInopersist\fR option after the \fIdemand\fR option. The \fIidle\fR and \fIholdoff\fR -options are also useful in conjuction with the \fIdemand\fR option. +options are also useful in conjunction with the \fIdemand\fR option. .TP .B domain \fId Append the domain name \fId\fR to the local host name for authentication @@ -373,7 +373,7 @@ send before it rejects the options. The default value is 3. .TP .B ipxcp-max-terminate \fIn -Set the maximum nuber of IPXCP terminate request frames before the +Set the maximum number of IPXCP terminate request frames before the local system considers that the peer is not listening to them. The default value is 3. -- 2.41.0