r2229 - trunk/varnish-cache/bin/varnishlog

des at projects.linpro.no des at projects.linpro.no
Thu Nov 8 17:27:53 CET 2007


Author: des
Date: 2007-11-08 17:27:53 +0100 (Thu, 08 Nov 2007)
New Revision: 2229

Modified:
   trunk/varnish-cache/bin/varnishlog/varnishlog.1
   trunk/varnish-cache/bin/varnishlog/varnishlog.c
Log:
Pick some nits.


Modified: trunk/varnish-cache/bin/varnishlog/varnishlog.1
===================================================================
--- trunk/varnish-cache/bin/varnishlog/varnishlog.1	2007-11-03 12:30:06 UTC (rev 2228)
+++ trunk/varnish-cache/bin/varnishlog/varnishlog.1	2007-11-08 16:27:53 UTC (rev 2229)
@@ -28,7 +28,7 @@
 .\"
 .\" $Id$
 .\"
-.Dd June 15, 2007
+.Dd November 8, 2007
 .Dt VARNISHLOG 1
 .Os
 .Sh NAME
@@ -44,9 +44,9 @@
 .Op Fl d
 .Op Fl I Ar regex
 .Op Fl i Ar tag
+.Op Fl n Ar varnish_name
 .Op Fl o
 .Op Fl P Ar file
-.Op Fl n Ar varnish_name
 .Op Fl r Ar file
 .Op Fl V
 .Op Fl w Ar file

Modified: trunk/varnish-cache/bin/varnishlog/varnishlog.c
===================================================================
--- trunk/varnish-cache/bin/varnishlog/varnishlog.c	2007-11-03 12:30:06 UTC (rev 2228)
+++ trunk/varnish-cache/bin/varnishlog/varnishlog.c	2007-11-08 16:27:53 UTC (rev 2229)
@@ -283,9 +283,9 @@
 {
 	int i, c;
 	int a_flag = 0, D_flag = 0, o_flag = 0;
+	const char *n_arg = NULL;
 	const char *P_arg = NULL;
 	const char *w_arg = NULL;
-	const char *n_arg = NULL;
 	struct pidfh *pfh = NULL;
 	struct VSL_data *vd;
 




More information about the varnish-commit mailing list