comparison xml/en/docs/install.xml @ 625:af3f38e349eb

Removed terminal whitespace and fixed apostrophes used.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 11 Aug 2012 04:55:25 +0000
parents 764fbac1b8b4
children 77a3314c74a7
comparison
equal deleted inserted replaced
624:4b5163be537f 625:af3f38e349eb
181 <literal>--with-pcre=<value>path</value></literal>&mdash;sets 181 <literal>--with-pcre=<value>path</value></literal>&mdash;sets
182 the path to the sources of the PCRE library. 182 the path to the sources of the PCRE library.
183 The library distribution (version 183 The library distribution (version
184 4.4&mdash;8.30) needs to be downloaded from the 184 4.4&mdash;8.30) needs to be downloaded from the
185 <link url="http://www.pcre.org">PCRE</link> site and extracted. 185 <link url="http://www.pcre.org">PCRE</link> site and extracted.
186 The rest is done by nginx's ./configure and make. 186 The rest is done by nginx’s ./configure and make.
187 The library is required for regular expressions support in the 187 The library is required for regular expressions support in the
188 <link doc="http/ngx_http_core_module.xml" id="location"/> directive 188 <link doc="http/ngx_http_core_module.xml" id="location"/> directive
189 and for the 189 and for the
190 <link doc="http/ngx_http_rewrite_module.xml">ngx_http_rewrite_module</link> 190 <link doc="http/ngx_http_rewrite_module.xml">ngx_http_rewrite_module</link>
191 module. 191 module.
205 <literal>--with-zlib=<value>path</value></literal>&mdash;sets 205 <literal>--with-zlib=<value>path</value></literal>&mdash;sets
206 the path to the sources of the zlib library. 206 the path to the sources of the zlib library.
207 The library distribution (version 207 The library distribution (version
208 1.1.3&mdash;1.2.5) needs to be downloaded from the 208 1.1.3&mdash;1.2.5) needs to be downloaded from the
209 <link url="http://www.gzip.org/zlib/">zlib</link> site and extracted. 209 <link url="http://www.gzip.org/zlib/">zlib</link> site and extracted.
210 The rest is done by nginx's ./configure and make. 210 The rest is done by nginx’s ./configure and make.
211 The library is required for the 211 The library is required for the
212 <link doc="http/ngx_http_gzip_module.xml">ngx_http_gzip_module</link> module. 212 <link doc="http/ngx_http_gzip_module.xml">ngx_http_gzip_module</link> module.
213 </para> 213 </para>
214 </listitem> 214 </listitem>
215 215