summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-07-15 18:09:41 +0000
committerJan Kneschke <jan@kneschke.de>2005-07-15 18:09:41 +0000
commit82b55d1487dd36dbdb8c7f5a51ccc2945cb595c8 (patch)
tree777ba6735800b303b4db2f46d9b6477819eae46f
parent10d703559578512ed9764a7fa16d44f6ee07407b (diff)
downloadlighttpd-git-82b55d1487dd36dbdb8c7f5a51ccc2945cb595c8.tar.gz
fixed layout
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@454 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--doc/cml.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cml.txt b/doc/cml.txt
index fc086229..4ae38934 100644
--- a/doc/cml.txt
+++ b/doc/cml.txt
@@ -219,7 +219,7 @@ In MySQL you do: ::
SELECT memcache_set("127.0.0.1:11211", "123", "12");
-or to retrieve a value:
+or to retrieve a value: ::
SELECT memcache_get("127.0.0.1:11211", "123");