changeset 2079:05f5bfdaffa3

Development guide: fixed formatting function names. Reported by Yves Crespin.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 Nov 2017 16:54:09 +0300
parents 26e547b1022d
children 8f885a69374d
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml
+++ b/xml/en/docs/dev/development_guide.xml
@@ -453,11 +453,11 @@ The following formatting functions suppo
 </listitem>
 
 <listitem>
-<literal>ngx_vslprint(buf, last, fmt, args)</literal>
-</listitem>
-
-<listitem>
-<literal>ngx_vsnprint(buf, max, fmt, args)</literal>
+<literal>ngx_vslprintf(buf, last, fmt, args)</literal>
+</listitem>
+
+<listitem>
+<literal>ngx_vsnprintf(buf, max, fmt, args)</literal>
 </listitem>
 
 </list>