-$DragonFly: src/bin/cpdup/BACKUPS,v 1.2 2006/09/21 00:18:11 dillon Exp $
+$DragonFly: src/bin/cpdup/BACKUPS,v 1.3 2007/05/13 22:25:41 swildner Exp $
INCREMENTAL BACKUP HOWTO
cpdup -f -H /backup/mirrors/box1 ...
- You can create completely redundant (non-hardlinked-dependant) backups
+ You can create completely redundant (non-hardlinked-dependent) backups
by doing the equivalent of your level 0, i.e. not using -H. However I
do NOT recommend that you do this, or that you do it very often (maybe
once every 6 months at the most), because each mirror created this way
# SUCH DAMAGE.
#
# $FreeBSD: src/etc/rc.d/diskless,v 1.25 2003/02/15 16:34:14 jhay Exp $
-# $DragonFly: src/etc/rc.d/diskless,v 1.6 2007/04/26 23:34:27 dillon Exp $
+# $DragonFly: src/etc/rc.d/diskless,v 1.7 2007/05/13 22:25:41 swildner Exp $
#
# PROVIDE: diskless
/usr/bin/touch /var/log/lastlog
# Make sure our aliases database is uptodate, the aliases may have
-# been overriden in /conf.
+# been overridden in /conf.
#
/usr/bin/newaliases
*
* @(#)snova.c 8.1 (Berkeley) 5/31/93
* $FreeBSD: src/games/trek/snova.c,v 1.4 1999/11/30 03:49:54 billf Exp $
- * $DragonFly: src/games/trek/snova.c,v 1.3 2006/09/07 21:19:44 pavalos Exp $
+ * $DragonFly: src/games/trek/snova.c,v 1.4 2007/05/13 22:25:41 swildner Exp $
*/
# include "trek.h"
if (f)
{
/* supernova is in same quadrant as Enterprise */
- printf("\a\nRED ALERT: supernova occuring at %d,%d\n", ix, iy);
+ printf("\a\nRED ALERT: supernova occurring at %d,%d\n", ix, iy);
dx = ix - Ship.sectx;
dy = iy - Ship.secty;
if (dx * dx + dy * dy <= 2)
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $DragonFly: src/lib/libc/sys/syslink.2,v 1.5 2007/05/13 18:33:56 swildner Exp $
+.\" $DragonFly: src/lib/libc/sys/syslink.2,v 1.6 2007/05/13 22:25:41 swildner Exp $
.\"
.Dd March 13, 2007
.Dt SYSLINK 2
in the resource itself (for example, as part of the disklabel).
.Pp
Resources can be broken up into smaller pieces and those pieces can
-also be assigned logical sysids or even have their own completely independant
+also be assigned logical sysids or even have their own completely independent
names. For example, an ANVIL disk partition can have its own logical
-sysid and name independant of the one assigned to the label. In many
+sysid and name independent of the one assigned to the label. In many
cases, the governing name you use to integrate resources into your cluster
will be these smaller chunks.
.Pp
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $DragonFly: src/lib/libc/sys/tls.2,v 1.9 2007/05/13 18:33:56 swildner Exp $
+.\" $DragonFly: src/lib/libc/sys/tls.2,v 1.10 2007/05/13 22:25:41 swildner Exp $
.\"
.Dd February 21, 2005
.Dt TLS 2
the facility is returned, or -1 if an error occurred. If you simply want the
descriptor you may specify a NULL pointer and an infosize of 0.
.Pp
-The returned descriptor and the TLS mechanism is machine-dependant. On IA32
+The returned descriptor and the TLS mechanism is machine-dependent. On IA32
three global segment descriptors are supported (0, 1, and 2) and the %gs
load value is returned.
.Pp
};
.Ed
.Pp
-The actual implementation of the area is machine-dependant. If the kernel
+The actual implementation of the area is machine-dependent. If the kernel
is unable to accommodate the supplied size it may create a larger area.
If the kernel is unable to accommodate the supplied base address an error
will be returned.
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libutil/property.3,v 1.8.2.7 2001/12/17 10:08:32 ru Exp $
-.\" $DragonFly: src/lib/libutil/property.3,v 1.4 2006/02/17 19:35:07 swildner Exp $
+.\" $DragonFly: src/lib/libutil/property.3,v 1.5 2007/05/13 22:25:41 swildner Exp $
.\" "
.Dd October 7, 1998
.Os
is an alphanumeric string (and any punctuation not including the `=' character)
and
.Fa value
-is an arbitary string of text terminated by a newline character. If newlines
+is an arbitrary string of text terminated by a newline character. If newlines
are desired, the entire value should be enclosed in { } (curly-bracket)
characters. Any line beginning with a # or ; character is assumed to
be a comment and will be ignored.
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/libexec/ypxfr/ypxfr.8,v 1.10.2.4 2002/12/29 16:35:37 schweikh Exp $
-.\" $DragonFly: src/libexec/ypxfr/ypxfr.8,v 1.3 2004/03/11 12:28:53 hmp Exp $
+.\" $DragonFly: src/libexec/ypxfr/ypxfr.8,v 1.4 2007/05/13 22:25:41 swildner Exp $
.\"
.Dd February 5, 1995
.Dt YPXFR 8
.Ar mapname
as supplied by the specified
.Ar source host .
-When the entire map has been transfered,
+When the entire map has been transferred,
.Nm
deletes the original copy of
.Ar mapname
-$DragonFly: src/nrelease/Attic/README,v 1.2 2006/07/16 23:06:56 dillon Exp $
+$DragonFly: src/nrelease/Attic/README,v 1.3 2007/05/13 22:25:41 swildner Exp $
The DragonFly framework for building ISO image (nrelease)
=========================================================
If you want to have any packages install in the ISO (the default), run
``make fetch'' first, to get them and the bootstrap kit used in the ISO.
By default, the current directory is used, the location can and should
-be overriden by PKGSRC_PKG_PATH in make.conf.
+be overridden by PKGSRC_PKG_PATH in make.conf.
RELEASE ENGINEERING
--------------------------------
#######################################################################
# $Id: pfi.conf,v 1.7 2005/02/24 23:23:15 cpressey Exp $
-# $DragonFly: src/nrelease/installer/etc/defaults/pfi.conf,v 1.6 2005/12/10 14:47:05 joerg Exp $
+# $DragonFly: src/nrelease/installer/etc/defaults/pfi.conf,v 1.7 2007/05/13 22:25:41 swildner Exp $
# Defaults for pfi.conf.
-# A space-seperated list of what services to restart when we are done
+# A space-separated list of what services to restart when we are done
# changing options. The services are the base names of RCNG scripts
# (i.e. without the "/etc/rc.d/" prefix.) Note that these must be
# given explicitly in the same order they would normally be started
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/sbin/camcontrol/camcontrol.8,v 1.19.2.12 2003/01/08 17:55:02 njl Exp $
-.\" $DragonFly: src/sbin/camcontrol/camcontrol.8,v 1.4 2006/07/22 23:52:23 swildner Exp $
+.\" $DragonFly: src/sbin/camcontrol/camcontrol.8,v 1.5 2007/05/13 22:25:41 swildner Exp $
.\"
.Dd September 14, 1998
.Dt CAMCONTROL 8
the command type. The command and data specification syntax is documented
in
.Xr cam_cdbparse 3 .
-NOTE: If the CDB specified causes data to be transfered to or from the
+NOTE: If the CDB specified causes data to be transferred to or from the
SCSI device in question, you MUST specify either
.Fl i
or
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $DragonFly: src/sbin/jscan/jscan.8,v 1.12 2007/02/19 11:10:12 swildner Exp $
+.\" $DragonFly: src/sbin/jscan/jscan.8,v 1.13 2007/05/13 22:25:41 swildner Exp $
.\"
.Dd March 6, 2005
.Dt JSCAN 8
.Pp
This option is most typically used in conjuction with
.Fl w/W .
-In this case the ACK protocol is handled independantly for the input side
+In this case the ACK protocol is handled independently for the input side
and the output side uses the journaling data recorded by
.Fl w/W
as a buffer.
.\" $NetBSD: rcorder.8,v 1.3 2000/07/17 14:16:22 mrg Exp $
-.\" $DragonFly: src/sbin/rcorder/rcorder.8,v 1.3 2005/08/01 01:49:17 swildner Exp $
+.\" $DragonFly: src/sbin/rcorder/rcorder.8,v 1.4 2007/05/13 22:25:41 swildner Exp $
.\"
.\" Copyright (c) 1998
.\" Perry E. Metzger. All rights reserved.
.Fl s
option is given, files containing the matching keyword are not listed.
.It Fl o
-Generate the dependancy list required to execute this file, including this
+Generate the dependency list required to execute this file, including this
file.
If several
.Fl o
Brendan Conoboy <synk@swcp.com>
Erik Fichtner <emf@obfuscation.org>
$FreeBSD: src/share/examples/ipfilter/ipf-howto.txt,v 1.1.2.1 2002/04/27 20:04:18 darrenr Exp $
- $DragonFly: src/share/examples/ipfilter/ipf-howto.txt,v 1.2 2003/06/17 04:36:57 dillon Exp $
+ $DragonFly: src/share/examples/ipfilter/ipf-howto.txt,v 1.3 2007/05/13 22:25:41 swildner Exp $
Fri Apr 20 09:31:14 EDT 2001
block out on xl2 all
pass in quick on xl2 proto tcp/udp from 20.20.20.128/25 to any keep state
-From this arbitarary example, we can already see that our
+From this arbitrary example, we can already see that our
ruleset is becoming unwieldy. To make matters worse, as we
add more specific rules to our DMZ network, we add addi-
tional tests that must be parsed for every packet, which
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.3 2007/05/13 18:33:56 swildner Exp $
+ $DragonFly: src/share/examples/isdn/FAQ,v 1.4 2007/05/13 22:25:41 swildner Exp $
--------------------------------------------------------------------------------
he agrees to use pap ___|^^^^^
so, if you have problems in the lcp phase, check which authentication method
- your ISP wants to use. Usually chap is prefered, but pap will be accepted.
+ your ISP wants to use. Usually chap is preferred, but pap will be accepted.
B. How to figure out the ISP's IP address
-----------------------------------------
the Netherlands:
1. Local phone number:
- usually your prefered msn without city code works here.
+ usually your preferred msn without city code works here.
(ie, 1234567 if you would like to use 0201234567 for outgoing calls)
on some locations leaving it blank or defining it with the city code,
but without the leading 0 works as well here.
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/share/man/man4/dc.4,v 1.6.2.9 2003/02/17 21:20:39 trhodes Exp $
-.\" $DragonFly: src/share/man/man4/dc.4,v 1.8 2007/05/13 20:29:48 hasso Exp $
+.\" $DragonFly: src/share/man/man4/dc.4,v 1.9 2007/05/13 22:25:41 swildner Exp $
.\"
.Dd November 20, 1999
.Dt DC 4
driver programmed the chip for store and forward mode.
In this mode,
the NIC will not begin transmission until the entire packet has been
-transfered into its FIFO memory.
+transferred into its FIFO memory.
.It "dc%d: chip is in D3 power state -- setting to D0"
This message applies only to adapters which support power
management.
The
.Nm
driver will watch for this condition and requeue the setup frame until
-it is transfered successfully.
+it is transferred successfully.
.Pp
The ADMtek AL981 chip (and possibly the AN985 as well) has been observed
to sometimes wedge on transmit: this appears to happen when the driver
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/share/man/man4/ed.4,v 1.19.2.10 2003/02/17 21:20:39 trhodes Exp $
-.\" $DragonFly: src/share/man/man4/ed.4,v 1.6 2007/02/25 12:03:07 swildner Exp $
+.\" $DragonFly: src/share/man/man4/ed.4,v 1.7 2007/05/13 22:25:41 swildner Exp $
.\"
.Dd October 28, 1995
.Dt ED 4
driver is a bit too aggressive about resetting the card whenever any bad
packets are received.
As a result, it may throw out some good packets which
-have been received but not yet transfered from the card to main memory.
+have been received but not yet transferred from the card to main memory.
.\"
.\" $FreeBSD: src/share/man/man4/man4.i386/meteor.4,v 1.10.2.4 2001/08/17 13:08:45 ru Exp $
-.\" $DragonFly: src/share/man/man4/man4.i386/meteor.4,v 1.8 2006/10/23 07:45:47 swildner Exp $
+.\" $DragonFly: src/share/man/man4/man4.i386/meteor.4,v 1.9 2007/05/13 22:25:41 swildner Exp $
.\"
.Dd August 15, 1995
.Dt METEOR 4 i386
The single frame capture
.Xr ioctl 2
request will return only after a
-frame has been captured and transfered to the frame buffer.
+frame has been captured and transferred to the frame buffer.
.Pp
The unsynchronized continuous capture will return immediately and
data is directly deposited into the buffer when it is available.
.\" 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.29 2007/05/13 20:29:48 hasso Exp $
+.\" $DragonFly: src/share/man/man5/rc.conf.5,v 1.30 2007/05/13 22:25:41 swildner Exp $
.Dd May 11, 2007
.Dt RC.CONF 5
.Os
identify settings common to an instance of a jail.
Assuming that the jail in question was named
.Li vjail ,
-you would have the following dependant variables:
+you would have the following dependent variables:
.Bd -literal
jail_vjail_hostname="jail.example.com"
jail_vjail_ip="192.168.1.100"
* 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.19 2007/05/13 18:33:56 swildner Exp $
+ * $DragonFly: src/sys/bus/cam/cam_periph.c,v 1.20 2007/05/13 22:25:41 swildner Exp $
*/
#include <sys/param.h>
/* No cleanup to perform. */
break;
default:
- panic("cam_periph_alloc: Unkown init level");
+ panic("cam_periph_alloc: Unknown init level");
}
return(status);
}
/* $NetBSD: uhci.c,v 1.170 2003/02/19 01:35:04 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.162.2.1 2006/03/01 01:59:04 iedowse Exp $ */
-/* $DragonFly: src/sys/bus/usb/uhci.c,v 1.20 2006/12/22 23:12:17 swildner Exp $ */
+/* $DragonFly: src/sys/bus/usb/uhci.c,v 1.21 2007/05/13 22:25:42 swildner Exp $ */
/* Also already incorporated from NetBSD:
* $NetBSD: uhci.c,v 1.172 2003/02/23 04:19:26 simonb Exp $
if (xfer->pipe->repeat) {
uhci_soft_td_t *data, *dataend;
- DPRINTFN(5,("uhci_device_intr_done: requeing\n"));
+ DPRINTFN(5,("uhci_device_intr_done: requeueing\n"));
/* This alloc cannot fail since we freed the chain above. */
uhci_alloc_std_chain(upipe, sc, xfer->length,
# 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.110 2007/05/13 18:33:56 swildner Exp $
+# $DragonFly: src/sys/config/LINT,v 1.111 2007/05/13 22:25:42 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
#
# BLKDEV_IOSIZE sets the default block size used in user block
-# device I/O. Note that this value will be overriden by the label
+# device I/O. Note that this value will be overridden by the label
# when specifying a block device from a label with a non-0
# partition blocksize. The default is PAGE_SIZE.
#
#
# Te 're' device provides support for PCI GigaBit ethernet adapters based
# on the RealTek 8169 chipset. It also supports the 8139C+ and is the
-# prefered driver for that chip.
+# preferred driver for that chip.
#
# The 'rl' device provides support for PCI fast ethernet adapters based
# on the RealTek 8129/8139 chipset. Note that the RealTek driver defaults
* SUCH DAMAGE.
*
* $FreeBSD: src/sys/dev/acpica/acpi_resource.c,v 1.24 2004/05/30 20:08:23 phk Exp $
- * $DragonFly: src/sys/dev/acpica5/acpi_resource.c,v 1.7 2007/02/23 01:18:00 y0netan1 Exp $
+ * $DragonFly: src/sys/dev/acpica5/acpi_resource.c,v 1.8 2007/05/13 22:25:42 swildner Exp $
*/
#include "opt_acpi.h"
res->Data.Dma.ChannelCount);
break;
case ACPI_RESOURCE_TYPE_START_DEPENDENT:
- ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "start dependant functions\n"));
+ ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "start dependent functions\n"));
set->set_start_dependant(dev, context,
res->Data.StartDpf.CompatibilityPriority);
break;
case ACPI_RESOURCE_TYPE_END_DEPENDENT:
- ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "end dependant functions\n"));
+ ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "end dependent functions\n"));
set->set_end_dependant(dev, context);
break;
case ACPI_RESOURCE_TYPE_ADDRESS32:
if (cp == NULL)
return;
- device_printf(dev, "dependant functions not supported\n");
+ device_printf(dev, "dependent functions not supported\n");
}
static void
if (cp == NULL)
return;
- device_printf(dev, "dependant functions not supported\n");
+ device_printf(dev, "dependent functions not supported\n");
}
/*
/* $FreeBSD: src/sys/dev/isp/isp.c,v 1.41.2.23 2002/10/11 17:34:28 mjacob Exp $ */
-/* $DragonFly: src/sys/dev/disk/isp/isp.c,v 1.4 2004/02/13 01:04:15 joerg Exp $ */
+/* $DragonFly: src/sys/dev/disk/isp/isp.c,v 1.5 2007/05/13 22:25:42 swildner Exp $ */
/*
* Machine and OS Independent (well, as best as possible)
* code for the Qlogic ISP SCSI adapters.
}
ptr = isp->isp_mbxworkp; /* finish fetch of final word */
*ptr++ = isp->isp_mboxtmp[2];
- isp_prt(isp, ISP_LOGALL, "isp_fw_dump: SRAM dumped succesfully");
+ isp_prt(isp, ISP_LOGALL, "isp_fw_dump: SRAM dumped successfully");
FCPARAM(isp)->isp_dump_data[0] = isp->isp_type; /* now used */
(void) isp_async(isp, ISPASYNC_FW_DUMPED, 0);
}
}
ptr = isp->isp_mbxworkp; /* finish final word */
*ptr++ = mbs.param[2];
- isp_prt(isp, ISP_LOGALL, "isp_fw_dump: SRAM dumped succesfully");
+ isp_prt(isp, ISP_LOGALL, "isp_fw_dump: SRAM dumped successfully");
FCPARAM(isp)->isp_dump_data[0] = isp->isp_type; /* now used */
(void) isp_async(isp, ISPASYNC_FW_DUMPED, 0);
}
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $DragonFly: src/sys/dev/netif/acx/if_acx.c,v 1.21 2007/03/30 12:44:35 sephe Exp $
+ * $DragonFly: src/sys/dev/netif/acx/if_acx.c,v 1.22 2007/05/13 22:25:42 swildner Exp $
*/
/*
stats->err_abort++;
break;
case DESC_ERR_PARAM:
- kprintf("wrong paramters in descriptor\n");
+ kprintf("wrong parameters in descriptor\n");
stats->err_param++;
break;
case DESC_ERR_NO_WEPKEY:
* SUCH DAMAGE.
*
* $FreeBSD: src/sys/dev/ciss/ciss.c,v 1.2.2.6 2003/02/18 22:27:41 ps Exp $
- * $DragonFly: src/sys/dev/raid/ciss/ciss.c,v 1.23 2007/05/13 18:33:57 swildner Exp $
+ * $DragonFly: src/sys/dev/raid/ciss/ciss.c,v 1.24 2007/05/13 22:25:42 swildner Exp $
*/
/*
case CISS_LDRIVE_RAID5:
return("RAID 5");
}
- return("unkown");
+ return("unknown");
}
/************************************************************************
* SUCH DAMAGE.
*
* $FreeBSD: src/sys/netncp/ncp_sock.c,v 1.2 1999/10/12 10:36:59 bp Exp $
- * $DragonFly: src/sys/netproto/ncp/ncp_sock.c,v 1.18 2007/04/22 01:13:16 dillon Exp $
+ * $DragonFly: src/sys/netproto/ncp/ncp_sock.c,v 1.19 2007/05/13 22:25:42 swildner Exp $
*
* Low level socket routines
*/
#include "opt_ipx.h"
#if !defined(INET) && !defined(IPX)
-#error "NCP requeires either INET of IPX protocol family"
+#error "NCP requires either INET of IPX protocol family"
#endif
#include <sys/param.h>
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/usr.bin/ktrdump/ktrdump.8,v 1.7 2005/03/08 06:58:56 hmp Exp $
-.\" $DragonFly: src/usr.bin/ktrdump/ktrdump.8,v 1.8 2007/02/19 11:10:12 swildner Exp $
+.\" $DragonFly: src/usr.bin/ktrdump/ktrdump.8,v 1.9 2007/05/13 22:25:42 swildner Exp $
.\"
.Dd May 5, 2004
.Dt KTRDUMP 8
sysctl will impose additional system overheads and will generally only be
accurate to within 100ns or so (and perhaps not even that good).
Resynchronization only occurs 10 times a second and serious drift will
-cause a great deal of measurement noise when trying to compare events occuring
+cause a great deal of measurement noise when trying to compare events occurring
on two different cpus.
.Pp
Users using the
.Fl s
-option should be aware that events for each cpu are independantly logged
+option should be aware that events for each cpu are independently logged
and one cpu might have more events logged then another, causing earlier
events to be discarded sooner then other cpus. The beginning portion of
the sorted output may thus show MP related events for one cpu with no
* -----------------------------------
*
* $FreeBSD: src/usr.sbin/i4b/isdnd/rc_config.c,v 1.6.2.3 2002/04/24 18:50:07 joerg Exp $
- * $DragonFly: src/usr.sbin/i4b/isdnd/rc_config.c,v 1.3 2003/11/16 15:17:35 eirikn Exp $
+ * $DragonFly: src/usr.sbin/i4b/isdnd/rc_config.c,v 1.4 2007/05/13 22:25:42 swildner Exp $
*
* last edit-date: [Fri Jul 20 19:16:27 2001]
*
if (yylval.booln && inhibit_monitor)
{
do_monitor = 0;
- DBGL(DL_RCCF, (log(LL_DBG, "system: monitor-enable overriden by command line flag")));
+ DBGL(DL_RCCF, (log(LL_DBG, "system: monitor-enable overridden by command line flag")));
}
else
{
.\" $Id: i4b.4,v 1.9 1999/12/13 22:11:55 hm Exp $
.\"
.\" $FreeBSD: src/usr.sbin/i4b/man/i4b.4,v 1.7.2.4 2001/08/01 17:45:09 obrien Exp $
-.\" $DragonFly: src/usr.sbin/i4b/man/i4b.4,v 1.3 2006/05/26 19:39:40 swildner Exp $
+.\" $DragonFly: src/usr.sbin/i4b/man/i4b.4,v 1.4 2007/05/13 22:25:42 swildner Exp $
.\"
.\" last edit-date: [Mon Dec 13 23:09:12 1999]
.\"
.Xr isdnd 8
daemon to exchange messages with the isdn4bsd kernel part for the purpose
of call establishment, control and disconnection and to access various
-control and status informations.
+control and status information.
.Pp
The messages and message parameters are documented in the include
file
.\"
.\" @(#)printcap.5 8.2 (Berkeley) 12/11/93
.\" $FreeBSD: src/usr.sbin/lpr/lpr/printcap.5,v 1.16.2.11 2002/06/19 01:57:18 gad Exp $
-.\" $DragonFly: src/usr.sbin/lpr/lpr/printcap.5,v 1.2 2003/06/17 04:29:56 dillon Exp $
+.\" $DragonFly: src/usr.sbin/lpr/lpr/printcap.5,v 1.3 2007/05/13 22:25:42 swildner Exp $
.\"
.Dd October 11, 2000
.Dt PRINTCAP 5
on the given
.Em machine .
.Sh TRANSFER STATISTICS
-When a print job is transfered to a remote machine (which might be
+When a print job is transferred to a remote machine (which might be
another unix box, or may be a network printer), it may be useful
to keep statistics on each transfer. The
.Cm sr
.\" 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.2 2003/06/17 04:30:01 dillon Exp $
+.\" $DragonFly: src/usr.sbin/pppd/pppd.8,v 1.3 2007/05/13 22:25:42 swildner Exp $
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph
.SH DIAGNOSTICS
.LP
Messages are sent to the syslog daemon using facility LOG_DAEMON.
-(This can be overriden by recompiling pppd with the macro
+(This can be overridden by recompiling pppd with the macro
LOG_PPP defined as the desired facility.) In order to see the error
and debug messages, you will need to edit your /etc/syslog.conf file
to direct the messages to the desired output device or file.
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8,v 1.9.2.3 2003/03/11 22:31:32 trhodes Exp $
-.\" $DragonFly: src/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8,v 1.5 2006/11/01 22:41:21 swildner Exp $
+.\" $DragonFly: src/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8,v 1.6 2007/05/13 22:25:42 swildner Exp $
.\"
.Dd June 2, 1996
.Dt RPC.YPXFRD 8
.Nm
utility is used to speed up the distribution of very large NIS maps
from NIS master to NIS slave servers.
-The normal method for transfering
+The normal method for transferring
maps involves several steps:
.Bl -bullet -offset indent
.It
Simply put,
.Nm
implements an RPC-based file transfer protocol.
-Transfering even
+Transferring even
a multi-megabyte file in this fashion takes only a few seconds compared
to the several minutes it would take even a reasonably fast slave server
to build a new map from scratch.
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/usr.sbin/ypserv/ypinit.8,v 1.7.2.6 2003/03/11 22:31:35 trhodes Exp $
-.\" $DragonFly: src/usr.sbin/ypserv/ypinit.8,v 1.2 2003/06/17 04:30:05 dillon Exp $
+.\" $DragonFly: src/usr.sbin/ypserv/ypinit.8,v 1.3 2007/05/13 22:25:42 swildner Exp $
.\"
.Dd November 10, 1997
.Dt YPINIT 8
script and
modify the map list if necessary.
Otherwise, individual maps can
-be transfered manually from the master using
+be transferred manually from the master using
.Xr ypxfr 8 .
.Sh OPTIONS
The
#!/bin/sh
# $FreeBSD: src/usr.sbin/ypserv/ypinit.sh,v 1.3 1999/08/28 01:21:15 peter Exp $
-# $DragonFly: src/usr.sbin/ypserv/ypinit.sh,v 1.2 2003/06/17 04:30:05 dillon Exp $
+# $DragonFly: src/usr.sbin/ypserv/ypinit.sh,v 1.3 2007/05/13 22:25:42 swildner Exp $
#
# ypinit.sh - setup an master or slave server.
# (Taken from OpenBSD and modified for FreeBSD.)
for MAP in ${YPMAPLIST}
do
- echo "Transfering ${MAP}..."
+ echo "Transferring ${MAP}..."
if ! ${YPXFR} -p ${YP_DIR} -h ${MASTER} -c -d ${DOMAIN} ${MAP}; then
echo "Can't transfer map ${MAP}." 1>&2
ERROR_EXISTS="YES"