changeset 657:56fa3cab4ceb

Completely dropped FreeBSD version information when talking about atomic writes to regular files. Submitted by Igor Sysoev.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Aug 2012 06:11:50 +0000
parents ea8773eff48d
children bd81a71006fe
files xml/en/docs/http/ngx_http_log_module.xml xml/ru/docs/http/ngx_http_log_module.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_log_module.xml
+++ b/xml/en/docs/http/ngx_http_log_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_log_module"
         link="/en/docs/http/ngx_http_log_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -70,7 +70,7 @@ If format is not specified then the pred
 
 <para>
 The buffer size must not exceed the size of the atomic write to a disk file.
-For FreeBSD 3.0+ this size is unlimited.
+For FreeBSD this size is unlimited.
 </para>
 
 <para>
--- a/xml/ru/docs/http/ngx_http_log_module.xml
+++ b/xml/ru/docs/http/ngx_http_log_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_log_module"
         link="/ru/docs/http/ngx_http_log_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -71,7 +71,7 @@ access_log /spool/logs/nginx-access.log 
 
 <para>
 Размер буфера должен быть не больше размера атомарной записи в дисковый файл.
-Для FreeBSD 3.0+ этот размер неограничен.
+Для FreeBSD этот размер неограничен.
 </para>
 
 <para>