diff --git a/reference/cpdf/functions/cpdf-import-jpeg.xml b/reference/cpdf/functions/cpdf-import-jpeg.xml index 1520c4c16f..868a9de3bd 100644 --- a/reference/cpdf/functions/cpdf-import-jpeg.xml +++ b/reference/cpdf/functions/cpdf-import-jpeg.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ intcpdf_import_jpeg intpdf_document - stringfile name + stringfile_name floatx-coor floaty-coor floatangle diff --git a/reference/cpdf/functions/cpdf-set-font.xml b/reference/cpdf/functions/cpdf-set-font.xml index 3312a24fd4..2958eea0fe 100644 --- a/reference/cpdf/functions/cpdf-set-font.xml +++ b/reference/cpdf/functions/cpdf-set-font.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ voidcpdf_set_font intpdf_document - stringfont name + stringfont_name floatsize stringencoding diff --git a/reference/fbsql/functions/fbsql-create-db.xml b/reference/fbsql/functions/fbsql-create-db.xml index 4b2d3ce5f7..1e45f2ab07 100644 --- a/reference/fbsql/functions/fbsql-create-db.xml +++ b/reference/fbsql/functions/fbsql-create-db.xml @@ -1,5 +1,5 @@ - + @@ -10,15 +10,15 @@ Description boolfbsql_create_db - stringdatabase name + stringdatabase_name resource link_identifier fbsql_create_db attempts to create a new - database on the server associated with the specified link - identifier. + database named database_name on the server + associated with the specified connexion link_identifier. <function>fbsql_create_db</function> example diff --git a/reference/msql/functions/msql-createdb.xml b/reference/msql/functions/msql-createdb.xml index 559aecd065..961ba965d7 100644 --- a/reference/msql/functions/msql-createdb.xml +++ b/reference/msql/functions/msql-createdb.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description intmsql_createdb - stringdatabase name + stringdatabase_name intlink_identifier diff --git a/reference/mysql/functions/mysql-create-db.xml b/reference/mysql/functions/mysql-create-db.xml index dbc31c22ed..e6e8b3be6e 100644 --- a/reference/mysql/functions/mysql-create-db.xml +++ b/reference/mysql/functions/mysql-create-db.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolmysql_create_db - stringdatabase name + stringdatabase_name resource link_identifier