r3375 - branches/2.0/varnish-cache/bin/varnishtest

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Nov 10 11:12:56 CET 2008


Author: tfheen
Date: 2008-11-10 11:12:56 +0100 (Mon, 10 Nov 2008)
New Revision: 3375

Modified:
   branches/2.0/varnish-cache/bin/varnishtest/varnishtest.1
Log:
Merge r3357: varnishtest man page: whitespace fix 


Modified: branches/2.0/varnish-cache/bin/varnishtest/varnishtest.1
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/varnishtest.1	2008-11-10 10:12:28 UTC (rev 3374)
+++ branches/2.0/varnish-cache/bin/varnishtest/varnishtest.1	2008-11-10 10:12:56 UTC (rev 3375)
@@ -55,7 +55,7 @@
 The following options are available:
 .Bl -tag -width Fl
 .It Fl n Ar iter
-Run 
+Run
 .Ar iter
 number of iterations.
 .It Fl q
@@ -74,13 +74,13 @@
 # Create a server thread called "s1"
 server s1 {
     # Receive a request
-    rxreq 
+    rxreq
     # Send a standard response
     txresp -hdr "Connection: close" -body "012345\\n"
 }
 
 # Start the server thread
-server s1 -start 
+server s1 -start
 
 # Create a client thread called "c1"
 client c1 {
@@ -101,7 +101,6 @@
 # (Forcefully) Stop the varnish instance.
 varnish v1 -stop
 .Ed
-
 .Ss Example script output
 The output, running this script looks as follows.
 .Pp




More information about the varnish-commit mailing list