From c68630b6ce580e7f273c9336cb9188fa5fe91b79 Mon Sep 17 00:00:00 2001 From: ssm Date: Thu, 30 Oct 2008 07:00:00 +0000 Subject: [PATCH] varnishtest man page: whitespace fix git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3357 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/varnishtest.1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.5