Whitespace only and deleted empty 'See also'.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56545 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2001-09-02 10:52:33 +00:00
parent 88f371b6da
commit 3f0b8e9ec9

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<reference id="ref.ircg">
<title>IRC Gateway Functions</title>
<titleabbrev>IRC Gateway</titleabbrev>
@ -108,7 +108,7 @@
<example>
<title><function>ircg_fetch_error_msg</function> example</title>
<programlisting role="php">
if (!ircg_join ($id, "#php")){
if (!ircg_join ($id, "#php")) {
$error = ircg_fetch_error_msg($id);
print ("Can't join channel #php. Errorcode:
$error[0] Description: $error[1]");
@ -118,6 +118,7 @@ if (!ircg_join ($id, "#php")){
</para>
</refsect1>
</refentry>
<refentry id="function.ircg-set-current">
<refnamediv>
<refname>ircg_set_current</refname>
@ -169,9 +170,6 @@ if (!ircg_join ($id, "#php")){
Join the channel <parameter>channel</parameter> on the server
connected to by <parameter>connection</parameter>.
</para>
<para>
See also:
</para>
</refsect1>
</refentry>
@ -188,16 +186,13 @@ if (!ircg_join ($id, "#php")){
<funcprototype>
<funcdef>boolean <function>ircg_part</function></funcdef>
<paramdef>resource <parameter>connection</parameter></paramdef>
<paramdef>string <parameter>channel</parameter></paramdef>
<paramdef>string <parameter>channel</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
Leave the channel <parameter>channel</parameter> on the server
connected to by <parameter>connection</parameter>.
</para>
<para>
See also:
</para>
</refsect1>
</refentry>
@ -262,9 +257,6 @@ if (!ircg_join ($id, "#php")){
documentation of choice for the exact difference between a MSG
and a NOTICE.
</para>
<para>
See also <!-- what -->:
</para>
</refsect1>
</refentry>
@ -281,7 +273,7 @@ if (!ircg_join ($id, "#php")){
<funcprototype>
<funcdef>boolean <function>ircg_nick</function></funcdef>
<paramdef>resource <parameter>connection</parameter></paramdef>
<paramdef>string <parameter>nick</parameter></paramdef>
<paramdef>string <parameter>nick</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
@ -308,8 +300,8 @@ if (!ircg_join ($id, "#php")){
<funcprototype>
<funcdef>boolean <function>ircg_topic</function></funcdef>
<paramdef>resource <parameter>connection</parameter></paramdef>
<paramdef>string <parameter>channel</parameter></paramdef>
<paramdef>string <parameter>new_topic</parameter></paramdef>
<paramdef>string <parameter>channel</parameter></paramdef>
<paramdef>string <parameter>new_topic</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
@ -348,9 +340,7 @@ if (!ircg_join ($id, "#php")){
Mode flags are set or cleared by specifind a mode character and
prepending it with a plus or minus character
respectively. E.g. operator mode is granted by '+o' and revoked
by '-o' passed as <parameter>mode_spec</parameter>. </para>
<para>
See also:
by '-o' passed as <parameter>mode_spec</parameter>.
</para>
</refsect1>
</refentry>
@ -367,14 +357,13 @@ if (!ircg_join ($id, "#php")){
<funcsynopsis>
<funcprototype>
<funcdef>boolean <function>ircg_html_encode</function></funcdef>
<paramdef>string <parameter>html_string</parameter></paramdef>
<paramdef>string <parameter>html_string</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
Encodes a HTML string <parameter>html_string</parameter> for output. This feature could be usable, e.g. if someone wants to discuss about an html problem.
</para>
<para>
See also: <!-- what -->
Encodes a HTML string <parameter>html_string</parameter> for
output. This feature could be usable, e.g. if someone wants to
discuss about an html problem.
</para>
</refsect1>
</refentry>
@ -392,14 +381,13 @@ if (!ircg_join ($id, "#php")){
<funcprototype>
<funcdef>boolean <function>ircg_whois</function></funcdef>
<paramdef>resource <parameter>connection</parameter></paramdef>
<paramdef>string <parameter>nick</parameter></paramdef>
<paramdef>string <parameter>nick</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
Sends a query to the connected server <parameter>connection</parameter> to send information for the specified user <parameter>nick</parameter>.
</para>
<para>
See also:
Sends a query to the connected server
<parameter>connection</parameter> to send information for the
specified user <parameter>nick</parameter>.
</para>
</refsect1>
</refentry>
@ -455,7 +443,7 @@ if (!ircg_join ($id, "#php")){
all messages from this user from being send to you.
</para>
<para>
See also: <function>ircg_ignore_del</function> .
See also: <function>ircg_ignore_del</function>.
</para>
</refsect1>
</refentry>
@ -581,7 +569,7 @@ if (!ircg_join ($id, "#php")){
<function>ircg_register_format_messages</function>
</funcdef>
<paramdef>string <parameter>name</parameter></paramdef>
<paramdef>array <parameter>messages</parameter></paramdef>
<paramdef>array <parameter>messages</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>