summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/snac.85
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index 7a7352c..f1e5590 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -329,8 +329,9 @@ These weapons of mass destruction can be written into the
329file in the server base directory, one per line; if this file exists, 329file in the server base directory, one per line; if this file exists,
330all posts' content will be matched (after being stripped of HTML tags) 330all posts' content will be matched (after being stripped of HTML tags)
331against these regexes, one by one, and any match will make the post to 331against these regexes, one by one, and any match will make the post to
332be rejected. If you don't know about regular expressions, don't use this 332be rejected. Use lower case, the regex will be case insensitive by default.
333option (or learn about them in some tutorial, there are gazillions of 333If you don't know about regular expressions, don't use this
334option (or learn about them inw some tutorial, there are gazillions of
334them out there), as you and your users may start missing posts. Also, 335them out there), as you and your users may start missing posts. Also,
335given that every regular expression implementation supports a different 336given that every regular expression implementation supports a different
336set of features, consider reading the documentation about the one 337set of features, consider reading the documentation about the one