Fix duplicate words.
This commit is contained in:
parent
f354a70f67
commit
f5b99f282f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9811
10 changed files with 29 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY title "FreeBSD-stable Conspectus, week ending 29th May 2000">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/conspectus/stable/2000/05/29.sgml,v 1.1 2000/05/31 20:35:47 nik Exp $">
|
||||
<!ENTITY base "../../../..">
|
||||
<!ENTITY % includes SYSTEM "../../../../includes.sgml"> %includes;]>
|
||||
|
||||
|
@ -132,7 +132,7 @@
|
|||
|
||||
<h3><a name="1"></a>May 23 - May 27 (20 posts): <a href="http://docs.freebsd.org/cgi/getmsg.cgi?fetch=186801+0+archive/2000/freebsd-stable/20000528.freebsd-stable">Re: ad0 drivers revisited</a></h3>
|
||||
<p><a href="http://docs.freebsd.org/cgi/getmsg.cgi?fetch=581706+0+archive/2000/freebsd-stable/20000521.freebsd-stable">Last week's thought-provoking debate</a>
|
||||
continued this week; the discussion focused on a a few possible
|
||||
continued this week; the discussion focused on a few possible
|
||||
workarounds for circumventing the well-known ad driver bug
|
||||
early in the booting process. It seems that an effective
|
||||
solution has not still been implemented. However, a number of
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY title "FreeBSD-stable Conspectus, week ending 12th June 2000">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/conspectus/stable/2000/06/12.sgml,v 1.1 2000/07/03 23:49:29 nik Exp $">
|
||||
<!ENTITY base "../../../..">
|
||||
<!ENTITY % includes SYSTEM "../../../../includes.sgml"> %includes;]>
|
||||
|
||||
|
@ -301,8 +301,8 @@
|
|||
character for a hostname? I think rfc1034 only gives
|
||||
recommendations, but doesn't insist on them. It would make
|
||||
sense for gethostbyname() to return results for such hosts.
|
||||
In our case, we inetd was receiving connections to the smtp
|
||||
port, and and we were losing mail from this particular host
|
||||
In our case, inetd was receiving connections to the smtp
|
||||
port, and we were losing mail from this particular host
|
||||
(mail_dxb.zu.ac.ae).</i></p>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/sou1999.sgml,v 1.2 1999/09/06 07:02:47 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/sou1999.sgml,v 1.3 1999/12/12 16:24:23 jhb Exp $">
|
||||
<!ENTITY title "FreeBSD State of the Union, 1999">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/news/sou1999.sgml,v 1.2 1999/09/06 07:02:47 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/sou1999.sgml,v 1.3 1999/12/12 16:24:23 jhb Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -309,7 +309,7 @@
|
|||
of abuse of the various tech support forum volunteers this last year
|
||||
and it frankly sucks. People just need to be more considerate and
|
||||
stop regarding free tech support as a god-given right rather than a
|
||||
very special privilege. If you want on-demand tech support, to to
|
||||
very special privilege. If you want on-demand tech support, go to
|
||||
www.freebsdmall.com and order yourself a tech support contract. You
|
||||
get what you pay for! :)</p>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/2.0/notes.sgml,v 1.5 1999/09/06 07:02:51 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/2.0/notes.sgml,v 1.6 1999/12/12 16:24:27 jhb Exp $">
|
||||
<!ENTITY title "FreeBSD 2.0 Release Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/releases/2.0/notes.sgml,v 1.5 1999/09/06 07:02:51 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/en/releases/2.0/notes.sgml,v 1.6 1999/12/12 16:24:27 jhb Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -472,7 +472,7 @@ You will need either 10 1.44MB floppies or 12 1.2MB floppies to
|
|||
store just the bindist (binary distribution). These *must* be
|
||||
formatted using MS-DOS, using either the FORMAT command in MS-DOS
|
||||
or the File Manager in Microsoft Windows to prepare the floppies
|
||||
(though factory preformatted floppies will also well well, provided
|
||||
(though factory preformatted floppies will also work well, provided
|
||||
that they haven't been previously used for something else).
|
||||
|
||||
After you've formatted the floppy disks, you'll need to copy the
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/2.1.5R/announce.sgml,v 1.5 1999/09/06 07:02:52 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/2.1.5R/announce.sgml,v 1.6 1999/12/12 16:24:29 jhb Exp $">
|
||||
<!ENTITY title "FreeBSD 2.1.5 Announcement">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -11,12 +11,12 @@
|
|||
2.1.5-RELEASE</a> is now available on ftp.FreeBSD.org and various
|
||||
FTP mirror sites throughout the world. It can also be ordered on
|
||||
<a href="http://www.cdrom.com/titles/freebsd.html">CD</a> from
|
||||
from <a href="http://www.cdrom.com/">Walnut Creek CDROM</a>.</p>
|
||||
<a href="http://www.cdrom.com/">Walnut Creek CDROM</a>.</p>
|
||||
|
||||
<p>FreeBSD 2.1.5 represents the culmination of over a year's worth of
|
||||
work on the <a href="/handbook/stable.html">2.1-STABLE</a> branch of
|
||||
FreeBSD since it began with FreeBSD 2.0.5. In the 7 months since 2.1
|
||||
was released, many many bug fixes, updates and careful enhancements
|
||||
was released, many bug fixes, updates and careful enhancements
|
||||
have been made, the results of which you now see here.</p>
|
||||
|
||||
<p>The STABLE branch was conceived out of the need to allow FreeBSD to
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/2.2.2R/errata.sgml,v 1.5 1999/09/06 07:02:53 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/2.2.2R/errata.sgml,v 1.6 1999/12/12 16:24:35 jhb Exp $">
|
||||
<!ENTITY title "FreeBSD 2.2.2 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/releases/2.2.2R/errata.sgml,v 1.5 1999/09/06 07:02:53 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/en/releases/2.2.2R/errata.sgml,v 1.6 1999/12/12 16:24:35 jhb Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -37,7 +37,7 @@ o Installation floppy does not boot at all - whereas the 2.2.1 floppy
|
|||
worked fine. I get a "panic: double fault" right after it tries to
|
||||
change the root device to fd0c.</strong>
|
||||
|
||||
Fix: The problem is that you have 48MB of RAM and something very very
|
||||
Fix: The problem is that you have 48MB of RAM and something very
|
||||
mysterious has happened to FreeBSD twixt 2.2.1 and 2.2.2 which makes
|
||||
it fail with just that exact memory size. Given the popularity of
|
||||
16MB simms, it also explains why none of us have seen it since we
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.53 2001/06/06 18:21:03 dannyboy Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.54 2001/07/06 02:12:16 dd Exp $">
|
||||
<!ENTITY title "FreeBSD Security Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.53 2001/06/06 18:21:03 dannyboy Exp $ -->
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.54 2001/07/06 02:12:16 dd Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -318,7 +318,7 @@ environment variables, configuration files, incoming TCP/UDP/ICMP packets,
|
|||
hostname lookups, function arguments, etc. If the length of or contents of
|
||||
the date received is at all subject to outside control, then the program or
|
||||
function should watch for this when copying it around. Specific security
|
||||
issues to watch for in this are are:
|
||||
issues to watch for in this are:
|
||||
<P></P>
|
||||
<UL>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.53 2001/06/06 18:21:03 dannyboy Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.54 2001/07/06 02:12:16 dd Exp $">
|
||||
<!ENTITY title "FreeBSD Security Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.53 2001/06/06 18:21:03 dannyboy Exp $ -->
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.54 2001/07/06 02:12:16 dd Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -318,7 +318,7 @@ environment variables, configuration files, incoming TCP/UDP/ICMP packets,
|
|||
hostname lookups, function arguments, etc. If the length of or contents of
|
||||
the date received is at all subject to outside control, then the program or
|
||||
function should watch for this when copying it around. Specific security
|
||||
issues to watch for in this are are:
|
||||
issues to watch for in this are:
|
||||
<P></P>
|
||||
<UL>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/y2kbug.sgml,v 1.35 2000/02/14 21:29:03 jim Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/y2kbug.sgml,v 1.36 2001/07/06 02:11:58 dd Exp $">
|
||||
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/y2kbug.sgml,v 1.35 2000/02/14 21:29:03 jim Exp $ -->
|
||||
<!-- $FreeBSD: www/en/y2kbug.sgml,v 1.36 2001/07/06 02:11:58 dd Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -122,7 +122,7 @@
|
|||
href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9323">bin/9323</a></dt>
|
||||
|
||||
<dd>In its obsolescent form, touch doesn't treat the two digit year
|
||||
year specification correctly. Years in the range 00-68 are treated
|
||||
specification correctly. Years in the range 00-68 are treated
|
||||
as 1900-1968 instead of 2000-2068. [Fixed v1.7 1999/01/05; fixes in
|
||||
FreeBSD-3.1 and above]</dd>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.53 2001/06/06 18:21:03 dannyboy Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/security/security.sgml,v 1.54 2001/07/06 02:12:16 dd Exp $">
|
||||
<!ENTITY title "FreeBSD Security Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.53 2001/06/06 18:21:03 dannyboy Exp $ -->
|
||||
<!-- $FreeBSD: www/en/security/security.sgml,v 1.54 2001/07/06 02:12:16 dd Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -318,7 +318,7 @@ environment variables, configuration files, incoming TCP/UDP/ICMP packets,
|
|||
hostname lookups, function arguments, etc. If the length of or contents of
|
||||
the date received is at all subject to outside control, then the program or
|
||||
function should watch for this when copying it around. Specific security
|
||||
issues to watch for in this are are:
|
||||
issues to watch for in this are:
|
||||
<P></P>
|
||||
<UL>
|
||||
|
||||
|
|
Loading…
Reference in a new issue