summaryrefslogtreecommitdiff
path: root/doc/memcached.1
diff options
context:
space:
mode:
authorDavid Bremner <bremner@unb.ca>2007-10-16 01:13:43 +0000
committerDavid Bremner <bremner@unb.ca>2007-10-16 01:13:43 +0000
commit40c76ceda88edb4610d28a546d4f2f11ad98c5cb (patch)
tree6ecf038cea74315079ad0101ceee065f624ba413 /doc/memcached.1
parent334826fe7317fdc157f932dd75a8a52a41aeb821 (diff)
downloadmemcached-40c76ceda88edb4610d28a546d4f2f11ad98c5cb.tar.gz
Patch from David Bremner <bremner@unb.ca> that implements a new option "-a"
which takes an octal permission mask (like chmod) sets the permissions on the unix domain socket (specified by "-s"). git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@629 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'doc/memcached.1')
-rw-r--r--doc/memcached.13
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/memcached.1 b/doc/memcached.1
index e0a9f66..9be1b62 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -23,6 +23,9 @@ is included below.
.B \-s <file>
Unix socket path to listen on (disables network support).
.TP
+.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 INDRR_ANY. This is an important option to
consider as there is no other way to secure the installation. Binding to an