Commit update for release.
[awesomized/libmemcached] / docs / memaslap.rst
index 841b7a64da5663e4f22aef67ec0315197a4a2a29..3f9e62dd09536237a9c2b78bbd176086e394b299 100644 (file)
@@ -7,6 +7,8 @@ memaslap - Load testing  and benchmarking a server
 SYNOPSIS
 --------
 
+:program:: `memaslap`
+
 .. program:: memaslap
 
 .. option:: --help
@@ -16,10 +18,8 @@ DESCRIPTION
 -----------
 
 
-\ **memaslap**\  is a load generation and benchmark tool for memcached(1)
-servers. It generates configurable workload such as threads, concurrencies, connections,
-run time, overwrite, miss rate, key size, value size, get/set proportion,
-expected throughput, and so on. Furthermore, it also testss data
+memaslap is a load generation and benchmark tool for :program:`memcached()`
+servers. It generates configurable workload such as threads, concurrencies, connections, run time, overwrite, miss rate, key size, value size, get/set proportion, expected throughput, and so on. Furthermore, it also testss data
 verification, expire-time verification, UDP, binary protocol, facebook test,
 replication test, multi-get and reconnection, etc.
 
@@ -29,8 +29,8 @@ the threads don't communicate with each other, and there are several socket
 connections in each thread. Each connection keeps key size distribution,
 value size distribution, and command distribution by itself.
 
-You can specify servers via the \ **--servers**\  option or via the
-environment variable \ ``MEMCACHED_SERVERS``\ .
+You can specify servers via the :option:`--servers` option or via the
+environment variable :envvar:`MEMCACHED_SERVERS`.
 
 
 --------
@@ -1229,7 +1229,7 @@ HOME
 
 
 To find out more information please check:
-`http://launchpad.org/libmemcached <http://launchpad.org/libmemcached>`_
+`http://libmemcached.org/ <http://libmemcached.org/>`_
 
 
 -------