manuzhai Mon Apr 29 05:30:54 2002 EDT
Modified files:
/phpdoc/nl/reference/mysql/functions mysql-character-set-name.xml
mysql-create-db.xml
mysql-data-seek.xml
Log:
Line break issues.
Index: phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml:1.1
phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml:1.2
--- phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml:1.1 Mon
Apr 29 05:08:39 2002
+++ phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml Mon Apr 29
+05:30:53 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- EN-Revision: 1.2 Maintainer: manuzhai Status: ready -->
<refentry id="function.mysql-character_set_name">
<refnamediv>
@@ -10,14 +10,16 @@
<title>Beschrijving</title>
<methodsynopsis>
<type>int</type><methodname>mysql_character_set_name</methodname>
- <methodparam
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
+ <methodparam choice="opt"><type>resource</type>
+ <parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
- <function>mysql_character_set_name</function> geeft de default character set naam
- terug voor de huidige connectie.
+ <function>mysql_character_set_name</function> geeft de default
+ character set naam terug voor de huidige connectie.
</para>
<example>
- <title><function>mysql_character_set_name</function> voorbeeld</title>
+ <title><function>mysql_character_set_name</function>
+ voorbeeld</title>
<programlisting role="php">
<![CDATA[
<?php
Index: phpdoc/nl/reference/mysql/functions/mysql-create-db.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-create-db.xml:1.3
phpdoc/nl/reference/mysql/functions/mysql-create-db.xml:1.4
--- phpdoc/nl/reference/mysql/functions/mysql-create-db.xml:1.3 Mon Apr 29 05:24:53
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-create-db.xml Mon Apr 29 05:30:53
+2002
@@ -9,10 +9,9 @@
<title>Beschrijving</title>
<methodsynopsis>
<type>bool</type><methodname>mysql_create_db</methodname>
- <methodparam><type>string</type><parameter>database
name</parameter></methodparam>
- <methodparam choice="opt"><type>resource</type><parameter>
- link_identifier
- </parameter></methodparam>
+ <methodparam><type>string</type><parameter>database name</parameter>
+ </methodparam><methodparam choice="opt"><type>resource</type>
+ <parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
<function>mysql_create_db</function> probeert een nieuwe database
@@ -32,7 +31,7 @@
if (mysql_create_db("my_db")) {
print ("Database succesvol gemaakt\n");
} else {
- printf ("Error bij het maken van database: %s\n", mysql_error ());
+ printf ("Error bij het maken van database: %s\n", mysql_error());
}
?>
]]>
Index: phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.3
phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.4
--- phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.3 Mon Apr 29 05:22:12
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml Mon Apr 29 05:30:54
+2002
@@ -9,8 +9,10 @@
<title>Beschrijving</title>
<methodsynopsis>
<type>bool</type><methodname>mysql_data_seek</methodname>
-
<methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam>
- <methodparam><type>int</type><parameter>row_number</parameter></methodparam>
+ <methodparam><type>resource</type>
+ <parameter>result_identifier</parameter></methodparam>
+ <methodparam><type>int</type>
+ <parameter>row_number</parameter></methodparam>
</methodsynopsis>
<para>
&return.success;