From f2a59b728c20f7fe78874dd41187ab3fb2db6c7e Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sun, 16 Feb 2014 01:06:40 -0800 Subject: Fix for building docs. --- docs/source/bin/memparse.rst | 56 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 docs/source/bin/memparse.rst (limited to 'docs/source/bin/memparse.rst') diff --git a/docs/source/bin/memparse.rst b/docs/source/bin/memparse.rst new file mode 100644 index 00000000..c50c5f02 --- /dev/null +++ b/docs/source/bin/memparse.rst @@ -0,0 +1,56 @@ +================================= +memparse - Parse an option string +================================= + + +Copies files to a collection of memcached servers + + +-------- +SYNOPSIS +-------- + +memparse [options] "option string" + +.. program:: memparse + + +----------- +DESCRIPTION +----------- + + +:program:`memparse` can be used to validate an option string. + +------- +OPTIONS +------- + +For a full list of operations run the tool with the option: + +.. option:: --help + + +---- +HOME +---- + + +To find out more information please check: +`http://libmemcached.org/ `_ + + +------ +AUTHOR +------ + + +Brian Aker, + +-------- +SEE ALSO +-------- + + +:manpage:`memcached(1)` :manpage:`libmemcached(3)` + -- cgit v1.2.1