Update of /cvsroot/boost/boost/tools/quickbook
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3314

Modified Files:
        block.hpp doc_info.hpp phrase.hpp 
Log Message:
comment tweak

Index: block.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/block.hpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- block.hpp   16 Nov 2006 11:57:03 -0000      1.17
+++ block.hpp   19 Nov 2006 16:11:50 -0000      1.18
@@ -83,7 +83,7 @@
                     ;                                   // when preformatted.
 
                 hard_space =
-                    (eps_p - (alnum_p | '_')) >> space  // must not be 
followed by
+                    (eps_p - (alnum_p | '_')) >> space  // must not be 
preceded by
                     ;                                   // alpha-numeric or 
underscore
 
                 comment =

Index: doc_info.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/doc_info.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- doc_info.hpp        7 Jun 2006 04:20:13 -0000       1.10
+++ doc_info.hpp        19 Nov 2006 16:11:51 -0000      1.11
@@ -165,7 +165,7 @@
                     ;
 
                 hard_space =
-                    (eps_p - (alnum_p | '_')) >> space  // must not be 
followed by
+                    (eps_p - (alnum_p | '_')) >> space  // must not be 
preceded by
                     ;                                   // alpha-numeric or 
underscore
 
                 phrase =

Index: phrase.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/phrase.hpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- phrase.hpp  16 Nov 2006 11:57:03 -0000      1.20
+++ phrase.hpp  19 Nov 2006 16:11:51 -0000      1.21
@@ -84,7 +84,7 @@
                     ;                                   // when preformatted.
 
                 hard_space =
-                    (eps_p - (alnum_p | '_')) >> space  // must not be 
followed by
+                    (eps_p - (alnum_p | '_')) >> space  // must not be 
preceded by
                     ;                                   // alpha-numeric or 
underscore
 
                 comment =


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to