docs: bin/
[awesomized/libmemcached] / docs / source / bin / memping.rst
index f3c8dce47f17bac310fb653947f47285b0c89fcb..fff7db223e9d8f0c55d9d3b379e3cd508e68ad20 100644 (file)
@@ -1,9 +1,6 @@
-===============================================
-memping - Test to see if a server is available.
-===============================================
+memping
+=======
 
-
---------
 SYNOPSIS
 --------
 
@@ -11,36 +8,35 @@ memping [options] [server]
 
 .. program:: memping
 
+Test for availability of a server
 
------------
 DESCRIPTION
 -----------
 
+:program:`memping` can be used to ping a memcached server to see if it is accepting connections.
 
-:program:`memping` can be used to ping a memcached server to see if it is taking connections.
-
--------
 OPTIONS
 -------
 
+.. include:: options/all.rst
+.. include:: options/common.rst
+.. include:: options/sasl.rst
 
-You can specify servers via the option:
-
-.. option:: --servers
-
-or via the environment variable:
+ENVIRONMENT
+-----------
 
-.. envvar:: `MEMCACHED_SERVERS`
+.. envvar:: MEMCACHED_SERVERS
 
-If you do not specify either these, the final value in the command line list is the name of a server(s).
+    Specify the list of servers.
 
-For a full list of operations run the tool with the option:
+SEE ALSO
+--------
 
-.. option:: --help
+.. only:: man
 
+  :manpage:`memcached(1)`
+  :manpage:`libmemcached(3)`
 
---------
-SEE ALSO
---------
+.. only:: html
 
-:manpage:`memcached(1)` :manpage:`libmemcached(3)`
+* :doc:`/libmemcached`