changeset 1915:8b7c3b0ef1a4

Semantically marked paths.
author Vladimir Homutov <vl@nginx.com>
date Wed, 22 Feb 2017 17:29:30 +0300
parents f8659301a260
children 1b408dd50eee
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
 <para>
 A number of string operations are provided in nginx.
-They are declared in <literal>src/core/ngx_string.h</literal>.
+They are declared in <path>src/core/ngx_string.h</path>.
 Some of them are wrappers around standard C functions:
 </para>
 
@@ -438,7 +438,7 @@
 
 <para>
 The full list of formatting options, supported by these functions, can be found
-in <literal>src/core/ngx_string.c</literal>. Some of them are:
+in <path>src/core/ngx_string.c</path>. Some of them are:
 </para>
 
 
@@ -815,7 +815,7 @@
 <section name="Red-Black tree" id="red_black_tree">
 
 <para>
-The <literal>src/core/ngx_rbtree.h</literal> header file provides access to the
+The <path>src/core/ngx_rbtree.h</path> header file provides access to the
 effective implementation of red-black trees.
 </para>