aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-19 10:18:30 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-19 10:18:30 +0300
commit4d452a770122daf33fdbe0a549e2804b6f2db086 (patch)
treefd5773251306c3e062fdf55cea917c992306df5a /src
parentaa4306ad7e683d74c214be2278c697b58a0936d6 (diff)
downloadvmod-tbf-4d452a770122daf33fdbe0a549e2804b6f2db086.tar.gz
vmod-tbf-4d452a770122daf33fdbe0a549e2804b6f2db086.tar.bz2
Version 1.0release-1.0
Diffstat (limited to 'src')
-rw-r--r--src/vmod-tbf.315
1 files changed, 9 insertions, 6 deletions
diff --git a/src/vmod-tbf.3 b/src/vmod-tbf.3
index 3521f0b..6ba3d3a 100644
--- a/src/vmod-tbf.3
+++ b/src/vmod-tbf.3
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD-TBF 1 "August 14, 2013" "VMOD-TBF" "User Reference"
+.TH VMOD-TBF 1 "October 19, 2013" "VMOD-TBF" "User Reference"
.SH NAME
vmod-tbf \- token bucket filtering for Varnish
.SH SYNOPSIS
@@ -191,11 +191,14 @@ set req.http.X-Year = tbf.strftime("%Y", systime());
.PP
The \fBtbf.sleep\fR function suspends execution for a specified amount
of time.
-.\" The INCFILE variable is set by man.cgi script on Ulysses when
-.\" it finds the vmod-tbf.3.inc file located in the same directory
-.\" as this one.
-.if !"\V[INCFILE]"" \{\
-.so \V[INCFILE]
+.\"
+.\" The MANCGI variable is set by man.cgi script on Ulysses.
+.\" The download.inc file contains the default DOWNLOAD section
+.\" for man-based doc pages.
+.if "\V[MANCGI]"WEBDOC" \{\
+. ds package vmod-tbf
+. ds version 1.0
+. so download.inc
\}
.SH "SEE ALSO"
.BR vcl (7),

Return to:

Send suggestions and report system problems to the System administrator.