changeset 656:ea8773eff48d

FreeBSD writes to regular files are atomic.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 27 Aug 2012 12:50:08 +0000
parents 93d2a54d247c
children 56fa3cab4ceb
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="1">
+        rev="2">
 
 <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-6.0 this size is unlimited.
+For FreeBSD 3.0+ 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="1">
+        rev="2">
 
 <section id="summary">
 
@@ -71,7 +71,7 @@ access_log /spool/logs/nginx-access.log 
 
 <para>
 Размер буфера должен быть не больше размера атомарной записи в дисковый файл.
-Для FreeBSD 3.0-6.0 этот размер неограничен.
+Для FreeBSD 3.0+ этот размер неограничен.
 </para>
 
 <para>