[gnome-db] libgda manual



Hi,

I found some typos in the libgda manual.  I fixed them, see the attached
patch.

In the same time, I filled some information for the MySQL provider,
which were missing.

I hope it will be interesting.

Regards,

-- 
{ "Laurent" => "http://lrz.samika.net"; }
Index: doc/C/libgda-docs.sgml
===================================================================
RCS file: /cvs/gnome/libgda/doc/C/libgda-docs.sgml,v
retrieving revision 1.43
diff -r1.43 libgda-docs.sgml
724c724
<               To list the available data sources you must use the function <LINK
---
>               To list the available providers you must use the function <LINK
903c903
< 	           HOST:
---
> 	           HOST: name of the host where the database server is running.
908c908
< 	           DATABASE:
---
> 	           PORT: port number for connecting to the database server.
913c913,914
< 	           USERNAME:
---
> 	           UNIX_SOCKET: socket file for connecting to the database server
> 	           (should not be defined with HOST and/or PORT).
918c919
< 	           PASSWORD:
---
> 	           DATABASE: name of the database you want to access.
923c924,925
< 	           PORT:
---
> 	           USER: employ the specified user name for logging in to the
> 	           server.
928c930,931
< 	           UNIX_SOCKET:
---
> 	           PASSWORD: employ the specified password when connecting to the 
> 	           database server.
933c936
< 	           FLAGS:
---
> 	           USE_SSL: will use SSL (encrypted protocol) if specified and set to 1.
1113c1116
<               open the connections when program starts and use them during the whole
---
>               to open the connections when program starts and use them during the whole
1669c1672
<         <LISTITEM><para>Commit o rollback transaction</para></LISTITEM>
---
>         <LISTITEM><para>Commit or rollback transaction</para></LISTITEM>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]