Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a rudimentary man page.
git-svn-id: http://www.varnish-cache.org/svn/trunk@347 d4fa192b-c00b-0410-8231-f00ffab90ce4
  • Loading branch information
dag-erling committed Jul 6, 2006
1 parent 4f706b8 commit 9aa4c30
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/varnishlog/Makefile.am
Expand Up @@ -4,6 +4,8 @@ INCLUDES = -I$(top_srcdir)/include

bin_PROGRAMS = varnishlog

man_MANS = varnishlog.1

varnishlog_SOURCES = varnishlog.c

varnishlog_LDADD = \
Expand Down
40 changes: 40 additions & 0 deletions bin/varnishlog/varnishlog.1
@@ -0,0 +1,40 @@
.\"
.\" $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.

0 comments on commit 9aa4c30

Please sign in to comment.