aboutsummaryrefslogtreecommitdiff
path: root/doc/vmod-binlog.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/vmod-binlog.3')
-rw-r--r--doc/vmod-binlog.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/vmod-binlog.3 b/doc/vmod-binlog.3
index 7f66dea..66dbc5a 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 Sergey Poznyakoff 2.\" Copyright (C) 2013-2014 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 1 "October 23, 2013" "VMOD-BINLOG" "User Reference" 16.TH VMOD-BINLOG 1 "November 1, 2014" "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 ");"
@@ -267,13 +267,13 @@ the repeat count.
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 Sergey Poznyakoff 273Copyright \(co 2013-2014 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.