prosody.cfg.lua.dist: Remove some factual inaccuracies
authorMatthew Wild <mwild1@gmail.com>
Sun, 22 Mar 2009 15:08:15 +0000 (15:08 +0000)
committerMatthew Wild <mwild1@gmail.com>
Sun, 22 Mar 2009 15:08:15 +0000 (15:08 +0000)
prosody.cfg.lua.dist

index 7289921a319ba72b7519f991f2b0b4f922e02e9e..1c61e6b3d51438676fc6985e52bf7cd1164fda07 100644 (file)
@@ -1,7 +1,7 @@
 -- Prosody Example Configuration File \r
 -- \r
 -- If it wasn't already obvious, -- starts a comment, and all \r
--- text after it is ignored by Prosody.\r
+-- text after it on a line is ignored by Prosody.\r
 --\r
 -- The config is split into sections, a global section, and one \r
 -- for each defined host that we serve. You can add as many host \r
 --\r
 -- logging = { type = "html", directory = "/var/logs", rotate = "daily" }\r
 --\r
--- Whitespace (that is tabs, spaces, line breaks) is insignificant, so can \r
+-- Whitespace (that is tabs, spaces, line breaks) is mostly insignificant, so \r
+-- can \r
 -- be placed anywhere\r
--- that        you deem fitting. Youcouldalsoremoveitentirely,butforobviousrea\r
---sonsIdon'trecommendit.\r
+-- that        you deem fitting.\r
 --\r
 -- Tip: You can check that the syntax of this file is correct when you have finished\r
 -- by running: luac -p prosody.cfg.lua\r