summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Geniar <m@ttias.be>2015-11-16 15:42:36 +0100
committerdormando <dormando@rydia.net>2015-11-18 17:57:26 -0800
commit210764e936a7e32e91ec84e169de718ef726484c (patch)
tree9e9c24b14999e2626d12a7708f7cba6ad1653f1b
parent45383f05c5ddef0db05d3a272b2acb5dad608556 (diff)
downloadmemcached-210764e936a7e32e91ec84e169de718ef726484c.tar.gz
Update manpage for -I command.
Update documentation to more accurately reflect the value that should be passed along as the parameter via command line.
-rw-r--r--doc/memcached.15
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/memcached.1 b/doc/memcached.1
index eb30e47..a5be612 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -132,8 +132,9 @@ specify the protocol clients must speak. Possible options are "auto"
(the default, autonegotiation behavior), "ascii" and "binary".
.TP
.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.
+Override the default size of each slab page. The default size is 1mb. Default
+value for this parameter 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
overal memory usage of memcached.
.TP