]> err.no Git - varnish/commitdiff
varnishtest man page: whitespace fix
authorssm <ssm@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 30 Oct 2008 07:00:00 +0000 (07:00 +0000)
committerssm <ssm@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 30 Oct 2008 07:00:00 +0000 (07:00 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3357 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/varnishtest.1

index ea665884e6fb550b3294ee0a4dc275c619a66e8d..2925ae65dda1922263f8653a98abfd946d75cf72 100644 (file)
@@ -55,7 +55,7 @@ clients, and a varnishd process.
 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 @@ varnish v1 -arg "-b localhost:9080" -start
 # 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 @@ server s1 -wait
 # (Forcefully) Stop the varnish instance.
 varnish v1 -stop
 .Ed
-
 .Ss Example script output
 The output, running this script looks as follows.
 .Pp