changeset 2881:e59e8645055d

Relocated note from s.off to s.log in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 18 Aug 2022 15:28:45 +0100
parents ba7fc94e7796
children 986e1f930e3b
files xml/en/docs/njs/reference.xml
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/reference.xml	Wed Aug 10 00:35:08 2022 +0100
+++ b/xml/en/docs/njs/reference.xml	Thu Aug 18 15:28:45 2022 +0100
@@ -9,7 +9,7 @@
 <article name="Reference"
         link="/en/docs/njs/reference.html"
         lang="en"
-        rev="85">
+        rev="86">
 
 <section id="summary">
 
@@ -680,12 +680,6 @@
 <tag-desc>
 writes a sent <value>string</value> to the error log
 on the <literal>info</literal> level of logging
-</tag-desc>
-
-<tag-name id="s_off"><literal>s.off(<value>eventName</value>)</literal></tag-name>
-<tag-desc>
-unregisters the callback set by the <link id="s_on">s.on()</link> method
-(<link doc="changes.xml" id="njs0.2.4">0.2.4</link>)
 <para>
 <note>
 As nginx has a
@@ -696,6 +690,12 @@
 </para>
 </tag-desc>
 
+<tag-name id="s_off"><literal>s.off(<value>eventName</value>)</literal></tag-name>
+<tag-desc>
+unregisters the callback set by the <link id="s_on">s.on()</link> method
+(<link doc="changes.xml" id="njs0.2.4">0.2.4</link>)
+</tag-desc>
+
 <tag-name id="s_on"><literal>s.on(<value>event</value>,
 <value>callback</value>)</literal></tag-name>
 <tag-desc>