Author: David Martínez Moreno <ender@debian.org>
        Guillaume Delacour <gui@iroqwa.org>
Description: Add missing parameters and escape hypens as minus
 A similar contributor patch already exist as Github pull request at
 https://github.com/memcached/memcached/pull/54
Bug-Debian: https://bugs.debian.org/685800
Last-Update: 2014-09-22

Index: memcached-1.4.20/doc/memcached.1
===================================================================
--- memcached-1.4.20.orig/doc/memcached.1
+++ memcached-1.4.20/doc/memcached.1
@@ -23,6 +23,9 @@ is included below.
 .B \-s <file>
 Unix socket path to listen on (disables network support).
 .TP
+.B \-A
+Enable ascii "shutdown" command.
+.TP
 .B \-a <perms>
 Permissions (in octal format) for Unix socket created with \-s option.
 .TP
@@ -95,6 +98,9 @@ Be verbose during the event loop; print
 Be even more verbose; same as \-v but also print client commands and
 responses.
 .TP
+.B \-vvv
+Be extremely verbose; same of the above and also print internal state transitions.
+.TP
 .B \-i
 Print memcached and libevent licenses.
 .TP
@@ -102,22 +108,25 @@ Print memcached and libevent licenses.
 Print pidfile to <filename>, only used under \-d option.
 .TP
 .B \-t <threads>
-Number of threads to use to process incoming requests. This option is only
-meaningful if memcached was compiled with thread support enabled. It is
+Number of threads to use to process incoming requests.  It is
 typically not useful to set this higher than the number of CPU cores on the
-memcached server. The default is 4.
+memcached server.  Setting a high number (64 or more) of worker
+threads is not recommended.  The default is 4.
 .TP
 .B \-D <char>
-Use <char> as the delimiter between key prefixes and IDs. This is used for
-per-prefix stats reporting. The default is ":" (colon). If this option is
+Use <char> as the delimiter between key prefixes and IDs.  This is used for
+per-prefix stats reporting.  The default is ":" (colon).  If this option is
 specified, stats collection is turned on automatically; if not, then it may
 be turned on by sending the "stats detail on" command to the server.
 .TP
 .B \-L
-Try to use large memory pages (if available). Increasing the memory page size
-could reduce the number of TLB misses and improve the performance. In order to
+Try to use large memory pages (if available).  Increasing the memory page size
+could reduce the number of TLB misses and improve the performance.  In order to
 get large pages from the OS, memcached will allocate the total item-cache in
-one large chunk. Only available if supported on your OS.
+one large chunk.  Only available if supported on your OS.
+.TP
+.B \-b
+Set the backlog queue limit. The default is 1024.
 .TP
 .B \-B <proto>
 Specify the binding protocol to use.  By default, the server will
@@ -128,15 +137,18 @@ specify the protocol clients must speak.
 .B \-I <size>
 Override the default size of each slab page. Default is 1mb. Default is 1m,
 minimum is 1k, max is 128m. Adjusting this value changes the item size limit.
-Beware that this also increases the number of slabs (use -v to view), and the
+Beware that this also increases the number of slabs (use \-v to view), and the
 overal memory usage of memcached.
 .TP
+.B \-S
+Turn on SASL authentication.
+.TP
 .B \-F
 Disables the "flush_all" command. The cmd_flush counter will increment, but
 clients will receive an error message and the flush will not occur.
 .TP
 .B \-o <options>
-Comma separated list of extended or experimental options. See -h or wiki for
+Comma separated list of extended or experimental options. See \-h or wiki for
 up to date list.
 .br
 .SH LICENSE
