aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-12-10 14:05:51 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-12-10 14:05:51 +0200
commit7eb61c964c74af1bafb948584c0404208c9467b8 (patch)
treec29790e1b4f148c458238985d89bb508d63c2308
parente05b28a7c69804946463e16c61b74e7a1e3605ef (diff)
downloadvmod-dbrw-7eb61c964c74af1bafb948584c0404208c9467b8.tar.gz
vmod-dbrw-7eb61c964c74af1bafb948584c0404208c9467b8.tar.bz2
Fix section number in doc/vmod-dbrw.3
-rw-r--r--doc/vmod-dbrw.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/vmod-dbrw.3 b/doc/vmod-dbrw.3
index f069ce2..2abef65 100644
--- a/doc/vmod-dbrw.3
+++ b/doc/vmod-dbrw.3
@@ -4,25 +4,25 @@
.\" Vmod-dbrw is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 3, or (at your option)
.\" any later version.
.\"
.\" Vmod-dbrw is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD-DBRW 1 "December 8, 2018" "VMOD-DBRW" "User Reference"
+.TH VMOD-DBRW 3 "December 8, 2018" "VMOD-DBRW" "User Reference"
.SH NAME
vmod-dbrw \- Database-driven rewrite rules for Varnish Cache
.SH SYNOPSIS
.B import dbrw;
.PP
.BI "VOID dbrw.config(STRING " dbtype ", STRING " params ", STRING " query ");"
.PP
.BI "STRING dbrw.rewrite(STRING " args ");"
.SH DESCRIPTION
.B Vmod-dbrw
is a Varnish Cache module implementing database-driven rewrite procedures.
Its intended use is for web sites that need an exceedingly big number

Return to:

Send suggestions and report system problems to the System administrator.