---
 doc/memcached.1 | 7 +++++++
 memcached.c     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/doc/memcached.1 b/doc/memcached.1
index b6f633d..7e72e2e 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -119,6 +119,9 @@ 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.
 .TP
+.B \-b <num>
+Set the backlog queue limit to <num> connections. The default is 1024.
+.TP
 .B \-B <proto>
 Specify the binding protocol to use.  By default, the server will
 autonegotiate client connections.  By using this option, you can
@@ -131,6 +134,10 @@ 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
 overal memory usage of memcached.
 .TP
+.B \-S
+Turn on SASL authentication. This option is only meaningful if memcached was
+compiled with SASL support enabled.
+.TP
 .B \-o <options>
 Comma separated list of extended or experimental options. See -h or wiki for
 up to date list.
diff --git a/memcached.c b/memcached.c
index 35f6f4d..dc8b770 100644
--- a/memcached.c
+++ b/memcached.c
@@ -4498,7 +4498,7 @@ static void usage(void) {
            "              requests process for a given connection to prevent 
\n"
            "              starvation (default: 20)\n");
     printf("-C            Disable use of CAS\n");
-    printf("-b            Set the backlog queue limit (default: 1024)\n");
+    printf("-b <num>      Set the backlog queue limit (default: 1024)\n");
     printf("-B            Binding protocol - one of ascii, binary, or auto 
(default)\n");
     printf("-I            Override the size of each slab page. Adjusts max 
item size\n"
            "              (default: 1mb, min: 1k, max: 128m)\n");
-- 
1.8.1.4

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to