summaryrefslogtreecommitdiff
path: root/doc/memcached.1
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2018-03-02 10:56:36 -0800
committerdormando <dormando@rydia.net>2018-03-02 10:57:24 -0800
commit71af9711bfe72c0d979c096a079ddd49f5c066af (patch)
tree6262a4e5ab725746ca25e173be7c601c427e1218 /doc/memcached.1
parentff170b3b5d038c8089770a822e7467b0b8d5aace (diff)
downloadmemcached-71af9711bfe72c0d979c096a079ddd49f5c066af.tar.gz
update --help for UDP default
Diffstat (limited to 'doc/memcached.1')
-rw-r--r--doc/memcached.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/memcached.1 b/doc/memcached.1
index caa53b7..f16ba2c 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -65,7 +65,7 @@ suggestions.
Listen on TCP port <num>, the default is port 11211.
.TP
.B \-U, --udp-port=<num>
-Listen on UDP port <num>, the default is port 11211, 0 is off.
+Listen on UDP port <num>, the default is port 0, which is off.
.TP
.B \-M, --disable-evictions
Disable automatic removal of items from the cache when out of memory.