comparison xml/en/docs/http/ngx_http_log_module.xml @ 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 d71e56d56ada
comparison
equal deleted inserted replaced
656:ea8773eff48d 657:56fa3cab4ceb
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_log_module" 10 <module name="Module ngx_http_log_module"
11 link="/en/docs/http/ngx_http_log_module.html" 11 link="/en/docs/http/ngx_http_log_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_log_module</literal> module writes request logs 18 The <literal>ngx_http_log_module</literal> module writes request logs
68 “<literal>combined</literal>” is used. 68 “<literal>combined</literal>” is used.
69 </para> 69 </para>
70 70
71 <para> 71 <para>
72 The buffer size must not exceed the size of the atomic write to a disk file. 72 The buffer size must not exceed the size of the atomic write to a disk file.
73 For FreeBSD 3.0+ this size is unlimited. 73 For FreeBSD this size is unlimited.
74 </para> 74 </para>
75 75
76 <para> 76 <para>
77 The file path can contain variables (0.7.6+), 77 The file path can contain variables (0.7.6+),
78 but such logs have some constraints: 78 but such logs have some constraints: