summaryrefslogtreecommitdiff
path: root/doc/memcached.1
diff options
context:
space:
mode:
authorRoman Mueller <roman.mueller@gmail.com>2014-07-08 20:28:03 +0200
committerdormando <dormando@rydia.net>2015-11-18 13:03:52 -0800
commitd134a658a11212dee32b0b61a4c186758c03eda4 (patch)
tree514559593dd65785ec045f6fe2468eddd70f77bf /doc/memcached.1
parent8c65b244ff87d592b02e3ef067820c939cd3c2f8 (diff)
downloadmemcached-d134a658a11212dee32b0b61a4c186758c03eda4.tar.gz
Update manpage for -l
Diffstat (limited to 'doc/memcached.1')
-rw-r--r--doc/memcached.111
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/memcached.1 b/doc/memcached.1
index 8684704..eb30e47 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -26,10 +26,13 @@ Unix socket path to listen on (disables network support).
.B \-a <perms>
Permissions (in octal format) for Unix socket created with \-s option.
.TP
-.B \-l <ip_addr>
-Listen on <ip_addr>; default to INADDR_ANY. This is an important option to
-consider as there is no other way to secure the installation. Binding to an
-internal or firewalled network interface is suggested.
+.B \-l <addr>
+Listen on <addr>; default to INADDR_ANY. <addr> may be specified as host:port.
+If you don't specify a port number, the value you specified with -p or -U is
+used. You may specify multiple addresses separated by comma or by using -l
+multiple times. This is an important option to consider as there is no other
+way to secure the installation. Binding to an internal or firewalled network
+interface is suggested.
.TP
.B \-d
Run memcached as a daemon.