Obvious mistake in test case launch
[awesomized/libmemcached] / docs / memslap.pod
index 540ca48ecc907b428de333eb35a997188c5c8b38..8af03166d0f8cd514deef93c29296228cedd9717 100755 (executable)
@@ -4,25 +4,26 @@ memslap - Load testing and benchmarking tool for memcached
 
 =head1 SYNOPSIS
 
-memslap [options]
+  memslap [options]
 
 =head1 DESCRIPTION
 
-memslap is a load generation and benchmark tool for the memcached server. It
-can be used to simualte loads on memcached server clusters.
+B<memslap> is a load generation and benchmark tool for memcached(1)
+servers. It simulates loads on memcached server clusters.
 
-You can specify servers via the --servers option or memcat will use the
-environmental variable MEMCACHED_SERVERS.
+You can specify servers via the B<--servers> option or via the
+environment variable C<MEMCACHED_SERVERS>.
 
-For a full list of its operations run the tool with the --help option.
+For a full list of operations run the tool with the B<--help> option.
 
 =head1 HOME
 
-To find out more information please check: http://tangent.org/552/libmemcached.html
+To find out more information please check:
+L<http://tangent.org/552/libmemcached.html>
 
 =head1 AUTHOR
 
-Brian Aker, brian@tangent.org
+Brian Aker, E<lt>brian@tangent.orgE<gt>
 
 =head1 SEE ALSO