# HG changeset patch # User Paul Crowley # Date 1255604940 -3600 # Node ID bb53f3b9c4113051c8e50386fd60693f8f36f5e0 # Parent 34925ee06f908251e596db174e66b8c99c324b0c Use markup, not quote marks 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