# HG changeset patch # User Matthew Wild # Date 1237734495 0 # Node ID 39133bca5938901a23c05d1b305f1dd5da0aa050 # Parent 27d909db471403a897ffca1ba303e897342b9b47 prosody.cfg.lua.dist: Remove some factual inaccuracies diff -r 27d909db4714 -r 39133bca5938 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Sun Mar 22 15:02:07 2009 +0000 +++ b/prosody.cfg.lua.dist Sun Mar 22 15:08:15 2009 +0000 @@ -1,7 +1,7 @@ -- Prosody Example Configuration File -- -- If it wasn't already obvious, -- starts a comment, and all --- text after it is ignored by Prosody. +-- text after it on a line is ignored by Prosody. -- -- The config is split into sections, a global section, and one -- for each defined host that we serve. You can add as many host @@ -17,10 +17,10 @@ -- -- logging = { type = "html", directory = "/var/logs", rotate = "daily" } -- --- Whitespace (that is tabs, spaces, line breaks) is insignificant, so can +-- Whitespace (that is tabs, spaces, line breaks) is mostly insignificant, so +-- can -- be placed anywhere --- that you deem fitting. Youcouldalsoremoveitentirely,butforobviousrea ---sonsIdon'trecommendit. +-- that you deem fitting. -- -- Tip: You can check that the syntax of this file is correct when you have finished -- by running: luac -p prosody.cfg.lua