Commit e81ecd9e authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Add a rudimentary man page.

git-svn-id: http://www.varnish-cache.org/svn/trunk@350 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 13ab5c04
......@@ -4,6 +4,8 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishstat
man_MANS = varnishstat.1
varnishstat_SOURCES = varnishstat.c
varnishstat_LDADD = \
......
.\"
.\" $Id$
.\"
.Dd July 6, 2006
.Dt VARNISHSTAT 1
.Os
.Sh NAME
.Nm varnishstat
.Nd HTTP accelerator statistics
.Sh SYNOPSIS
.Nm
.Op Fl c
.Sh DESCRIPTION
The
.Nm
utility displays statistics from a running
.Xr varnishd 1
instance.
.Pp
The following options are available:
.Bl -tag -width Fl
.It Fl c
Present a continuously updating display using
.Xr curses 3 .
.El
.Sh HISTORY
The
.Nm
utility was developed by
.An Poul-Henning Kamp Aq phk@freebsd.dk
in cooperation with Verdens Gang AS and Linpro AS.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment