From: tfheen Date: Mon, 10 Nov 2008 10:12:56 +0000 (+0000) Subject: Merge r3357: varnishtest man page: whitespace fix X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794b6a305746f54291b8e23380e4daa22ba788b2;p=varnish Merge r3357: varnishtest man page: whitespace fix git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/branches/2.0@3375 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/varnishtest.1 b/varnish-cache/bin/varnishtest/varnishtest.1 index ea665884..2925ae65 100644 --- a/varnish-cache/bin/varnishtest/varnishtest.1 +++ b/varnish-cache/bin/varnishtest/varnishtest.1 @@ -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