summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-03 23:48:08 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-03 23:48:08 +0000
commit2113d888835dbb2050e9d07f6a99e048c8d9727e (patch)
tree10eb7e951b45f1dc5ff6bfc31179ac309e82f98b
parentbda05d14ed2f0697211ff66b2e9e9609b57b9e78 (diff)
Get around comment insanity
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1413 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--data/example_new.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/example_new.conf b/data/example_new.conf
index 1d00d9cb3..a3e9d6a60 100644
--- a/data/example_new.conf
+++ b/data/example_new.conf
@@ -7,8 +7,7 @@
* The format of this file is fairly simple: three types of comments are supported:
* - All text after a '#' on a line is ignored, as in shell scripting
* - All text after '//' on a line is ignored, as in C++
- * - A block of text started with '/*' and ended with '*/' is ignored, as in C
- * (and this particular comment block).
+ * - A block of text like this one is ignored, as in C
*
* Outside of comments, there are three structures: blocks, keys, and values.
*