diff xml/en/docs/ngx_core_module.xml @ 82:89c31b453d40

Sorted directives alphabetically.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 13 Oct 2011 07:57:44 +0000
parents 6108fd3217e7
children a10bc0cb0a6a
line wrap: on
line diff
--- a/xml/en/docs/ngx_core_module.xml	Thu Oct 13 07:45:20 2011 +0000
+++ b/xml/en/docs/ngx_core_module.xml	Thu Oct 13 07:57:44 2011 +0000
@@ -154,21 +154,6 @@
 </directive>
 
 
-<directive name="user">
-<syntax>user <argument>user</argument> [<argument>group</argument>]</syntax>
-<default>user nobody nobody</default>
-<context>main</context>
-
-<para>
-Defines <argument>user</argument> and <argument>group</argument>
-credentials used by worker processes.
-If <argument>group</argument> is omitted, a group whose name equals
-that of <argument>user</argument> is used.
-</para>
-
-</directive>
-
-
 <directive name="timer_resolution">
 <syntax>timer_resolution <argument>interval</argument></syntax>
 <default/>
@@ -212,29 +197,16 @@
 </directive>
 
 
-<directive name="worker_rlimit_core">
-<syntax>worker_rlimit_core <argument>size</argument></syntax>
-<default/>
+<directive name="user">
+<syntax>user <argument>user</argument> [<argument>group</argument>]</syntax>
+<default>user nobody nobody</default>
 <context>main</context>
 
 <para>
-Changes the limit on the largest size of a core file
-(<c-def>RLIMIT_CORE</c-def>) for worker processes.
-Used to increase the limit without restarting the main process.
-</para>
-
-</directive>
-
-
-<directive name="worker_rlimit_nofile">
-<syntax>worker_rlimit_nofile <argument>number</argument></syntax>
-<default/>
-<context>main</context>
-
-<para>
-Changes the limit on the maximum number of open files
-(<c-def>RLIMIT_NOFILE</c-def>) for worker processes.
-Used to increase the limit without restarting the main process.
+Defines <argument>user</argument> and <argument>group</argument>
+credentials used by worker processes.
+If <argument>group</argument> is omitted, a group whose name equals
+that of <argument>user</argument> is used.
 </para>
 
 </directive>
@@ -275,6 +247,34 @@
 </directive>
 
 
+<directive name="worker_rlimit_core">
+<syntax>worker_rlimit_core <argument>size</argument></syntax>
+<default/>
+<context>main</context>
+
+<para>
+Changes the limit on the largest size of a core file
+(<c-def>RLIMIT_CORE</c-def>) for worker processes.
+Used to increase the limit without restarting the main process.
+</para>
+
+</directive>
+
+
+<directive name="worker_rlimit_nofile">
+<syntax>worker_rlimit_nofile <argument>number</argument></syntax>
+<default/>
+<context>main</context>
+
+<para>
+Changes the limit on the maximum number of open files
+(<c-def>RLIMIT_NOFILE</c-def>) for worker processes.
+Used to increase the limit without restarting the main process.
+</para>
+
+</directive>
+
+
 <directive name="working_directory">
 <syntax>working_directory <argument>directory</argument></syntax>
 <default/>