comparison xml/en/docs/http/ngx_http_rewrite_module.xml @ 934:9b549f369a36

Typo.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 21 Jun 2013 15:59:02 +0400
parents 9fce700e56d3
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
933:f297382b1d63 934:9b549f369a36
117 Regular expressions can contain captures that are made available for 117 Regular expressions can contain captures that are made available for
118 later reuse in the <var>$1</var>..<var>$9</var> variables. 118 later reuse in the <var>$1</var>..<var>$9</var> variables.
119 Negative operators “<literal>!~</literal>” and “<literal>!~*</literal>” 119 Negative operators “<literal>!~</literal>” and “<literal>!~*</literal>”
120 are also available. 120 are also available.
121 If a regular expression includes the characters “<literal>}</literal>” 121 If a regular expression includes the characters “<literal>}</literal>”
122 or “<literal>;</literal>”, the whole expressions should be enclosed 122 or “<literal>;</literal>”, the whole expression should be enclosed
123 in single or double quotes. 123 in single or double quotes.
124 </listitem> 124 </listitem>
125 125
126 <listitem> 126 <listitem>
127 checking a file existence with the “<literal>-f</literal>” and 127 checking a file existence with the “<literal>-f</literal>” and
321 </example> 321 </example>
322 </para> 322 </para>
323 323
324 <para> 324 <para>
325 If a regular expression includes the characters “<literal>}</literal>” 325 If a regular expression includes the characters “<literal>}</literal>”
326 or “<literal>;</literal>”, the whole expressions should be enclosed 326 or “<literal>;</literal>”, the whole expression should be enclosed
327 in single or double quotes. 327 in single or double quotes.
328 </para> 328 </para>
329 329
330 </directive> 330 </directive>
331 331