From d0f7c38cada85a3a7c307de8d36514aa1970c7f5 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 6 Jul 2006 13:02:28 +0000 Subject: [PATCH] Add a rudimentary man page. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@350 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishstat/Makefile.am | 2 ++ varnish-cache/bin/varnishstat/varnishstat.1 | 31 +++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 varnish-cache/bin/varnishstat/varnishstat.1 diff --git a/varnish-cache/bin/varnishstat/Makefile.am b/varnish-cache/bin/varnishstat/Makefile.am index 16702330..e2107d95 100644 --- a/varnish-cache/bin/varnishstat/Makefile.am +++ b/varnish-cache/bin/varnishstat/Makefile.am @@ -4,6 +4,8 @@ INCLUDES = -I$(top_srcdir)/include bin_PROGRAMS = varnishstat +man_MANS = varnishstat.1 + varnishstat_SOURCES = varnishstat.c varnishstat_LDADD = \ diff --git a/varnish-cache/bin/varnishstat/varnishstat.1 b/varnish-cache/bin/varnishstat/varnishstat.1 new file mode 100644 index 00000000..bd973cb9 --- /dev/null +++ b/varnish-cache/bin/varnishstat/varnishstat.1 @@ -0,0 +1,31 @@ +.\" +.\" $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. -- 2.39.5