]> err.no Git - varnish/commitdiff
Correct copyright + some style nits
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 26 Jun 2007 11:41:23 +0000 (11:41 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 26 Jun 2007 11:41:23 +0000 (11:41 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1579 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishreplay/varnishreplay.1
varnish-cache/bin/varnishreplay/varnishreplay.c

index 097de27994e5e02afdded5b8a8661f5742ecda38..c531090a26b60632a1d1043b3a55b54aad2e18b8 100644 (file)
@@ -1,6 +1,5 @@
 .\"-
-.\" Copyright (c) 2006 Verdens Gang AS
-.\" Copyright (c) 2006-2007 Linpro AS
+.\" Copyright (c) 2007 Linpro AS
 .\" All rights reserved.
 .\"
 .\" Author: Cecilie Fritzvold <cecilihf@linpro.no>
@@ -35,9 +34,9 @@
 .Nm varnishreplay
 .Sh SYNOPSIS
 .Nm
+.Op Fl D
 .Fl a Ar address:port
 .Fl r Ar file
-.Op Fl D
 .Sh DESCRIPTION
 The
 .Nm
@@ -48,21 +47,16 @@ The following options are available:
 .It Fl a Ar address:port
 Send the traffic over tcp to this address and port.
 This option is mandatory.
-.It Fl r Ar file
-Parse logs from this file. This option is mandatory.
 .It Fl D
 Turn on debugging mode.
+.It Fl r Ar file
+Parse logs from this file.
+This option is mandatory.
 .Sh SEE ALSO
 .Xr varnishd 1 ,
-.Xr varnishhist 1 ,
-.Xr varnishncsa 1 ,
-.Xr varnishstat 1 ,
-.Xr varnishtop 1
+.Xr varnishlog 1
 .Sh HISTORY
 The
 .Nm
-utility was developed by
-.An Cecilie Fritzvold Aq cecilihf@linpro.no .
-
-This manual page was written by
+utility and this manual page were written by
 .An Cecilie Fritzvold Aq cecilihf@linpro.no .
index a22be7c186b635e41e866f3c230145388d3f9b79..9aa79dc5418ecb6999ae373a31514dfa5c269096 100644 (file)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2006 Verdens Gang AS
- * Copyright (c) 2006-2007 Linpro AS
+ * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
  * Author: Cecilie Fritzvold <cecilihf@linpro.no>