[PATCH] Minor docs fixes
Sergey A. Osokin
osa at freebsd.org.ru
Thu Aug 31 20:43:05 UTC 2023
Hi,
here's the patch from Ryan.
On Thu, Aug 31, 2023 at 08:31:34PM +0000, Ryan Davis via nginx-devel wrote:
> Apologies, the corporate SMTP server is doing something unexpected.
# HG changeset patch
# User Ryan Davis <ry.davis at f5.com>
# Date 1693509279 14400
# Thu Aug 31 15:14:39 2023 -0400
# Node ID 31eebaba6f8d4973c35c40f3da69c9d9fe598438
# Parent 4e25281328fa2152cadedc52e05f8a1b1bf531cd
Minor docs fixes
- add a missing close tag that tripped up non-streaming XML parsers
- fix a misclassified `lang` attribute
diff -r 4e25281328fa -r 31eebaba6f8d xml/en/docs/http/ngx_http_api_module_head.xml
--- a/xml/en/docs/http/ngx_http_api_module_head.xml Tue Aug 29 09:11:57 2023 +0100
+++ b/xml/en/docs/http/ngx_http_api_module_head.xml Thu Aug 31 15:14:39 2023 -0400
@@ -9,7 +9,7 @@
<module name="Module ngx_http_api_module"
link="/en/docs/http/ngx_http_api_module.html"
lang="en"
- rev="3">
+ rev="4">
<section id="summary">
@@ -298,3 +298,4 @@
</para>
</section>
+</module>
diff -r 4e25281328fa -r 31eebaba6f8d xml/ru/docs/http/ngx_http_v3_module.xml
--- a/xml/ru/docs/http/ngx_http_v3_module.xml Tue Aug 29 09:11:57 2023 +0100
+++ b/xml/ru/docs/http/ngx_http_v3_module.xml Thu Aug 31 15:14:39 2023 -0400
@@ -8,8 +8,8 @@
<module name="Модуль ngx_http_v3_module"
link="/ru/docs/http/ngx_http_v3_module.html"
- lang="en"
- rev="2">
+ lang="ru"
+ rev="3">
<section id="summary">
--
Sergey A. Osokin
More information about the nginx-devel
mailing list