From 28b079646bc883ac7186d27cd4a736be55a6173b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 20 Aug 2004 09:47:38 +0000 Subject: [PATCH] Simplify refpurposes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166883 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/com/functions/variant-set-type.xml | 4 ++-- .../mailparse/functions/mailparse-msg-extract-part.xml | 8 +++++--- reference/mailparse/functions/mailparse-uudecode-all.xml | 8 +++++--- reference/mcve/functions/mcve-preauthcompletion.xml | 4 ++-- reference/ncurses/functions/ncurses-panel-above.xml | 7 +++++-- reference/ncurses/functions/ncurses-panel-below.xml | 7 +++++-- reference/oci8/functions/ocicollmax.xml | 7 ++----- reference/sqlite/functions/sqlite-popen.xml | 5 ++--- reference/tidy/functions/tidy-save-config.xml | 4 ++-- reference/uodbc/functions/odbc-columns.xml | 7 +++---- reference/uodbc/functions/odbc-procedures.xml | 7 +++---- reference/uodbc/functions/odbc-tables.xml | 8 +++----- 12 files changed, 39 insertions(+), 37 deletions(-) diff --git a/reference/com/functions/variant-set-type.xml b/reference/com/functions/variant-set-type.xml index 70b14a5d0b..5dc5d37a78 100644 --- a/reference/com/functions/variant-set-type.xml +++ b/reference/com/functions/variant-set-type.xml @@ -1,11 +1,11 @@ - + variant_set_type - Convert a variant into another type. Variant is modified "in-place" + Convert a variant into another type "in-place" diff --git a/reference/mailparse/functions/mailparse-msg-extract-part.xml b/reference/mailparse/functions/mailparse-msg-extract-part.xml index 6ac83a3ef0..18a90d6826 100644 --- a/reference/mailparse/functions/mailparse-msg-extract-part.xml +++ b/reference/mailparse/functions/mailparse-msg-extract-part.xml @@ -1,12 +1,11 @@ - + mailparse_msg_extract_part - Extracts/decodes a message section. If callbackfunc is not - specified, the contents will be sent to "stdout" + Extracts/decodes a message section @@ -21,6 +20,9 @@ &warn.undocumented.func; + + If callbackfunc is not specified, the contents will be sent to "stdout". + diff --git a/reference/mailparse/functions/mailparse-uudecode-all.xml b/reference/mailparse/functions/mailparse-uudecode-all.xml index 912e5d1983..21e13ad19d 100644 --- a/reference/mailparse/functions/mailparse-uudecode-all.xml +++ b/reference/mailparse/functions/mailparse-uudecode-all.xml @@ -1,12 +1,11 @@ - + mailparse_uudecode_all - Scans the data from fp and extract each embedded uuencoded - file. Returns an array listing filename information + Scans the data from fp and extract each embedded uuencoded file @@ -19,6 +18,9 @@ &warn.undocumented.func; + + Returns an array listing filename information. + diff --git a/reference/mcve/functions/mcve-preauthcompletion.xml b/reference/mcve/functions/mcve-preauthcompletion.xml index cf4d4565e7..ebacf977fe 100644 --- a/reference/mcve/functions/mcve-preauthcompletion.xml +++ b/reference/mcve/functions/mcve-preauthcompletion.xml @@ -1,11 +1,11 @@ - + mcve_preauthcompletion - Complete a PREAUTHORIZATION... Ready it for settlement + Complete a PREAUTHORIZATION, ready it for settlement diff --git a/reference/ncurses/functions/ncurses-panel-above.xml b/reference/ncurses/functions/ncurses-panel-above.xml index ab6aafa2d4..529c828993 100644 --- a/reference/ncurses/functions/ncurses-panel-above.xml +++ b/reference/ncurses/functions/ncurses-panel-above.xml @@ -1,11 +1,11 @@ - + ncurses_panel_above - Returns the panel above panel. If panel is null, returns the bottom panel in the stack + Returns the panel above panel @@ -17,6 +17,9 @@ &warn.undocumented.func; + + If panel is null, returns the bottom panel in the stack. + diff --git a/reference/ncurses/functions/ncurses-panel-below.xml b/reference/ncurses/functions/ncurses-panel-below.xml index c2e21d0fc7..fcb69d25fa 100644 --- a/reference/ncurses/functions/ncurses-panel-below.xml +++ b/reference/ncurses/functions/ncurses-panel-below.xml @@ -1,11 +1,11 @@ - + ncurses_panel_below - Returns the panel below panel. If panel is null, returns the top panel in the stack + Returns the panel below panel @@ -17,6 +17,9 @@ &warn.undocumented.func; + + If panel is null, returns the top panel in the stack. + diff --git a/reference/oci8/functions/ocicollmax.xml b/reference/oci8/functions/ocicollmax.xml index d49658eda9..d1a1338715 100644 --- a/reference/oci8/functions/ocicollmax.xml +++ b/reference/oci8/functions/ocicollmax.xml @@ -1,5 +1,5 @@ - + + sqlite_popen - Opens a persistent handle to an SQLite database. Will create the - database if it does not exist + Opens a persistent handle to an SQLite database and create the database if it does not exist diff --git a/reference/tidy/functions/tidy-save-config.xml b/reference/tidy/functions/tidy-save-config.xml index 998dd38c52..356d0cc6ab 100644 --- a/reference/tidy/functions/tidy-save-config.xml +++ b/reference/tidy/functions/tidy-save-config.xml @@ -1,10 +1,10 @@ - + tidy_save_config - Save current settings to named file. Only non-default values are written. + Save current settings to named file diff --git a/reference/uodbc/functions/odbc-columns.xml b/reference/uodbc/functions/odbc-columns.xml index 97701d77b0..1ffd1c6bf2 100644 --- a/reference/uodbc/functions/odbc-columns.xml +++ b/reference/uodbc/functions/odbc-columns.xml @@ -1,12 +1,11 @@ - + odbc_columns - Lists the column names in specified tables. Returns a result - identifier containing the information. + Lists the column names in specified tables @@ -21,7 +20,7 @@ Lists all columns in the requested range. Returns an ODBC result - identifier or &false; on failure. + identifier containing the information or &false; on failure. The result set has the following columns: diff --git a/reference/uodbc/functions/odbc-procedures.xml b/reference/uodbc/functions/odbc-procedures.xml index c971221346..8bbaa3167c 100644 --- a/reference/uodbc/functions/odbc-procedures.xml +++ b/reference/uodbc/functions/odbc-procedures.xml @@ -1,12 +1,11 @@ - + odbc_procedures - Get the list of procedures stored in a specific data source. - Returns a result identifier containing the information. + Get the list of procedures stored in a specific data source @@ -20,7 +19,7 @@ Lists all procedures in the requested range. Returns an ODBC - result identifier or &false; on failure. + result identifier containing the information or &false; on failure. The result set has the following columns: diff --git a/reference/uodbc/functions/odbc-tables.xml b/reference/uodbc/functions/odbc-tables.xml index cc5637ee6e..f6c6ad929d 100644 --- a/reference/uodbc/functions/odbc-tables.xml +++ b/reference/uodbc/functions/odbc-tables.xml @@ -1,13 +1,11 @@ - + odbc_tables - Get the list of table names stored in a specific data source. - Returns a result identifier containing the - information. + Get the list of table names stored in a specific data source @@ -22,7 +20,7 @@ Lists all tables in the requested range. Returns an ODBC result - identifier or &false; on failure. + identifier containing the information or &false; on failure. The result set has the following columns: