Author: wyoung
Date: Fri Dec 21 09:45:59 2007
New Revision: 2010

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2010&view=rev
Log:
Small change to userman tracking the splitting of libutil into two
modules and renaming it to libexcommon.

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=2010&r1=2009&r2=2010&view=diff
==============================================================================
--- trunk/doc/userman/userman.dbx (original)
+++ trunk/doc/userman/userman.dbx Fri Dec 21 09:45:59 2007
@@ -481,12 +481,14 @@
         this area than a plain old <classname>vector</classname>: you
         can also access fields by name using subscript notation.</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
+        <para>The only thing that isn't explicit in the code
+        above is that we delegate command line argument parsing
+        to <function>parse_command_line()</function> in the
+        <filename>excommon</filename> module. This function exists
         to give the examples a consistent interface, not to hide
-        important details.</para>
+        important details. You can treat it like a black box: it
+        takes <varname>argc</varname> and <varname>argv</varname>
+        as inputs and sends back database connection parameters.</para>
     </sect2>
 
 


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

Reply via email to