aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-09 11:06:23 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-09 11:08:48 +0300
commit2efd16f0b12131aa09649d14470a5cfd17bea38f (patch)
tree3aa184d76bba6ecaebf4ad0f7075ce35129fbc82 /doc
parentf30cd1b791be57e16161fa6455e1ec85e464ebba (diff)
downloadvmod-binlog-2efd16f0b12131aa09649d14470a5cfd17bea38f.tar.gz
vmod-binlog-2efd16f0b12131aa09649d14470a5cfd17bea38f.tar.bz2
Version 2.6v2.6
Diffstat (limited to 'doc')
-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 cd74f59..a6c5d00 100644
--- a/doc/vmod-binlog.3
+++ b/doc/vmod-binlog.3
@@ -1,8 +1,8 @@
1.\" This file is part of Vmod-binlog -*- nroff -*- 1.\" This file is part of Vmod-binlog -*- nroff -*-
2.\" Copyright (C) 2013-2018 Sergey Poznyakoff 2.\" Copyright (C) 2013-2020 Sergey Poznyakoff
3.\" 3.\"
4.\" Vmod-binlog is free software; you can redistribute it and/or modify 4.\" Vmod-binlog is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by 5.\" it under the terms of the GNU General Public License as published by
6.\" the Free Software Foundation; either version 3, or (at your option) 6.\" the Free Software Foundation; either version 3, or (at your option)
7.\" any later version. 7.\" any later version.
8.\" 8.\"
@@ -10,13 +10,13 @@
10.\" but WITHOUT ANY WARRANTY; without even the implied warranty of 10.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12.\" GNU General Public License for more details. 12.\" GNU General Public License for more details.
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>. 15.\" along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
16.TH VMOD-BINLOG 3 "December 10, 2018" "VMOD-BINLOG" "User Reference" 16.TH VMOD-BINLOG 3 "April 9, 2020" "VMOD-BINLOG" "User Reference"
17.SH NAME 17.SH NAME
18vmod\-binlog \- binary log file support for Varnish Cache. 18vmod\-binlog \- binary log file support for Varnish Cache.
19.SH SYNOPSIS 19.SH SYNOPSIS
20.B import binlog; 20.B import binlog;
21 21
22.BI "VOID binlog.init(STRING " dir ", STRING " format ", STRING " param ");" 22.BI "VOID binlog.init(STRING " dir ", STRING " format ", STRING " param ");"
@@ -254,26 +254,26 @@ the repeat count.
254 254
255.\" The MANCGI variable is set by man.cgi script on Ulysses. 255.\" The MANCGI variable is set by man.cgi script on Ulysses.
256.\" The download.inc file contains the default DOWNLOAD section 256.\" The download.inc file contains the default DOWNLOAD section
257.\" for man-based doc pages. 257.\" for man-based doc pages.
258.if "\V[MANCGI]"WEBDOC" \{\ 258.if "\V[MANCGI]"WEBDOC" \{\
259. ds package vmod-binlog 259. ds package vmod-binlog
260. ds version 2.3 260. ds version 2.6
261. so download.inc 261. so download.inc
262\} 262\}
263.SH "SEE ALSO" 263.SH "SEE ALSO"
264.BR binlogcat (1), 264.BR binlogcat (1),
265.BR binlogsel (1), 265.BR binlogsel (1),
266.BR vcl (7), 266.BR vcl (7),
267.BR varnishd (1). 267.BR varnishd (1).
268.SH AUTHORS 268.SH AUTHORS
269Sergey Poznyakoff 269Sergey Poznyakoff
270.SH "BUG REPORTS" 270.SH "BUG REPORTS"
271Report bugs to <gray@gnu.org>. 271Report bugs to <gray@gnu.org>.
272.SH COPYRIGHT 272.SH COPYRIGHT
273Copyright \(co 2013-2014 Sergey Poznyakoff 273Copyright \(co 2013-2020 Sergey Poznyakoff
274.br 274.br
275.na 275.na
276License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 276License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
277.br 277.br
278.ad 278.ad
279This is free software: you are free to change and redistribute it. 279This is free software: you are free to change and redistribute it.

Return to:

Send suggestions and report system problems to the System administrator.