# HG changeset patch # User Vladimir Homutov # Date 1487773770 -10800 # Node ID 8b7c3b0ef1a4f430da2893746fb1727748f00d98 # Parent f8659301a2608867edd313a7aef285a8096ae194 Semantically marked paths. diff -r f8659301a260 -r 8b7c3b0ef1a4 xml/en/docs/dev/development_guide.xml --- a/xml/en/docs/dev/development_guide.xml Wed Feb 22 17:27:40 2017 +0300 +++ b/xml/en/docs/dev/development_guide.xml Wed Feb 22 17:29:30 2017 +0300 @@ -294,7 +294,7 @@ A number of string operations are provided in nginx. -They are declared in src/core/ngx_string.h. +They are declared in src/core/ngx_string.h. Some of them are wrappers around standard C functions: @@ -438,7 +438,7 @@ The full list of formatting options, supported by these functions, can be found -in src/core/ngx_string.c. Some of them are: +in src/core/ngx_string.c. Some of them are: @@ -815,7 +815,7 @@
-The src/core/ngx_rbtree.h header file provides access to the +The src/core/ngx_rbtree.h header file provides access to the effective implementation of red-black trees.