Author: wyoung
Date: Tue Jun 26 04:36:20 2007
New Revision: 1613

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1613&view=rev
Log:
Typography tweaks in userman

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=1613&r1=1612&r2=1613&view=diff
==============================================================================
--- trunk/doc/userman/userman.dbx (original)
+++ trunk/doc/userman/userman.dbx Tue Jun 26 04:36:20 2007
@@ -1621,9 +1621,9 @@
 
         <para>The SSQLS headers &mdash; custom.h and custom-macros.h
         &mdash; are automatically generated by the Perl script
-        custom.pl. Although it is possible to change this script to
-        get additional functionality, it's usually better to do that
-        through inheritance.</para>
+        <filename>custom.pl</filename>. Although it is possible to
+        change this script to get additional functionality, it's
+        usually better to do that through inheritance.</para>
 
         <para>A regular user may find it helpful to change the the
         limit on the maximum number of SSQLS data members allowed.
@@ -1631,12 +1631,13 @@
         compile time, or you may require a higher value because
         you have more complex tables than that. Simply change the
         <varname>max_data_members</varname> variable at the top of
-        custom.pl and say 'make'.  The limit for Visual C++ is 31,
-        according to one report. There doesn't seem to be a practical
-        limit with GCC 3.3 at least: I set the limit to 100 and
-        the only thing that happened is that custom-macros.h
-        went from 1.3 MB to 18 MB and the build time for
-        <filename>examples/custom.*</filename> got a lot longer.</para>
+        <filename>custom.pl</filename> and say <command>make</command>.
+        The limit for Visual C++ is 31, according to one report. There
+        doesn't seem to be a practical limit with GCC 3.3 at least:
+        I set the limit to 100 and the only thing that happened
+        is that custom-macros.h went from 1.3 MB to 18 MB and the
+        build time for <filename>examples/custom.*</filename> got a
+        lot longer.</para>
     </sect2>
 
     <sect2>


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

Reply via email to