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

Correct copyright + some style nits


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1579 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d3f49109
.\"- .\"-
.\" Copyright (c) 2006 Verdens Gang AS .\" Copyright (c) 2007 Linpro AS
.\" Copyright (c) 2006-2007 Linpro AS
.\" All rights reserved. .\" All rights reserved.
.\" .\"
.\" Author: Cecilie Fritzvold <cecilihf@linpro.no> .\" Author: Cecilie Fritzvold <cecilihf@linpro.no>
...@@ -35,9 +34,9 @@ ...@@ -35,9 +34,9 @@
.Nm varnishreplay .Nm varnishreplay
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl D
.Fl a Ar address:port .Fl a Ar address:port
.Fl r Ar file .Fl r Ar file
.Op Fl D
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
...@@ -48,21 +47,16 @@ The following options are available: ...@@ -48,21 +47,16 @@ The following options are available:
.It Fl a Ar address:port .It Fl a Ar address:port
Send the traffic over tcp to this address and port. Send the traffic over tcp to this address and port.
This option is mandatory. This option is mandatory.
.It Fl r Ar file
Parse logs from this file. This option is mandatory.
.It Fl D .It Fl D
Turn on debugging mode. Turn on debugging mode.
.It Fl r Ar file
Parse logs from this file.
This option is mandatory.
.Sh SEE ALSO .Sh SEE ALSO
.Xr varnishd 1 , .Xr varnishd 1 ,
.Xr varnishhist 1 , .Xr varnishlog 1
.Xr varnishncsa 1 ,
.Xr varnishstat 1 ,
.Xr varnishtop 1
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
utility was developed by utility and this manual page were written by
.An Cecilie Fritzvold Aq cecilihf@linpro.no .
This manual page was written by
.An Cecilie Fritzvold Aq cecilihf@linpro.no . .An Cecilie Fritzvold Aq cecilihf@linpro.no .
/*- /*-
* Copyright (c) 2006 Verdens Gang AS * Copyright (c) 2006 Linpro AS
* Copyright (c) 2006-2007 Linpro AS
* All rights reserved. * All rights reserved.
* *
* Author: Cecilie Fritzvold <cecilihf@linpro.no> * Author: Cecilie Fritzvold <cecilihf@linpro.no>
......
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