comparison xml/en/docs/dev/development_guide.xml @ 1915:8b7c3b0ef1a4

Semantically marked paths.
author Vladimir Homutov <vl@nginx.com>
date Wed, 22 Feb 2017 17:29:30 +0300
parents f8659301a260
children dcfb4f3ac8a7
comparison
equal deleted inserted replaced
1914:f8659301a260 1915:8b7c3b0ef1a4
292 those strings to syscalls. 292 those strings to syscalls.
293 </para> 293 </para>
294 294
295 <para> 295 <para>
296 A number of string operations are provided in nginx. 296 A number of string operations are provided in nginx.
297 They are declared in <literal>src/core/ngx_string.h</literal>. 297 They are declared in <path>src/core/ngx_string.h</path>.
298 Some of them are wrappers around standard C functions: 298 Some of them are wrappers around standard C functions:
299 </para> 299 </para>
300 300
301 <para> 301 <para>
302 <list type="bullet"> 302 <list type="bullet">
436 </list> 436 </list>
437 </para> 437 </para>
438 438
439 <para> 439 <para>
440 The full list of formatting options, supported by these functions, can be found 440 The full list of formatting options, supported by these functions, can be found
441 in <literal>src/core/ngx_string.c</literal>. Some of them are: 441 in <path>src/core/ngx_string.c</path>. Some of them are:
442 </para> 442 </para>
443 443
444 444
445 <programlisting> 445 <programlisting>
446 %O - off_t 446 %O - off_t
813 813
814 814
815 <section name="Red-Black tree" id="red_black_tree"> 815 <section name="Red-Black tree" id="red_black_tree">
816 816
817 <para> 817 <para>
818 The <literal>src/core/ngx_rbtree.h</literal> header file provides access to the 818 The <path>src/core/ngx_rbtree.h</path> header file provides access to the
819 effective implementation of red-black trees. 819 effective implementation of red-black trees.
820 </para> 820 </para>
821 821
822 822
823 <programlisting> 823 <programlisting>