Date: Tue, 27 Aug 2002 08:53:34 -0400 (EDT) From: Trevor Johnson <trevor@jpj.net> To: doc@freebsd.org Subject: loose -> lose Message-ID: <20020827083448.G40032-100000@blues.jpj.net>
next in thread | raw e-mail | index | archive | help
Sometimes the word "lose" is misspelled as "loose." Here's a patch.
--
Trevor Johnson
Index: ports/games/gomoku.app/pkg-descr
===================================================================
RCS file: /home/ncvs/ports/games/gomoku.app/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- ports/games/gomoku.app/pkg-descr 22 Sep 2000 12:36:08 -0000 1.1
+++ ports/games/gomoku.app/pkg-descr 27 Aug 2002 12:27:18 -0000
@@ -1,6 +1,6 @@
Gomoku.app is an extended TicTacToe game for GNUstep.
You win the game if you are able to put 5 of your pieces
-in a row, column or diagonal. You loose if the computer
+in a row, column or diagonal. You lose if the computer
does it before you. You can play the game on boards of different
size; the default size is 8 but 10 is also nice to play.
Pass the size of the board as argument of Gomoku.app. For example, to
Index: ports/lang/pbasic/pkg-descr
===================================================================
RCS file: /home/ncvs/ports/lang/pbasic/pkg-descr,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-descr
--- ports/lang/pbasic/pkg-descr 24 Aug 1995 01:43:47 -0000 1.1.1.1
+++ ports/lang/pbasic/pkg-descr 27 Aug 2002 12:27:18 -0000
@@ -4,7 +4,7 @@
According to an earlier lisencing document:
===
-This code is being put in the Public Domain since I will soon loose
+This code is being put in the Public Domain since I will soon lose
network connectivity (I am leaving my job) and I don't particularly want
to sell it. This system does not contain any proprietary software. All
the algorithms are original or come from publicly available sources.
Index: ports/misc/Howto/files/patch-nis
===================================================================
RCS file: /home/ncvs/ports/misc/Howto/files/patch-nis,v
retrieving revision 1.2
diff -u -r1.2 patch-nis
--- ports/misc/Howto/files/patch-nis 7 May 1999 14:05:28 -0000 1.2
+++ ports/misc/Howto/files/patch-nis 27 Aug 2002 12:27:18 -0000
@@ -446,7 +446,7 @@
-<sect1> Shadow Passwords with NIS
-<nidx>NIS!shadow passwords</nidx>
-<p>
--Shadow passwords over NIS are always a bad idea. You loose the security,
+-Shadow passwords over NIS are always a bad idea. You lose the security,
-which shadow gives you, and it is supported by only some few Linux C
-Libraries. A good way to avoid shadow passwords over NIS is,
-to put only the local system users in /etc/shadow. Remove the NIS user
Index: ports/misc/estic/files/README
===================================================================
RCS file: /home/ncvs/ports/misc/estic/files/README,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 README
--- ports/misc/estic/files/README 29 Dec 1996 04:44:13 -0000 1.1.1.1
+++ ports/misc/estic/files/README 27 Aug 2002 12:27:18 -0000
@@ -126,7 +126,7 @@
> I lost (or filed obscurely) the earlier permission you gave me,
> for FreeBSD to store your sources & a packaged binary on the FreeBSD CD-Roms,
> maybe you could give me some words again please, which I'll embed straight
- > in the wrapper & not loose this time ;-)
+ > in the wrapper & not lose this time ;-)
I will change that in the next version anyway. So, you may distribute ESTIC
as you like, as long as you leave the archive files intact.
Index: src/contrib/bind/CHANGES
===================================================================
RCS file: /home/ncvs/src/contrib/bind/CHANGES,v
retrieving revision 1.1.1.14
diff -u -r1.1.1.14 CHANGES
--- src/contrib/bind/CHANGES 1 Jul 2002 01:05:52 -0000 1.1.1.14
+++ src/contrib/bind/CHANGES 27 Aug 2002 12:27:18 -0000
@@ -1051,7 +1051,7 @@
991. [protocol] send A6 glue records in xfr.
- 990. [bug] we could loose track of a bottom of zone cut if the
+ 990. [bug] we could lose track of a bottom of zone cut if the
write buffer filled up at just the correct moment.
989. [bug] apply to "fetch-glue no;" to notify processing. need
Index: src/contrib/binutils/gas/ChangeLog-0001
===================================================================
RCS file: /home/ncvs/src/contrib/binutils/gas/ChangeLog-0001,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ChangeLog-0001
--- src/contrib/binutils/gas/ChangeLog-0001 27 Jan 2002 11:58:44 -0000 1.1.1.1
+++ src/contrib/binutils/gas/ChangeLog-0001 27 Aug 2002 12:27:18 -0000
@@ -4615,7 +4615,7 @@
2000-10-20 Jakub Jelinek <jakub@redhat.com>
* config/tc-sparc.c (sparc_ip): Fix a bug which caused v9_arg_p
- instructions to loose any special insn->architecture mask.
+ instructions to lose any special insn->architecture mask.
* config/tc-sparc.c (v9a_asr_table): Add v9b ASRs.
(sparc_md_end, sparc_arch_types, sparc_arch,
Index: src/contrib/cvs/MINOR-BUGS
===================================================================
RCS file: /home/ncvs/src/contrib/cvs/MINOR-BUGS,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 MINOR-BUGS
--- src/contrib/cvs/MINOR-BUGS 26 Jan 1998 03:07:51 -0000 1.1.1.3
+++ src/contrib/cvs/MINOR-BUGS 27 Aug 2002 12:27:18 -0000
@@ -29,7 +29,7 @@
was set to point to a CVS server using the ":server:" option.
* If a ~/CVS/Root file exists on the server and you are using rsh to
-connect to the server, CVS may loose its mind (this was reported in
+connect to the server, CVS may lose its mind (this was reported in
May 1995 and I suspect the symptoms have changed, but I have no
particular reason to think the bug is fixed -kingdon, Sep 96).
Index: src/contrib/gcc/FSFChangeLog.10
===================================================================
RCS file: /home/ncvs/src/contrib/gcc/FSFChangeLog.10,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 FSFChangeLog.10
--- src/contrib/gcc/FSFChangeLog.10 13 May 2002 03:35:45 -0000 1.1.1.2
+++ src/contrib/gcc/FSFChangeLog.10 27 Aug 2002 12:27:18 -0000
@@ -4592,7 +4592,7 @@
Sun Nov 5 18:37:02 1995 Torbjorn Granlund <tege@bozo.matematik.su.se>
- * m68k.md (cmpxf): Don't call force_const_mem, it looses for PIC;
+ * m68k.md (cmpxf): Don't call force_const_mem, it loses for PIC;
get predicates right instead. Get rid of separate DEFINE_EXPAND.
(addxf3, subxf3, mulxf3, divxf3): Likewise.
(All XFmode patterns): Delete `F' and `G' constraints.
Index: src/contrib/gcc/reload.c
===================================================================
RCS file: /home/ncvs/src/contrib/gcc/reload.c,v
retrieving revision 1.8
diff -u -r1.8 reload.c
--- src/contrib/gcc/reload.c 9 May 2002 22:08:26 -0000 1.8
+++ src/contrib/gcc/reload.c 27 Aug 2002 12:27:19 -0000
@@ -3894,7 +3894,7 @@
{
/* We only do this on the last pass through reload, because it is
possible for some data (like reg_equiv_address) to be changed during
- later passes. Moreover, we loose the opportunity to get a useful
+ later passes. Moreover, we lose the opportunity to get a useful
reload_{in,out}_reg when we do these replacements. */
if (replace)
Index: src/contrib/gcc/reload1.c
===================================================================
RCS file: /home/ncvs/src/contrib/gcc/reload1.c,v
retrieving revision 1.1.1.9
diff -u -r1.1.1.9 reload1.c
--- src/contrib/gcc/reload1.c 13 May 2002 03:36:11 -0000 1.1.1.9
+++ src/contrib/gcc/reload1.c 27 Aug 2002 12:27:19 -0000
@@ -8028,7 +8028,7 @@
/* INSN is a no-op; delete it.
If this sets the return value of the function, we must keep a USE around,
in case this is in a different basic block than the final USE. Otherwise,
- we could loose important register lifeness information on
+ we could lose important register lifeness information on
SMALL_REGISTER_CLASSES machines, where return registers might be used as
spills: subsequent passes assume that spill registers are dead at the end
of a basic block.
Index: src/contrib/gcc/config/arm/arm.c
===================================================================
RCS file: /home/ncvs/src/contrib/gcc/config/arm/arm.c,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 arm.c
--- src/contrib/gcc/config/arm/arm.c 9 May 2002 20:01:14 -0000 1.1.1.2
+++ src/contrib/gcc/config/arm/arm.c 27 Aug 2002 12:27:19 -0000
@@ -577,7 +577,7 @@
{
/* If APCS-32 was not the default then it must have been set by the
user, so issue a warning message. If the user has specified
- "-mapcs-32 -mcpu=arm2" then we loose here. */
+ "-mapcs-32 -mcpu=arm2" then we lose here. */
if ((TARGET_DEFAULT & ARM_FLAG_APCS_32) == 0)
warning ("target CPU does not support APCS-32" );
target_flags &= ~ARM_FLAG_APCS_32;
Index: src/contrib/gcc/config/i386/i386.md
===================================================================
RCS file: /home/ncvs/src/contrib/gcc/config/i386/i386.md,v
retrieving revision 1.11
diff -u -r1.11 i386.md
--- src/contrib/gcc/config/i386/i386.md 9 May 2002 22:43:36 -0000 1.11
+++ src/contrib/gcc/config/i386/i386.md 27 Aug 2002 12:27:19 -0000
@@ -2648,7 +2648,7 @@
switch (which_alternative)
{
case 0:
- /* %%% We loose REG_DEAD notes for controling pops if we split late. */
+ /* %%% We lose REG_DEAD notes for controling pops if we split late. */
operands[0] = gen_rtx_MEM (SFmode, stack_pointer_rtx);
operands[2] = stack_pointer_rtx;
operands[3] = GEN_INT (4);
@@ -2677,7 +2677,7 @@
switch (which_alternative)
{
case 0:
- /* %%% We loose REG_DEAD notes for controling pops if we split late. */
+ /* %%% We lose REG_DEAD notes for controling pops if we split late. */
operands[0] = gen_rtx_MEM (SFmode, stack_pointer_rtx);
operands[2] = stack_pointer_rtx;
operands[3] = GEN_INT (8);
@@ -2827,7 +2827,7 @@
switch (which_alternative)
{
case 0:
- /* %%% We loose REG_DEAD notes for controling pops if we split late. */
+ /* %%% We lose REG_DEAD notes for controling pops if we split late. */
operands[0] = gen_rtx_MEM (DFmode, stack_pointer_rtx);
operands[2] = stack_pointer_rtx;
operands[3] = GEN_INT (8);
@@ -2856,7 +2856,7 @@
switch (which_alternative)
{
case 0:
- /* %%% We loose REG_DEAD notes for controling pops if we split late. */
+ /* %%% We lose REG_DEAD notes for controling pops if we split late. */
operands[0] = gen_rtx_MEM (DFmode, stack_pointer_rtx);
operands[2] = stack_pointer_rtx;
operands[3] = GEN_INT (8);
@@ -3084,7 +3084,7 @@
switch (which_alternative)
{
case 0:
- /* %%% We loose REG_DEAD notes for controling pops if we split late. */
+ /* %%% We lose REG_DEAD notes for controling pops if we split late. */
operands[0] = gen_rtx_MEM (XFmode, stack_pointer_rtx);
operands[2] = stack_pointer_rtx;
operands[3] = GEN_INT (12);
@@ -3112,7 +3112,7 @@
switch (which_alternative)
{
case 0:
- /* %%% We loose REG_DEAD notes for controling pops if we split late. */
+ /* %%% We lose REG_DEAD notes for controling pops if we split late. */
operands[0] = gen_rtx_MEM (XFmode, stack_pointer_rtx);
operands[2] = stack_pointer_rtx;
operands[3] = GEN_INT (16);
@@ -3140,7 +3140,7 @@
switch (which_alternative)
{
case 0:
- /* %%% We loose REG_DEAD notes for controling pops if we split late. */
+ /* %%% We lose REG_DEAD notes for controling pops if we split late. */
operands[0] = gen_rtx_MEM (XFmode, stack_pointer_rtx);
operands[2] = stack_pointer_rtx;
operands[3] = GEN_INT (12);
@@ -3167,7 +3167,7 @@
switch (which_alternative)
{
case 0:
- /* %%% We loose REG_DEAD notes for controling pops if we split late. */
+ /* %%% We lose REG_DEAD notes for controling pops if we split late. */
operands[0] = gen_rtx_MEM (XFmode, stack_pointer_rtx);
operands[2] = stack_pointer_rtx;
operands[3] = GEN_INT (16);
Index: src/contrib/gcc/cp/ChangeLog.1
===================================================================
RCS file: /home/ncvs/src/contrib/gcc/cp/ChangeLog.1,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ChangeLog.1
--- src/contrib/gcc/cp/ChangeLog.1 1 Feb 2002 18:14:07 -0000 1.1.1.1
+++ src/contrib/gcc/cp/ChangeLog.1 27 Aug 2002 12:27:19 -0000
@@ -3444,7 +3444,7 @@
Fri Dec 30 14:20:21 1994 Mike Stump <mrs@cygnus.com>
- * tree.c (layout_vbasetypes): Ensure that we don't loose alignment
+ * tree.c (layout_vbasetypes): Ensure that we don't lose alignment
on the complete type because of small virtual bases.
Fri Dec 30 12:22:29 1994 Mike Stump <mrs@cygnus.com>
Index: src/contrib/gdb/gdb/ChangeLog-1998
===================================================================
RCS file: /home/ncvs/src/contrib/gdb/gdb/ChangeLog-1998,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ChangeLog-1998
--- src/contrib/gdb/gdb/ChangeLog-1998 27 Jun 2002 23:03:56 -0000 1.1.1.1
+++ src/contrib/gdb/gdb/ChangeLog-1998 27 Aug 2002 12:27:19 -0000
@@ -1135,7 +1135,7 @@
(hppa_frame_saved_pc): Save old pc value, to detect we are in a loop.
(init_extra_frame_info): Use TARGET_READ_FP.
(frame_chain): Include thread support.
- If the caller's pc is zero, we loose and return, just like stack bottom.
+ If the caller's pc is zero, we lose and return, just like stack bottom.
Disable warning about being unable to find unwind info.
(hppa_push_arguments): Rewrite.
(hppa_value_returned_from_stack): New function. Handles returning a value
Index: src/contrib/gdb/gdb/ChangeLog-1999
===================================================================
RCS file: /home/ncvs/src/contrib/gdb/gdb/ChangeLog-1999,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ChangeLog-1999
--- src/contrib/gdb/gdb/ChangeLog-1999 27 Jun 2002 23:03:47 -0000 1.1.1.1
+++ src/contrib/gdb/gdb/ChangeLog-1999 27 Aug 2002 12:27:19 -0000
@@ -3239,7 +3239,7 @@
* ser-unix.c (hardwire_readchar): When ASYNC, only read a single
character.
(ser_unix_readchar): Ditto. Problems occure with back-to-back
- data from a target. The ASYNC code can loose the second data
+ data from a target. The ASYNC code can lose the second data
chunk.
* serial.c (serial_fdopen): Initialize async_handler and
Index: src/contrib/gdb/gdb/ChangeLog-3.x
===================================================================
RCS file: /home/ncvs/src/contrib/gdb/gdb/ChangeLog-3.x,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ChangeLog-3.x
--- src/contrib/gdb/gdb/ChangeLog-3.x 27 Jun 2002 23:03:51 -0000 1.1.1.1
+++ src/contrib/gdb/gdb/ChangeLog-3.x 27 Aug 2002 12:27:19 -0000
@@ -4384,7 +4384,7 @@
* m-sparc.h (PUSH_DUMMY_FRAME): Saved the value of the RP register
in the location reserved for i7 (in the created frame); this way
the rp value won't get lost. The pc (what we put into the rp in
- this routine) gets saved seperately, so we loose no information.
+ this routine) gets saved seperately, so we lose no information.
* sparc-dep.c (do_save_insn & do_restore_insn): Added a wrapper to
preserve the proceed status state variables around each call to
Index: src/contrib/gdb/gdb/ChangeLog-98
===================================================================
RCS file: /home/ncvs/src/contrib/gdb/gdb/ChangeLog-98,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ChangeLog-98
--- src/contrib/gdb/gdb/ChangeLog-98 2 May 1999 09:59:41 -0000 1.1.1.1
+++ src/contrib/gdb/gdb/ChangeLog-98 27 Aug 2002 12:27:19 -0000
@@ -1135,7 +1135,7 @@
(hppa_frame_saved_pc): Save old pc value, to detect we are in a loop.
(init_extra_frame_info): Use TARGET_READ_FP.
(frame_chain): Include thread support.
- If the caller's pc is zero, we loose and return, just like stack bottom.
+ If the caller's pc is zero, we lose and return, just like stack bottom.
Disable warning about being unable to find unwind info.
(hppa_push_arguments): Rewrite.
(hppa_value_returned_from_stack): New function. Handles returning a value
Index: src/contrib/gdb/gdb/Makefile.in
===================================================================
RCS file: /home/ncvs/src/contrib/gdb/gdb/Makefile.in,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 Makefile.in
--- src/contrib/gdb/gdb/Makefile.in 27 Jun 2002 23:02:22 -0000 1.1.1.3
+++ src/contrib/gdb/gdb/Makefile.in 27 Aug 2002 12:27:20 -0000
@@ -1728,7 +1728,7 @@
mipsm3-nat.o: mipsm3-nat.c $(defs_h) $(inferior_h) $(regcache_h)
-# os9kread assumes that sizeof(char*) <= sizeof(int). This looses on
+# os9kread assumes that sizeof(char*) <= sizeof(int). This loses on
# 64 bit targets where often, sizeof(int)=4 but sizeof(char*)=9.
os9kread.o: os9kread.c $(buildsym_h) $(complaints_h) $(bfd_h) $(defs_h) \
$(expression_h) $(gdb_stabs_h) $(gdbcore_h) $(gdbtypes_h) \
Index: src/contrib/ntp/ChangeLog
===================================================================
RCS file: /home/ncvs/src/contrib/ntp/ChangeLog,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 ChangeLog
--- src/contrib/ntp/ChangeLog 29 Aug 2001 14:35:06 -0000 1.1.1.3
+++ src/contrib/ntp/ChangeLog 27 Aug 2002 12:27:21 -0000
@@ -4364,7 +4364,7 @@
since it may be malloc'ed.
* ntpdc/ntpdc.c (sendrequest): Declare pass as const char *, don't
- loose const in cast.
+ lose const in cast.
* ntpq/ntpq.c (sendrequest): Likewise.
* ntpd/ntp_control.c (ctl_getitem): Remove superfluous cast.
Index: src/contrib/ntp/libntp/authkeys.c
===================================================================
RCS file: /home/ncvs/src/contrib/ntp/libntp/authkeys.c,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 authkeys.c
--- src/contrib/ntp/libntp/authkeys.c 29 Aug 2001 14:35:11 -0000 1.1.1.3
+++ src/contrib/ntp/libntp/authkeys.c 27 Aug 2002 12:27:21 -0000
@@ -438,7 +438,7 @@
*/
while (sk != 0 && sk->keyid <= NTP_MAXKEY) {
/*
- * Don't loose info which keys are trusted.
+ * Don't lose info which keys are trusted.
*/
if (sk->flags & KEY_TRUSTED) {
memset(&sk->k, 0, sizeof(sk->k));
Index: src/contrib/ntp/ntpd/refclock_msfees.c
===================================================================
RCS file: /home/ncvs/src/contrib/ntp/ntpd/refclock_msfees.c,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 refclock_msfees.c
--- src/contrib/ntp/ntpd/refclock_msfees.c 29 Aug 2001 14:35:13 -0000 1.1.1.3
+++ src/contrib/ntp/ntpd/refclock_msfees.c 27 Aug 2002 12:27:21 -0000
@@ -99,7 +99,7 @@
* On the next minute it steps forward again :-(
* This is typically 16.5uS/S then 3975uS at the 4min re-sync,
* or 9.5uS/S then 3990.5uS at a 7min re-sync,
- * at which point it may loose the "00" second time stamp.
+ * at which point it may lose the "00" second time stamp.
* I assume that the most accurate time is just AFTER the re-sync.
* Hence remember the last cycle interval,
*
Index: src/contrib/ntp/ntpd/refclock_oncore.c
===================================================================
RCS file: /home/ncvs/src/contrib/ntp/ntpd/refclock_oncore.c,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 refclock_oncore.c
--- src/contrib/ntp/ntpd/refclock_oncore.c 29 Aug 2001 14:35:13 -0000 1.1.1.3
+++ src/contrib/ntp/ntpd/refclock_oncore.c 27 Aug 2002 12:27:21 -0000
@@ -1542,8 +1542,8 @@
((instance->traim < 0) ? "UNKNOWN" : ((instance->traim > 0) ? "ON" : "OFF")));
record_clock_stats(&(instance->peer->srcadr), Msg);
- /* The M12 with 1.3 Firmware, looses track of all Satellites and has to
- * start again if we go from 0D -> 3D, then looses them again when we
+ /* The M12 with 1.3 Firmware, loses track of all Satellites and has to
+ * start again if we go from 0D -> 3D, then loses them again when we
* go from 3D -> 0D. We do this to get a @@Ea message for SHMEM.
* For NOW we have SHMEM turned off for the M12, v1.3
*/
Index: src/contrib/ntp/parseutil/dcfd.c
===================================================================
RCS file: /home/ncvs/src/contrib/ntp/parseutil/dcfd.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 dcfd.c
--- src/contrib/ntp/parseutil/dcfd.c 9 Dec 1999 13:01:16 -0000 1.1.1.1
+++ src/contrib/ntp/parseutil/dcfd.c 27 Aug 2002 12:27:21 -0000
@@ -1562,7 +1562,7 @@
}
/*
- * loose terminal if in daemon operation
+ * lose terminal if in daemon operation
*/
if (!interactive)
detach();
Index: src/contrib/sendmail/src/conf.c
===================================================================
RCS file: /home/ncvs/src/contrib/sendmail/src/conf.c,v
retrieving revision 1.16
diff -u -r1.16 conf.c
--- src/contrib/sendmail/src/conf.c 26 Jun 2002 02:50:36 -0000 1.16
+++ src/contrib/sendmail/src/conf.c 27 Aug 2002 12:27:21 -0000
@@ -3881,7 +3881,7 @@
/*
** We need to setup the share groups (lnodes)
** and add auditing information (luid's)
- ** before we loose our ``root''ness.
+ ** before we lose our ``root''ness.
*/
#if SHARE_V1
if (setupshares(uid, syserr) != 0)
Index: src/crypto/heimdal/doc/standardisation/rfc1510.txt
===================================================================
RCS file: /home/ncvs/src/crypto/heimdal/doc/standardisation/rfc1510.txt,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 rfc1510.txt
--- src/crypto/heimdal/doc/standardisation/rfc1510.txt 9 Jan 2000 20:57:32 -0000 1.1.1.1
+++ src/crypto/heimdal/doc/standardisation/rfc1510.txt 27 Aug 2002 12:27:22 -0000
@@ -6272,4 +6272,4 @@
Kohl & Neuman [Page 112]
-
\ No newline at end of file
+
Index: src/crypto/heimdal/kadmin/ChangeLog
===================================================================
RCS file: /home/ncvs/src/crypto/heimdal/kadmin/ChangeLog,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 ChangeLog
--- src/crypto/heimdal/kadmin/ChangeLog 19 Feb 2002 15:46:19 -0000 1.1.1.6
+++ src/crypto/heimdal/kadmin/ChangeLog 27 Aug 2002 12:27:22 -0000
@@ -391,7 +391,7 @@
* init.c (init): also create `changepw/kerberos'
- * version4.c: only create you loose packets when we fail decoding
+ * version4.c: only create you lose packets when we fail decoding
and not when an operation is not performed for some reason
(decode_packet): read the service key from the hdb
(dispatch, decode_packet): return proper error messages
Index: src/crypto/heimdal/kadmin/version4.c
===================================================================
RCS file: /home/ncvs/src/crypto/heimdal/kadmin/version4.c,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 version4.c
--- src/crypto/heimdal/kadmin/version4.c 13 Feb 2001 16:45:34 -0000 1.1.1.2
+++ src/crypto/heimdal/kadmin/version4.c 27 Aug 2002 12:27:22 -0000
@@ -51,7 +51,7 @@
*/
static void
-make_you_loose_packet(int code, krb5_data *reply)
+make_you_lose_packet(int code, krb5_data *reply)
{
krb5_data_alloc(reply, KADM_VERSIZE + 4);
memcpy(reply->data, KADM_ULOSE, KADM_VERSIZE);
@@ -814,7 +814,7 @@
if(message.length < KADM_VERSIZE
|| strncmp(msg, KADM_VERSTR, KADM_VERSIZE) != 0) {
- make_you_loose_packet (KADM_BAD_VER, reply);
+ make_you_lose_packet (KADM_BAD_VER, reply);
return;
}
@@ -833,7 +833,7 @@
"changepw", "kerberos", NULL);
if (ret) {
krb5_warn (context, ret, "krb5_make_principal");
- make_you_loose_packet (KADM_NOMEM, reply);
+ make_you_lose_packet (KADM_NOMEM, reply);
return;
}
ret = krb5_kt_get_entry (context, keytab, principal, 0,
@@ -841,7 +841,7 @@
krb5_kt_close (context, keytab);
if (ret) {
krb5_free_principal(context, principal);
- make_you_loose_packet (KADM_NO_AUTH, reply);
+ make_you_lose_packet (KADM_NO_AUTH, reply);
return;
}
ret = krb5_copy_keyblock (context, &entry.keyblock,& key);
@@ -849,10 +849,10 @@
krb5_free_principal(context, principal);
if(ret) {
if(ret == KRB5_KT_NOTFOUND)
- make_you_loose_packet(KADM_NO_AUTH, reply);
+ make_you_lose_packet(KADM_NO_AUTH, reply);
else
/* XXX */
- make_you_loose_packet(KADM_NO_AUTH, reply);
+ make_you_lose_packet(KADM_NO_AUTH, reply);
krb5_warn(context, ret, "krb5_kt_read_service_key");
return;
}
@@ -868,7 +868,7 @@
client_addr->sin_addr.s_addr, &ad, NULL);
if(ret) {
- make_you_loose_packet(krb_err_base + ret, reply);
+ make_you_lose_packet(krb_err_base + ret, reply);
krb5_warnx(context, "krb_rd_req: %d", ret);
return;
}
@@ -877,7 +877,7 @@
&client);
if (ret) {
krb5_warnx (context, "krb5_425_conv_principal: %d", ret);
- make_you_loose_packet (KADM_NOMEM, reply);
+ make_you_lose_packet (KADM_NOMEM, reply);
return;
}
@@ -891,21 +891,21 @@
&kadm_handle);
if (ret) {
krb5_warn (context, ret, "kadm5_init_with_password_ctx");
- make_you_loose_packet (KADM_NOMEM, reply);
+ make_you_lose_packet (KADM_NOMEM, reply);
goto out;
}
checksum = des_quad_cksum((void *)(msg + off), NULL, rlen, 0, &ad.session);
if(checksum != ad.checksum) {
krb5_warnx(context, "decode_packet: bad checksum");
- make_you_loose_packet (KADM_BAD_CHK, reply);
+ make_you_lose_packet (KADM_BAD_CHK, reply);
goto out;
}
des_set_key(&ad.session, schedule);
ret = krb_rd_priv(msg + off, rlen, schedule, &ad.session,
client_addr, admin_addr, &msg_dat);
if (ret) {
- make_you_loose_packet (krb_err_base + ret, reply);
+ make_you_lose_packet (krb_err_base + ret, reply);
krb5_warnx(context, "krb_rd_priv: %d", ret);
goto out;
}
@@ -924,7 +924,7 @@
schedule, &ad.session,
admin_addr, client_addr);
if((ssize_t)reply->length < 0) {
- make_you_loose_packet(KADM_NO_ENCRYPT, reply);
+ make_you_lose_packet(KADM_NO_ENCRYPT, reply);
goto out;
}
}
Index: src/crypto/heimdal/lib/kafs/afssys.c
===================================================================
RCS file: /home/ncvs/src/crypto/heimdal/lib/kafs/afssys.c,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 afssys.c
--- src/crypto/heimdal/lib/kafs/afssys.c 13 Feb 2001 16:46:16 -0000 1.1.1.2
+++ src/crypto/heimdal/lib/kafs/afssys.c 27 Aug 2002 12:27:22 -0000
@@ -160,7 +160,7 @@
errno = ENOSYS;
#ifdef SIGSYS
- kill(getpid(), SIGSYS); /* You loose! */
+ kill(getpid(), SIGSYS); /* You lose! */
#endif
#endif /* NO_AFS */
return -1;
@@ -208,7 +208,7 @@
errno = ENOSYS;
#ifdef SIGSYS
- kill(getpid(), SIGSYS); /* You loose! */
+ kill(getpid(), SIGSYS); /* You lose! */
#endif
#endif /* NO_AFS */
return -1;
Index: src/crypto/kerberosIV/lib/kafs/afssys.c
===================================================================
RCS file: /home/ncvs/src/crypto/kerberosIV/lib/kafs/afssys.c,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 afssys.c
--- src/crypto/kerberosIV/lib/kafs/afssys.c 29 Dec 2000 21:00:03 -0000 1.1.1.4
+++ src/crypto/kerberosIV/lib/kafs/afssys.c 27 Aug 2002 12:27:22 -0000
@@ -160,7 +160,7 @@
errno = ENOSYS;
#ifdef SIGSYS
- kill(getpid(), SIGSYS); /* You loose! */
+ kill(getpid(), SIGSYS); /* You lose! */
#endif
#endif /* NO_AFS */
return -1;
@@ -208,7 +208,7 @@
errno = ENOSYS;
#ifdef SIGSYS
- kill(getpid(), SIGSYS); /* You loose! */
+ kill(getpid(), SIGSYS); /* You lose! */
#endif
#endif /* NO_AFS */
return -1;
Index: src/crypto/kerberosIV/lib/kdb/krb_kdb_utils.c
===================================================================
RCS file: /home/ncvs/src/crypto/kerberosIV/lib/kdb/krb_kdb_utils.c,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 krb_kdb_utils.c
--- src/crypto/kerberosIV/lib/kdb/krb_kdb_utils.c 19 Sep 1999 14:19:21 -0000 1.1.1.2
+++ src/crypto/kerberosIV/lib/kdb/krb_kdb_utils.c 27 Aug 2002 12:27:22 -0000
@@ -124,7 +124,7 @@
}
/* life sucks */
- fprintf(stderr, "You loose.\n");
+ fprintf(stderr, "You lose.\n");
exit(1);
}
Index: src/gnu/usr.bin/as/config/tc-ns32k.c
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/as/config/tc-ns32k.c,v
retrieving revision 1.4
diff -u -r1.4 tc-ns32k.c
--- src/gnu/usr.bin/as/config/tc-ns32k.c 1 Oct 1996 00:13:10 -0000 1.4
+++ src/gnu/usr.bin/as/config/tc-ns32k.c 27 Aug 2002 12:27:23 -0000
@@ -950,7 +950,7 @@
suffix_separator = ':';
break;
default:
- suffix_separator = '\255'; /* if this char occurs we loose */
+ suffix_separator = '\255'; /* if this char occurs we lose */
}
suffix[argc] = 0; /* 0 when no ':' is encountered */
argv[argc] = freeptr;
Index: src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml
===================================================================
RCS file: /home/ncvs/src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml,v
retrieving revision 1.43
diff -u -r1.43 proc-alpha.sgml
--- src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml 13 Jul 2002 11:49:17 -0000 1.43
+++ src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml 27 Aug 2002 12:27:23 -0000
@@ -1081,7 +1081,7 @@
IDE interface is quite slow, a Promise card gives a 3-4 times
speed improvement.</para>
- <para>On PC164 the SRM sometimes seems to loose its variable settings.
+ <para>On PC164 the SRM sometimes seems to lose its variable settings.
<quote>For PC164, current superstition says that, to avoid losing settings,
you want to first downgrade to SRM 4.x and then upgrade to 5.x.</quote>
One sample error that was observed was:</para>
Index: src/share/man/man4/geom.4
===================================================================
RCS file: /home/ncvs/src/share/man/man4/geom.4,v
retrieving revision 1.3
diff -u -r1.3 geom.4
--- src/share/man/man4/geom.4 9 Jun 2002 10:25:51 -0000 1.3
+++ src/share/man/man4/geom.4 27 Aug 2002 12:27:23 -0000
@@ -169,7 +169,7 @@
should selfdestruct unless it has a way to keep functioning. Geoms
like disklabels and stripes should therefore selfdestruct whereas
RAID5 or mirror geoms can continue to function as long as they do
-not loose quorum.
+not lose quorum.
.Pp
When a provider is orphaned, this does not result in any immediate
change in the topology, any attached consumers are still attached,
Index: src/sys/boot/i386/loader/main.c
===================================================================
RCS file: /home/ncvs/src/sys/boot/i386/loader/main.c,v
retrieving revision 1.25
diff -u -r1.25 main.c
--- src/sys/boot/i386/loader/main.c 5 Nov 2001 19:03:01 -0000 1.25
+++ src/sys/boot/i386/loader/main.c 27 Aug 2002 12:27:23 -0000
@@ -199,7 +199,7 @@
/*
* If we are booted by an old bootstrap, we have to guess at the BIOS
- * unit number. We will loose if there is more than one disk type
+ * unit number. We will lose if there is more than one disk type
* and we are not booting from the lowest-numbered disk type
* (ie. SCSI when IDE also exists).
*/
Index: src/sys/boot/pc98/loader/main.c
===================================================================
RCS file: /home/ncvs/src/sys/boot/pc98/loader/main.c,v
retrieving revision 1.15
diff -u -r1.15 main.c
--- src/sys/boot/pc98/loader/main.c 6 Nov 2001 12:31:56 -0000 1.15
+++ src/sys/boot/pc98/loader/main.c 27 Aug 2002 12:27:23 -0000
@@ -201,7 +201,7 @@
/*
* If we are booted by an old bootstrap, we have to guess at the BIOS
- * unit number. We will loose if there is more than one disk type
+ * unit number. We will lose if there is more than one disk type
* and we are not booting from the lowest-numbered disk type
* (ie. SCSI when IDE also exists).
*/
Index: src/sys/dev/awi/awi.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/awi/awi.c,v
retrieving revision 1.20
diff -u -r1.20 awi.c
--- src/sys/dev/awi/awi.c 31 May 2002 03:27:34 -0000 1.20
+++ src/sys/dev/awi/awi.c 27 Aug 2002 12:27:23 -0000
@@ -1311,7 +1311,7 @@
}
if (ALIGN(mtod(m0, caddr_t) + sizeof(struct ether_header)) !=
(u_int)(mtod(m0, caddr_t) + sizeof(struct ether_header))) {
- /* XXX: we loose to estimate the type of encapsulation */
+ /* XXX: we lose to estimate the type of encapsulation */
struct mbuf *n, *n0, **np;
caddr_t newdata;
int off;
Index: src/sys/dev/bktr/CHANGELOG.TXT
===================================================================
RCS file: /home/ncvs/src/sys/dev/bktr/CHANGELOG.TXT,v
retrieving revision 1.19
diff -u -r1.19 CHANGELOG.TXT
--- src/sys/dev/bktr/CHANGELOG.TXT 16 May 2002 22:43:18 -0000 1.19
+++ src/sys/dev/bktr/CHANGELOG.TXT 27 Aug 2002 12:27:24 -0000
@@ -185,7 +185,7 @@
video_open() function select PAL rather than NTSC.
This fixed all the hangs on my Dual Crystal card
when using a PAL video signal. As a result, you
- can loose the tsleep (of 2 seconds - now 0.25!!)
+ can lose the tsleep (of 2 seconds - now 0.25!!)
which I previously added. (Unless someone else
wanted the 0.25 second tsleep).
Index: src/sys/dev/dpt/dpt_scsi.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/dpt/dpt_scsi.c,v
retrieving revision 1.33
diff -u -r1.33 dpt_scsi.c
--- src/sys/dev/dpt/dpt_scsi.c 27 Oct 2000 11:45:17 -0000 1.33
+++ src/sys/dev/dpt/dpt_scsi.c 27 Aug 2002 12:27:24 -0000
@@ -1726,7 +1726,7 @@
s = splcam();
/*
- * Try to clear any pending jobs. FreeBSD will loose interrupts,
+ * Try to clear any pending jobs. FreeBSD will lose interrupts,
* leaving the controller suspended, and commands timed-out.
* By calling the interrupt handler, any command thus stuck will be
* completed.
Index: src/sys/dev/fe/if_fe.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/fe/if_fe.c,v
retrieving revision 1.71
diff -u -r1.71 if_fe.c
--- src/sys/dev/fe/if_fe.c 2 Sep 2001 13:05:00 -0000 1.71
+++ src/sys/dev/fe/if_fe.c 27 Aug 2002 12:27:24 -0000
@@ -1193,7 +1193,7 @@
* If txb_count is incorrect, leaving it as-is will cause
* sending of garbage after next interrupt. We have to
* avoid it. Hence, we reset the txb_count here. If
- * txb_free was incorrect, resetting txb_count just loose
+ * txb_free was incorrect, resetting txb_count just lose
* some packets. We can live with it.
*/
sc->txb_count = 0;
Index: src/sys/dev/pci/pcivar.h
===================================================================
RCS file: /home/ncvs/src/sys/dev/pci/pcivar.h,v
retrieving revision 1.59
diff -u -r1.59 pcivar.h
--- src/sys/dev/pci/pcivar.h 19 Aug 2002 22:51:23 -0000 1.59
+++ src/sys/dev/pci/pcivar.h 27 Aug 2002 12:27:24 -0000
@@ -278,10 +278,10 @@
* power from the system and delivering full functionality to the user.
* D1 Class-specific low-power state in which device context may or may not
* be lost. Buses in D1 cannot do anything to the bus that would force
- * devices on that bus to loose context.
+ * devices on that bus to lose context.
* D2 Class-specific low-power state in which device context may or may
* not be lost. Attains greater power savings than D1. Buses in D2
- * can cause devices on that bus to loose some context. Devices in D2
+ * can cause devices on that bus to lose some context. Devices in D2
* must be prepared for the bus to be in D2 or higher.
* D3 State in which the device is off and not running. Device context is
* lost. Power can be removed from the device.
Index: src/sys/dev/si/si.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/si/si.c,v
retrieving revision 1.111
diff -u -r1.111 si.c
--- src/sys/dev/si/si.c 27 Jul 2002 08:17:29 -0000 1.111
+++ src/sys/dev/si/si.c 27 Aug 2002 12:27:24 -0000
@@ -784,7 +784,7 @@
DPRINT((pp, DBG_ENTRY|DBG_CLOSE, "siclose(%s,%x,%x,%x) sp_state:%x\n",
devtoname(dev), flag, mode, td, pp->sp_state));
- /* did we sleep and loose a race? */
+ /* did we sleep and lose a race? */
if (pp->sp_state & SS_CLOSING) {
/* error = ESOMETING? */
goto out;
Index: src/sys/dev/streams/streams.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/streams/streams.c,v
retrieving revision 1.30
diff -u -r1.30 streams.c
--- src/sys/dev/streams/streams.c 20 Mar 2002 02:07:43 -0000 1.30
+++ src/sys/dev/streams/streams.c 27 Aug 2002 12:27:24 -0000
@@ -373,7 +373,7 @@
st->s_afd = -1;
st->s_eventmask = 0;
/*
- * avoid a race where we loose due to concurrancy issues
+ * avoid a race where we lose due to concurrancy issues
* of two threads trying to allocate the so_emuldata.
*/
if (so->so_emuldata) {
Index: src/sys/dev/sym/sym_fw1.h
===================================================================
RCS file: /home/ncvs/src/sys/dev/sym/sym_fw1.h,v
retrieving revision 1.5
diff -u -r1.5 sym_fw1.h
--- src/sys/dev/sym/sym_fw1.h 11 Nov 2001 18:02:11 -0000 1.5
+++ src/sys/dev/sym/sym_fw1.h 27 Aug 2002 12:27:24 -0000
@@ -317,7 +317,7 @@
/*
* Now there are 4 possibilities:
*
- * (1) The chip looses arbitration.
+ * (1) The chip loses arbitration.
* This is ok, because it will try again,
* when the bus becomes idle.
* (But beware of the timeout function!)
Index: src/sys/dev/sym/sym_fw2.h
===================================================================
RCS file: /home/ncvs/src/sys/dev/sym/sym_fw2.h,v
retrieving revision 1.6
diff -u -r1.6 sym_fw2.h
--- src/sys/dev/sym/sym_fw2.h 11 Nov 2001 18:02:11 -0000 1.6
+++ src/sys/dev/sym/sym_fw2.h 27 Aug 2002 12:27:24 -0000
@@ -290,7 +290,7 @@
/*
* Now there are 4 possibilities:
*
- * (1) The chip looses arbitration.
+ * (1) The chip loses arbitration.
* This is ok, because it will try again,
* when the bus becomes idle.
* (But beware of the timeout function!)
Index: src/sys/i386/isa/clock.c
===================================================================
RCS file: /home/ncvs/src/sys/i386/isa/clock.c,v
retrieving revision 1.187
diff -u -r1.187 clock.c
--- src/sys/i386/isa/clock.c 22 Jun 2002 16:30:18 -0000 1.187
+++ src/sys/i386/isa/clock.c 27 Aug 2002 12:27:24 -0000
@@ -825,7 +825,7 @@
* on an APM'ed machine is at best a fools pursuit, since
* any and all of the time spent in various SMM code can't
* be reliably accounted for. Reading the RTC is your only
- * source of reliable time info. The i8254 looses too of course
+ * source of reliable time info. The i8254 loses too of course
* but we need to have some kind of time...
* We don't know at this point whether APM is going to be used
* or not, nor when it might be activated. Play it safe.
Index: src/sys/i386/isa/rc.c
===================================================================
RCS file: /home/ncvs/src/sys/i386/isa/rc.c,v
retrieving revision 1.70
diff -u -r1.70 rc.c
--- src/sys/i386/isa/rc.c 20 May 2002 05:12:56 -0000 1.70
+++ src/sys/i386/isa/rc.c 27 Aug 2002 12:27:24 -0000
@@ -1346,7 +1346,7 @@
}
if (!rcnt)
- ERR(("looses characters during local loopback\n"))
+ ERR(("loses characters during local loopback\n"))
/* Now, check data */
for (chan = 0; chan < CD180_NCHAN; chan++)
for (i = 0; i < CD180_NFIFO; i++)
Index: src/sys/kern/kern_resource.c
===================================================================
RCS file: /home/ncvs/src/sys/kern/kern_resource.c,v
retrieving revision 1.107
diff -u -r1.107 kern_resource.c
--- src/sys/kern/kern_resource.c 24 Jul 2002 03:02:39 -0000 1.107
+++ src/sys/kern/kern_resource.c 27 Aug 2002 12:27:24 -0000
@@ -914,7 +914,7 @@
* that we don't need to free, simply unlock and return.
* Suboptimal case:
* If refcount lowering results in need to free, bump the count
- * back up, loose the lock and aquire the locks in the proper
+ * back up, lose the lock and aquire the locks in the proper
* order to try again.
*/
void
Index: src/sys/kern/sys_process.c
===================================================================
RCS file: /home/ncvs/src/sys/kern/sys_process.c,v
retrieving revision 1.99
diff -u -r1.99 sys_process.c
--- src/sys/kern/sys_process.c 25 Aug 2002 13:17:21 -0000 1.99
+++ src/sys/kern/sys_process.c 27 Aug 2002 12:27:24 -0000
@@ -274,7 +274,7 @@
/*
* We're done with tmap now.
- * But reference the object first, so that we won't loose
+ * But reference the object first, so that we won't lose
* it.
*/
vm_object_reference(object);
Index: src/sys/pc98/pc98/clock.c
===================================================================
RCS file: /home/ncvs/src/sys/pc98/pc98/clock.c,v
retrieving revision 1.114
diff -u -r1.114 clock.c
--- src/sys/pc98/pc98/clock.c 24 Jun 2002 08:04:47 -0000 1.114
+++ src/sys/pc98/pc98/clock.c 27 Aug 2002 12:27:24 -0000
@@ -1021,7 +1021,7 @@
* on an APM'ed machine is at best a fools pursuit, since
* any and all of the time spent in various SMM code can't
* be reliably accounted for. Reading the RTC is your only
- * source of reliable time info. The i8254 looses too of course
+ * source of reliable time info. The i8254 loses too of course
* but we need to have some kind of time...
* We don't know at this point whether APM is going to be used
* or not, nor when it might be activated. Play it safe.
Index: src/sys/pci/ncr.c
===================================================================
RCS file: /home/ncvs/src/sys/pci/ncr.c,v
retrieving revision 1.166
diff -u -r1.166 ncr.c
--- src/sys/pci/ncr.c 25 Aug 2002 13:17:41 -0000 1.166
+++ src/sys/pci/ncr.c 27 Aug 2002 12:27:24 -0000
@@ -1538,7 +1538,7 @@
/*
** Now there are 4 possibilities:
**
- ** (1) The ncr looses arbitration.
+ ** (1) The ncr loses arbitration.
** This is ok, because it will try again,
** when the bus becomes idle.
** (But beware of the timeout function!)
Index: src/sys/vm/swap_pager.c
===================================================================
RCS file: /home/ncvs/src/sys/vm/swap_pager.c,v
retrieving revision 1.177
diff -u -r1.177 swap_pager.c
--- src/sys/vm/swap_pager.c 21 Jul 2002 20:38:45 -0000 1.177
+++ src/sys/vm/swap_pager.c 27 Aug 2002 12:27:24 -0000
@@ -822,7 +822,7 @@
* Note that b_blkno is scaled for PAGE_SIZE
*
* We currently attempt to run I/O synchronously or asynchronously as
- * the caller requests. This isn't perfect because we loose error
+ * the caller requests. This isn't perfect because we lose error
* sequencing when we run multiple ops in parallel to satisfy a request.
* But this is swap, so we let it all hang out.
*/
Index: www/en/releases/4.4R/hardware-alpha.html
===================================================================
RCS file: /home/ncvs/www/en/releases/4.4R/hardware-alpha.html,v
retrieving revision 1.1
diff -u -r1.1 hardware-alpha.html
--- www/en/releases/4.4R/hardware-alpha.html 21 Oct 2001 23:21:27 -0000 1.1
+++ www/en/releases/4.4R/hardware-alpha.html 27 Aug 2002 12:27:25 -0000
@@ -1844,7 +1844,7 @@
with a challenging compatibility as far as SCSI
adapters go.</p>
- <p>On PC164 the SRM sometimes seems to loose its
+ <p>On PC164 the SRM sometimes seems to lose its
variable settings. ``For PC164, current superstition
says that, to avoid losing settings, you want to first
downgrade to SRM 4.x and then upgrade to 5.x.'' One
Index: www/en/releases/4.5R/hardware-alpha.html
===================================================================
RCS file: /home/ncvs/www/en/releases/4.5R/hardware-alpha.html,v
retrieving revision 1.1
diff -u -r1.1 hardware-alpha.html
--- www/en/releases/4.5R/hardware-alpha.html 25 Jan 2002 22:38:08 -0000 1.1
+++ www/en/releases/4.5R/hardware-alpha.html 27 Aug 2002 12:27:25 -0000
@@ -1983,7 +1983,7 @@
with a challenging compatibility as far as SCSI
adapters go.</p>
- <p>On PC164 the SRM sometimes seems to loose its
+ <p>On PC164 the SRM sometimes seems to lose its
variable settings. ``For PC164, current superstition
says that, to avoid losing settings, you want to first
downgrade to SRM 4.x and then upgrade to 5.x.'' One
Index: www/en/releases/4.6.2R/hardware-alpha.html
===================================================================
RCS file: /home/ncvs/www/en/releases/4.6.2R/hardware-alpha.html,v
retrieving revision 1.1
diff -u -r1.1 hardware-alpha.html
--- www/en/releases/4.6.2R/hardware-alpha.html 14 Aug 2002 15:34:38 -0000 1.1
+++ www/en/releases/4.6.2R/hardware-alpha.html 27 Aug 2002 12:27:25 -0000
@@ -1996,7 +1996,7 @@
interface is quite slow, a Promise card gives a 3-4
times speed improvement.</p>
- <p>On PC164 the SRM sometimes seems to loose its
+ <p>On PC164 the SRM sometimes seems to lose its
variable settings. ``For PC164, current superstition
says that, to avoid losing settings, you want to first
downgrade to SRM 4.x and then upgrade to 5.x.'' One
Index: www/en/releases/4.6R/hardware-alpha.html
===================================================================
RCS file: /home/ncvs/www/en/releases/4.6R/hardware-alpha.html,v
retrieving revision 1.1
diff -u -r1.1 hardware-alpha.html
--- www/en/releases/4.6R/hardware-alpha.html 9 Jun 2002 22:58:53 -0000 1.1
+++ www/en/releases/4.6R/hardware-alpha.html 27 Aug 2002 12:27:25 -0000
@@ -1995,7 +1995,7 @@
interface is quite slow, a Promise card gives a 3-4
times speed improvement.</p>
- <p>On PC164 the SRM sometimes seems to loose its
+ <p>On PC164 the SRM sometimes seems to lose its
variable settings. ``For PC164, current superstition
says that, to avoid losing settings, you want to first
downgrade to SRM 4.x and then upgrade to 5.x.'' One
Index: www/en/releases/5.0R/DP1/hardware-alpha.html
===================================================================
RCS file: /home/ncvs/www/en/releases/5.0R/DP1/hardware-alpha.html,v
retrieving revision 1.1
diff -u -r1.1 hardware-alpha.html
--- www/en/releases/5.0R/DP1/hardware-alpha.html 5 Apr 2002 22:30:14 -0000 1.1
+++ www/en/releases/5.0R/DP1/hardware-alpha.html 27 Aug 2002 12:27:25 -0000
@@ -1986,7 +1986,7 @@
with a challenging compatibility as far as SCSI
adapters go.</p>
- <p>On PC164 the SRM sometimes seems to loose its
+ <p>On PC164 the SRM sometimes seems to lose its
variable settings. ``For PC164, current superstition
says that, to avoid losing settings, you want to first
downgrade to SRM 4.x and then upgrade to 5.x.'' One
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020827083448.G40032-100000>
