changeset 291:5999d2eb2149

Fix compatibility info
author MWild1@gmail.com
date Fri, 06 Jul 2012 13:01:05 +0000
parents d4e87d2b4ba1
children 7699308b4f9b
files mod_limits.wiki
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_limits.wiki	Fri Jul 06 13:00:01 2012 +0000
+++ b/mod_limits.wiki	Fri Jul 06 13:01:05 2012 +0000
@@ -37,9 +37,10 @@
 All units are in terms of _bytes_, not _bits_, so that "kb/s" is interpreted as "kilobytes per second", where a kilobyte is 1000 bytes.
 
 = Compatibility =
-| 0.9 | Works |
-| 0.8 | Doesn't work(*) |
+|| 0.9 || Works ||
+|| 0.8 || Doesn't work(`*`) ||
 
-(*) This module can be made to work in 0.8 if you do two things:
+(`*`) This module can be made to work in 0.8 if you do two things:
+
   # Install [http://hg.prosody.im/0.9/raw-file/d46948d3018a/util/throttle.lua util.throttle] into your Prosody source's util/ directory.
   # If you use libevent apply [http://prosody.im/patches/prosody08-mod-limits-fix.patch this patch] to net/server_event.lua.
\ No newline at end of file