
tfheen at varnish-cache
Apr 16, 2012, 1:20 AM
Post #1 of 1
(30 views)
Permalink
|
|
[3.0] 9cd0acb Fix inconsistant man page, as reported by Chris Adams
|
|
commit 9cd0acbd9c583b9078720952209870290696e93c Author: Lasse Karstensen <lasse [at] varnish-software> Date: Wed Dec 28 16:17:57 2011 +0100 Fix inconsistant man page, as reported by Chris Adams diff --git a/doc/sphinx/reference/varnishncsa.rst b/doc/sphinx/reference/varnishncsa.rst index 91622d8..0b3f97f 100644 --- a/doc/sphinx/reference/varnishncsa.rst +++ b/doc/sphinx/reference/varnishncsa.rst @@ -15,7 +15,7 @@ Display Varnish logs in Apache / NCSA combined log format SYNOPSIS ======== -varnishncsa [-a] [-b] [-C] [-c] [-D] [-d] [-f] [-F format] [-I regex] +varnishncsa [-a] [-C] [-D] [-d] [-f] [-F format] [-I regex] [-i tag] [-n varnish_name] [-m tag:regex ...] [-P file] [-r file] [-V] [-w file] [-X regex] [-x tag] @@ -30,16 +30,8 @@ The following options are available: -a When writing to a file, append to it rather than overwrite it. --b Include log entries which result from communication with a - backend server. If neither -b nor -c is - specified, varnishncsa acts as if they both were. - -C Ignore case when matching regular expressions. --c Include log entries which result from communication - with a client. If neither -b nor -c is specified, - varnishncsa acts as if they both were. - -D Daemonize. -d Process old log entries on startup. Normally, varnishncsa _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|