summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2008-09-30 12:47:16 +0900
committerDustin Sallings <dustin@spy.net>2009-01-03 00:09:11 -0800
commitb3723633adb86f45408de7ceaee25784cd39948f (patch)
treec09caed57e4442bdee53a0d60f13ac19d0c90a41 /doc
parent46654a83342e4db851b7a5e5772ff4f11a98c3f5 (diff)
downloadmemcached-b3723633adb86f45408de7ceaee25784cd39948f.tar.gz
UDP/TCP can be disabled by setting their port to zero.
Diffstat (limited to 'doc')
-rw-r--r--doc/memcached.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/memcached.1 b/doc/memcached.1
index 9063440..77a8ddc 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -52,7 +52,7 @@ suggestions.
Listen on TCP port <num>, the default is port 11211.
.TP
.B \-U <num>
-Listen on UDP port <num>, the default is 0, off.
+Listen on UDP port <num>, the default is port 11211, 0 is off.
.TP
.B \-M
Disable automatic removal of items from the cache when out of memory.