From: des Date: Thu, 5 Jul 2007 15:31:25 +0000 (+0000) Subject: Document the -F option (introduced in r1557) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803ea95e8e4737143e1346577870a73d6767d220;p=varnish Document the -F option (introduced in r1557) git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1653 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/varnishd.1 b/varnish-cache/bin/varnishd/varnishd.1 index d924e292..e7d3eb86 100644 --- a/varnish-cache/bin/varnishd/varnishd.1 +++ b/varnish-cache/bin/varnishd/varnishd.1 @@ -28,7 +28,7 @@ .\" .\" $Id$ .\" -.Dd July 3, 2007 +.Dd July 5, 2007 .Dt VARNISHD 1 .Os .Sh NAME @@ -39,6 +39,7 @@ .Op Fl a Ar addrss Ns Op : Ns Ar port .Op Fl b Ar host Ns Op : Ns Ar port .Op Fl d +.Op Fl F .Op Fl f Ar config .Op Fl g Ar group .Op Fl h Ar type Ns Op , Ns Ar options @@ -111,6 +112,8 @@ If the .Fl d flag is specified twice, the child process will not daemonize, and terminating the parent process will also terminate the child. +.It Fl F +Run in the foreground. .It Fl f Ar config Use the specified VCL configuration file instead of the builtin default.