comparison xml/en/docs/dev/development_guide.xml @ 1999:1b086de6a05b

DevGuide: style.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 14 Jun 2017 12:37:04 +0300
parents 18404f5a5600
children c559be34257b
comparison
equal deleted inserted replaced
1998:18404f5a5600 1999:1b086de6a05b
373 373
374 <para> 374 <para>
375 <list type="bullet"> 375 <list type="bullet">
376 376
377 <listitem> 377 <listitem>
378 <literal>ngx_tolower()</literal> 378 <literal>ngx_tolower()</literal>
379 </listitem> 379 </listitem>
380 380
381 <listitem> 381 <listitem>
382 <literal>ngx_toupper()</literal> 382 <literal>ngx_toupper()</literal>
383 </listitem> 383 </listitem>
384 384
385 <listitem> 385 <listitem>
386 <literal>ngx_strlow()</literal> 386 <literal>ngx_strlow()</literal>
387 </listitem> 387 </listitem>
388 388
389 <listitem> 389 <listitem>
390 <literal>ngx_strcasecmp()</literal> 390 <literal>ngx_strcasecmp()</literal>
391 </listitem> 391 </listitem>
392 392
393 <listitem> 393 <listitem>
394 <literal>ngx_strncasecmp()</literal> 394 <literal>ngx_strncasecmp()</literal>
395 </listitem> 395 </listitem>
396 396
397 </list> 397 </list>
398 </para> 398 </para>
399 399