Author: wyoung
Date: Tue Jun 26 04:19:50 2007
New Revision: 1611

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1611&view=rev
Log:
Yet more userman tweaks

Modified:
    trunk/doc/userman/userman.dbx

Modified: trunk/doc/userman/userman.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/userman.dbx?rev=1611&r1=1610&r2=1611&view=diff
==============================================================================
--- trunk/doc/userman/userman.dbx (original)
+++ trunk/doc/userman/userman.dbx Tue Jun 26 04:19:50 2007
@@ -390,12 +390,12 @@
         is ever 0, because of the way we do overloading, so it's
         safer to call <function>at()</function> instead.</para>
 
-        <para>The only thing that isn't explicitly handled
-        in the code block above is that we delegate connection
-        establishment to <function>connect_to_db()</function> in the
-        <filename>util</filename> module.  We do this only because
-        that function also handles the command line parsing for the
-        examples, so they have a consistent interface.</para>
+        <para>The only thing that isn't explicit in the code above is
+        that we delegate command line argument parsing and connection
+        establishment to <function>connect_to_db()</function> in
+        the <filename>util</filename> module. This function exists
+        to give the examples a consistent interface, not to hide
+        important details.</para>
     </sect2>
 
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to