Uncapitalize a word in the middle of a sentence.

This commit is contained in:
Giorgos Keramidas 2004-11-01 11:18:13 +00:00
parent 61bb50ff3e
commit f584f69c5d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22749

View file

@ -127,7 +127,7 @@
<para>The Tomcat portion of the install is very straight forward, but
the difficulty I had was getting &java; Development Kit up and
running for FreeBSD 4.X, as Sun Microsystems only supplies
Binaries for Linux, &solaris;, and &windowsnt;. This means that I
binaries for Linux, &solaris;, and &windowsnt;. This means that I
had to compile my own &jdk; for FreeBSD. I began by searching for
documentation on the Internet. I quickly found that there is more
source code than I need along with patches to the source code, but