Remove duplicate words.
This commit is contained in:
parent
968f7fd6c2
commit
ce349223f9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9682
3 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/11.sgml,v 1.5 2000/04/30 22:57:36 nik Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/11.sgml,v 1.6 2001/05/31 12:59:55 patrick Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: JDK 1.1">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -95,12 +95,12 @@ Known Bugs/Limitations:
|
|||
The number of sockets that can be used at any one time is hard-coded ahead
|
||||
of time (at this time, it's 2000). This is not necessarily a limitation of
|
||||
the FreeBSD kernel, but coming up with a 'dynamic' scheme is non-trivial so
|
||||
none of the developers has written the code, and and no-one else has
|
||||
none of the developers has written the code, and no-one else has
|
||||
provided any patches to the development team. If this is important to you,
|
||||
we welcome any patches to provide a more 'dynamic' scheme that doesn't limit
|
||||
the number of file descriptors (sockets).
|
||||
------------------------------------
|
||||
To make a a distribution that works without X *and* with X, two binaries
|
||||
To make a distribution that works without X *and* with X, two binaries
|
||||
are provided. The first is linked without X, and is the standard binary.
|
||||
The second binary is linked against a static version of X, and against
|
||||
the shared X libraries. The version used is controlled by the setting
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/13.sgml,v 1.3 2000/04/30 22:57:37 nik Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/13.sgml,v 1.4 2000/09/16 02:11:03 patrick Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: JDK 1.3">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -28,7 +28,7 @@ They have provided patches based on your version:
|
|||
I've finally gotten the IBM jdk 1.3 working. I haven't tested it very
|
||||
heavily AWT stuff seems to finally work though.
|
||||
|
||||
Here's an an updated patchset to a pre-SMPng -current. The patchset
|
||||
Here's an updated patchset to a pre-SMPng -current. The patchset
|
||||
does the following:
|
||||
|
||||
- changes MINSIGSTKSZ from 8192 to 2048
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/2000/index.sgml,v 1.4 2001/04/22 23:48:29 jim Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/2000/index.sgml,v 1.5 2001/05/01 07:59:43 eric Exp $">
|
||||
<!ENTITY title "FreeBSD News Flash! (2000)">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY newshome '<a href="../news.html">News Home</a>'>
|
||||
<!ENTITY % newsincludes SYSTEM "../includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/news/2000/index.sgml,v 1.4 2001/04/22 23:48:29 jim Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/2000/index.sgml,v 1.5 2001/05/01 07:59:43 eric Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -427,7 +427,7 @@
|
|||
|
||||
<li><p><b>04-Jan-2000</b>
|
||||
The <a href="http://www.testdrive.compaq.com/">Compaq Testdrive
|
||||
program</a> is now making testdrives available of the the latest
|
||||
program</a> is now making testdrives available of the latest
|
||||
FreeBSD 4.0-20000101-CURRENT release running on an Alpha XP1000
|
||||
EV6.7. running at 667MHz and loaded with two gigs of ram. To get
|
||||
a free shell account as a participant in the testdrive program,
|
||||
|
|
Loading…
Reference in a new issue