Commit 9aa4c30e 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@347 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4f706b81
......@@ -4,6 +4,8 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishlog
man_MANS = varnishlog.1
varnishlog_SOURCES = varnishlog.c
varnishlog_LDADD = \
......
.\"
.\" $Id$
.\"
.Dd July 6, 2006
.Dt VARNISHLOG 1
.Os
.Sh NAME
.Nm varnishlog
.Nd HTTP accelerator log watcher
.Sh SYNOPSIS
.Nm
.Op Fl o
.Op Fl r Ar file
.Op Fl w Ar file
.Sh DESCRIPTION
The
.Nm
utility reads and presents
.Xr varnishd 1
shared memory logs.
.Pp
The following options are available:
.Bl -tag -width Fl
.It Fl o
Group log entries by request ID.
.It Fl r Ar file
Read log entries from
.Ar file
instead of shared memory.
.It Fl w Ar file
Write log entries to
.Ar file
instead of displaying them.
.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