Author: sebb
Date: Tue Mar 16 15:42:51 2010
New Revision: 923814
URL: http://svn.apache.org/viewvc?rev=923814&view=rev
Log:
Tweaks docs - capitalise Win32 and Cygwin
Modified:
commons/proper/daemon/trunk/src/site/xdoc/index.xml
commons/proper/daemon/trunk/src/site/xdoc/jsvc.xml
Modified: commons/proper/daemon/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/index.xml?rev=923814&r1=923813&r2=923814&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/index.xml Tue Mar 16 15:42:51 2010
@@ -97,8 +97,8 @@
<section name="Platforms">
<p>
- Both win32 and UNIX like platforms are supported.
- For win32 platforms use <a href="procrun.html">procrun</a>.
+ Both Win32 and UNIX like platforms are supported.
+ For Win32 platforms use <a href="procrun.html">procrun</a>.
For UNIX like platforms use <a href="jsvc.html">jsvc</a>.
</p>
</section>
Modified: commons/proper/daemon/trunk/src/site/xdoc/jsvc.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/jsvc.xml?rev=923814&r1=923813&r2=923814&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/jsvc.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/jsvc.xml Tue Mar 16 15:42:51 2010
@@ -27,10 +27,10 @@
<section name="Introduction">
<p>
Jsvc is a set of libraries and applications for making Java
- applications run on UNIX more easily. It can run on win32 via
- the cygwin emulation layer (see
- <a href="http://www.cygwin.com/"> cygwin</a> for more information),
- however win32 users may prefer to use <a href="procrun.html"> procrun</a>
+ applications run on UNIX more easily. It can run on Win32 via
+ the Cygwin emulation layer (see
+ <a href="http://www.cygwin.com/"> Cygwin</a> for more information),
+ however Win32 users may prefer to use <a href="procrun.html"> procrun</a>
instead.
</p>
<p>