aboutsummaryrefslogtreecommitdiff
path: root/src/vmod-tbf.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmod-tbf.3')
-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.