summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-07-17 00:30:24 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-07-17 00:30:24 -0400
commitadf91591fc8492a7a5d5de1fa1526fd079781840 (patch)
treea674f0444fd75d1182289ba77a2a28bbc69cd0ea /doc
parent00cc4d7c0ecd9be2c5f1cd6a5397b78f75830905 (diff)
downloadlighttpd-git-adf91591fc8492a7a5d5de1fa1526fd079781840.tar.gz
[doc] update memcache references to memcached
Diffstat (limited to 'doc')
-rw-r--r--doc/outdated/cml.txt4
-rw-r--r--doc/outdated/trigger_b4_dl.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/outdated/cml.txt b/doc/outdated/cml.txt
index 10fac70b..32ae1d5d 100644
--- a/doc/outdated/cml.txt
+++ b/doc/outdated/cml.txt
@@ -206,9 +206,9 @@ of sending the big image: ::
Installation
============
-You need `lua <http://www.lua.org/>`_ and should install `libmemcache-1.3.x <http://people.freebsd.org/~seanc/libmemcache/>`_ and have to configure lighttpd with: ::
+You need `lua <http://www.lua.org/>`_ and should install `memcached <http://www.memcached.org>`_ and have to configure lighttpd with: ::
- ./configure ... --with-lua --with-memcache
+ ./configure ... --with-lua --with-memcached
To use the plugin you have to load it: ::
diff --git a/doc/outdated/trigger_b4_dl.txt b/doc/outdated/trigger_b4_dl.txt
index f5c9d299..0bfd099a 100644
--- a/doc/outdated/trigger_b4_dl.txt
+++ b/doc/outdated/trigger_b4_dl.txt
@@ -33,7 +33,7 @@ Requirements
------------
* libpcre
- * libgdbm or libmemcache
+ * libgdbm or libmemcached
Options
=======