[master] e578219 Add a label, fix a typo and remove -o (now default)

Per Buer perbu at varnish-cache.org
Mon Dec 19 11:32:01 CET 2011


commit e5782194340ab76c06e8e4bc242f244fd18791f4
Author: Per Buer <perbu at varnish-software.com>
Date:   Mon Dec 19 11:25:39 2011 +0100

    Add a label, fix a typo and remove -o (now default)

diff --git a/doc/sphinx/tutorial/logging.rst b/doc/sphinx/tutorial/logging.rst
index 070dc3d..331742f 100644
--- a/doc/sphinx/tutorial/logging.rst
+++ b/doc/sphinx/tutorial/logging.rst
@@ -1,3 +1,4 @@
+.. _tutorial-logging:
 
 Logging in Varnish
 ------------------
@@ -8,7 +9,7 @@ memory segment. When the end of the segment is reached we start over,
 overwriting old data. This is much, much faster then logging to a file
 and it doesn't require disk space.
 
-The flip side is that is you forget to have program actually write the
+The flip side is that if you forget to have program actually write the
 logs to disk they will disappear.
 
 varnishlog is one of the programs you can use to look at what Varnish
@@ -69,9 +70,6 @@ want to know are:
  show all cookie headers coming from the clients:
  ``$ varnishlog -c -i RxHeader -I Cookie``
 
--o 
- Group log entries by request ID.
-
 
 Now that Varnish seem to work OK it's time to put Varnish on port 80
 while we tune it.



More information about the varnish-commit mailing list