aboutsummaryrefslogtreecommitdiff
path: root/doc/vmod-binlog.3
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-11-07 13:46:12 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-11-07 13:46:12 +0200
commitac4200fa46eebfc9227130739ae7f867e3fd0a20 (patch)
treedcfda4ae2e86aba36ea5b34296fb5972dd715ebd /doc/vmod-binlog.3
parent29aae24c51c9682a789c09e37e631b886affcbf7 (diff)
downloadvmod-binlog-ac4200fa46eebfc9227130739ae7f867e3fd0a20.tar.gz
vmod-binlog-ac4200fa46eebfc9227130739ae7f867e3fd0a20.tar.bz2
Fix interval initialization from the module_init function.
* doc/vmod-binlog.3: Update. * src/binlogsel.c (interval) <name>: Remove const. (interval_add): duplicate the name. * src/xalloc.c (xstrdup): New function. * src/xalloc.h: Likewise.
Diffstat (limited to 'doc/vmod-binlog.3')
-rw-r--r--doc/vmod-binlog.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/vmod-binlog.3 b/doc/vmod-binlog.3
index 42dcccc..7f66dea 100644
--- a/doc/vmod-binlog.3
+++ b/doc/vmod-binlog.3
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD-BINLOG 1 "October 22, 2013" "VMOD-BINLOG" "User Reference"
+.TH VMOD-BINLOG 1 "October 23, 2013" "VMOD-BINLOG" "User Reference"
.SH NAME
vmod\-binlog \- binary log file support for Varnish Cache.
.SH SYNOPSIS
@@ -169,7 +169,7 @@ For example, consider the format specification
L Z256
.EE
.PP
-(i.e. a 32-bit unsigned long value, followed by a string of up to 256
+(i.e. a 32-bit unsigned long value, followed by a string of up to 255
characters). Given this, the following sequence of \fBVCL\fR commands
can be used to construct the log entry from the HTTP headers:
.PP
@@ -188,9 +188,9 @@ square brackets).
.PP
The valid template letters are:
.TP
-.BI Z [N]
+.BI Z[ N ]
A null-terminated (ASCIZ) string of at most N-1 characters, will be
-null padded. This letter must be followed by repeat count.
+null padded. The repeat count is mandatory.
.TP
.B c
A signed char (8-bit) value.

Return to:

Send suggestions and report system problems to the System administrator.