# HG changeset patch # User Ruslan Ermilov # Date 1346134310 0 # Node ID 56fa3cab4ceb722605ee91a3b0f4cd311d66899d # Parent ea8773eff48d8c4a2f90b49f17360010a486d25b Completely dropped FreeBSD version information when talking about atomic writes to regular files. Submitted by Igor Sysoev. diff --git a/xml/en/docs/http/ngx_http_log_module.xml b/xml/en/docs/http/ngx_http_log_module.xml --- a/xml/en/docs/http/ngx_http_log_module.xml +++ b/xml/en/docs/http/ngx_http_log_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -70,7 +70,7 @@ If format is not specified then the pred 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. diff --git a/xml/ru/docs/http/ngx_http_log_module.xml b/xml/ru/docs/http/ngx_http_log_module.xml --- a/xml/ru/docs/http/ngx_http_log_module.xml +++ b/xml/ru/docs/http/ngx_http_log_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -71,7 +71,7 @@ access_log /spool/logs/nginx-access.log Размер буфера должен быть не больше размера атомарной записи в дисковый файл. -Для FreeBSD 3.0+ этот размер неограничен. +Для FreeBSD этот размер неограничен.