Commit 0ad1b190 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Pick some nits.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2229 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d62d3bf6
......@@ -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
......
......@@ -283,9 +283,9 @@ main(int argc, char **argv)
{
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;
......
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