changeset 118:b2462c2e2e47

o OpenSSL, Visual Studio, Subversion, Win32 are trademarks. o Spell OpenSSL and SSL. o Rewording.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 20 Oct 2011 14:25:10 +0000
parents 1c4b3065e4ff
children 0c565b407027
files xml/en/docs/howto_build_on_win32.xml
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml	Thu Oct 20 14:15:57 2011 +0000
+++ b/xml/en/docs/howto_build_on_win32.xml	Thu Oct 20 14:25:10 2011 +0000
@@ -9,12 +9,13 @@
 <section title="Prerequisites">
 
 <para>
-To build nginx on the Win32 platform you need:
+To build nginx on the Microsoft Win32&reg; platform you need:
 
 <list>
 
 <item>
-Visual C compiler. Visual Studio 8 and 10 are known to work.
+Microsoft Visual C compiler.  Microsoft Visual Studio&reg; 8 and 10 are
+known to work.
 </item>
 
 <item>
@@ -22,18 +23,18 @@
 </item>
 
 <item>
-Perl, if you want to build openssl and nginx with ssl support.
+Perl, if you want to build OpenSSL&reg; and nginx with SSL support.
 For example <link url="http://www.activestate.com/activeperl">ActivePerl</link>
 or <link url="http://strawberryperl.com">Strawberry Perl</link>.
 </item>
 
 <item>
-Subversion client. Choose any from the <link url="http://subversion.apache.org/packages.html#windows">list</link>
+Subversion&reg; client. Choose any from the <link url="http://subversion.apache.org/packages.html#windows">list</link>
 </item>
 
 <item>
 <link url="http://www.pcre.org">PCRE</link>, <link url="http://zlib.net">zlib</link>
-and <link url="http://www.openssl.org">openssl</link> libraries sources.
+and <link url="http://www.openssl.org">OpenSSL</link> libraries sources.
 </item>
 </list>
 
@@ -67,7 +68,7 @@
 </item>
 
 <item>
-Create a build directory and lib directory, and unpack zlib, PCRE and openssl libraries
+Create a build and lib directories, and unpack zlib, PCRE and openssl libraries
 sources into lib directory:
 <programlisting>
 mkdir objs