aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-03-22 15:08:15 +0000
committerMatthew Wild <mwild1@gmail.com>2009-03-22 15:08:15 +0000
commit590a41c6f44cba0b7f38bde8c34cedd4ddc11439 (patch)
tree600e48934f7796d72a151cda6241096b7d046208 /prosody.cfg.lua.dist
parent0d7ecce88f3018713fbf54213ab8acd6134dc903 (diff)
downloadprosody-590a41c6f44cba0b7f38bde8c34cedd4ddc11439.tar.gz
prosody-590a41c6f44cba0b7f38bde8c34cedd4ddc11439.zip
prosody.cfg.lua.dist: Remove some factual inaccuracies
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist8
1 files changed, 4 insertions, 4 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index 7289921a..1c61e6b3 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -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