Correct assorted typographical, spelling, and grammar errors.

This commit is contained in:
Dima Dorfman 2001-07-06 02:12:16 +00:00
parent 2c41e2c96f
commit df8d901742
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9796
26 changed files with 97 additions and 97 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/dists/12.sgml,v 1.12 2000/12/27 13:29:39 wosch Exp $">
<!ENTITY date "$FreeBSD: www/en/java/dists/12.sgml,v 1.13 2001/03/11 18:30:25 phantom Exp $">
<!ENTITY title "FreeBSD Java Project: JDK 2 (aka JDK 1.2)">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -16,7 +16,7 @@ test stage and is now available in the ports directory (ports/java/jdk12-beta).
<br>While this is only for i386 architecture at the moment, this will allow anyone
running the i386 (most of you) the opportunity to build a native JDK2, and then
test them out against your favorite apps and custom code. If you use something
regularly, why not make a port of it? Instructions are availible at <a href="http://www.freebsd.org/porters-handbook">Porters Handbook</a>.
regularly, why not make a port of it? Instructions are available at <a href="http://www.freebsd.org/porters-handbook">Porters Handbook</a>.
<P>If you want to try to build it by hand, due to SCSL concerns, you now have to go to
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk.html">http://www.eyesbeyond.com/freebsddom/java/jdk.html</a>

View file

@ -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.4 2000/09/16 02:11:03 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/dists/13.sgml,v 1.5 2001/06/23 22:32:51 dd Exp $">
<!ENTITY title "FreeBSD Java Project: JDK 1.3">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -41,7 +41,7 @@ does the following:
Sun's 1.3 JDK.
- changes the MAP_STACK flag to MAP_ANON for LINUX_MAP_GROWSDOWN
mmaps. This was the final step in getting it working. Any VM gurus
out there want to talk about this one? There's aparently
out there want to talk about this one? There's apparently
something wrong with autogrowing linux thread stacks[*]
Patches at: http://www.cs.duke.edu/~gallatin/linux_sa_siginfo/diff
@ -76,7 +76,7 @@ The majority of the patches are for files in /sys/i386/linux.
You should be able to apply the patch; cd to /sys/modules/linux;
type make; kldunload linux; type make install; and kldload linux
There is an additonal change which sets the MINSIGSTKSZ to 2048
There is an additional change which sets the MINSIGSTKSZ to 2048
in sys/sys/signal.h .. this will require a kernel rebuild to
take effect.
</pre>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.3 2000/03/12 14:51:48 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.4 2000/04/30 22:57:37 nik Exp $">
<!ENTITY title "FreeBSD Java Project: Distributions">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -13,7 +13,7 @@
<table width="100%" border="0">
<tr>
<td>
This is the offical port of Sun's Java Development Kit for FreeBSD. No known significant bugs exist at this time, but there are no guarantees of usability. However, many commercial companies rely on this port, so it should be safe to use.
This is the official port of Sun's Java Development Kit for FreeBSD. No known significant bugs exist at this time, but there are no guarantees of usability. However, many commercial companies rely on this port, so it should be safe to use.
</td>
<td>
<A HREF="http://java.sun.com"><IMG SRC="../j2j.gif" HSPACE=10 border="0" ALT="Jump to Java"></A>
@ -32,7 +32,7 @@ This is the offical port of Sun's Java Development Kit for FreeBSD. No known si
<H2>Unsupported</H2>
<H3>JDK 1.0.x</H3>
<P>There is an old port of <A HREF="10.html">JDK 1.0.2</A> availible. It is a.out, and will run on older FreeBSD systems (2.1.x and 2.2.x). <B>This port is not supported</B>
<P>There is an old port of <A HREF="10.html">JDK 1.0.2</A> available. It is a.out, and will run on older FreeBSD systems (2.1.x and 2.2.x). <B>This port is not supported</B>
<P>Anything prior to FreeBSD 2.2 (such as FreeBSD 2.1.7.1) is not supported in either JDK 1.1.8 or JDK 1.2.
</td>
</tr>