diff xml/en/docs/sys_errlist.xml @ 200:19c060caf965

- Figured out how to add new faq entries to makefile - Aligned sys_errlist style with the other entries - Minor typos corrected in the other entries
author Andrey Alexeev <andrew@nginx.com>
date Wed, 23 Nov 2011 17:19:40 +0000
parents 7db449e89e92
children be54c443235a
line wrap: on
line diff
--- a/xml/en/docs/sys_errlist.xml	Wed Nov 23 16:42:05 2011 +0000
+++ b/xml/en/docs/sys_errlist.xml	Wed Nov 23 17:19:40 2011 +0000
@@ -11,6 +11,7 @@
 <section>
 
 <para>
+<initial>Q:</initial>
 While building nginx version 0.7.66, 0.8.35 or higher on Linux
 the following warning messages are issued:
 
@@ -21,6 +22,10 @@
     use `strerror' or `strerror_r' instead
 </programlisting>
 
+</para>
+
+<para>
+<initial>A:</initial>
 This is normal: nginx has to use the deprecated sys_errlist[] and sys_nerr
 in signal handlers because strerror() and strerror_r() functions
 are not Async-Signal-Safe.