diff -r 34925ee06f90 -r bb53f3b9c411 doc/manual.docbook
--- a/doc/manual.docbook Thu Oct 15 11:56:49 2009 +0100
+++ b/doc/manual.docbook Thu Oct 15 12:09:00 2009 +0100
@@ -173,7 +173,8 @@
rule condition condition...
-Blank lines and lines that start with # are ignored. Rule is one of
+Blank lines and lines that start with #
are ignored. Rule is
+one of
@@ -202,9 +203,10 @@
-"*" only matches one directory level, where "**" matches as many as you
-want. More precisely, "*" matches zero or more characters not including "/"
-while "**" matches zero or more characters including "/". So
+*
only matches one directory level, where **
+matches as many as you want. More precisely, *
matches zero or
+more characters not including /
while **
matches
+zero or more characters including /
. So
projects/*
matches projects/foo but not projects/foo/bar, while