Mailing List Archive

r3357 - trunk/varnish-cache/bin/varnishtest
Author: ssm
Date: 2008-10-30 08:00:00 +0100 (Thu, 30 Oct 2008)
New Revision: 3357

Modified:
trunk/varnish-cache/bin/varnishtest/varnishtest.1
Log:
varnishtest man page: whitespace fix

Modified: trunk/varnish-cache/bin/varnishtest/varnishtest.1
===================================================================
--- trunk/varnish-cache/bin/varnishtest/varnishtest.1 2008-10-29 06:55:40 UTC (rev 3356)
+++ trunk/varnish-cache/bin/varnishtest/varnishtest.1 2008-10-30 07:00:00 UTC (rev 3357)
@@ -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