Author: bdonlan
Date: 2004-07-20 21:44:50 -0400 (Tue, 20 Jul 2004)
New Revision: 323

Modified:
   branches/new-poe-client/main/client/lib/Haver/Client/POE.pm
Log:
* /branches/new-poe-client/client/lib/Haver/Client/POE.pm:
  Make POD formatting more consistent


Modified: branches/new-poe-client/main/client/lib/Haver/Client/POE.pm
===================================================================
--- branches/new-poe-client/main/client/lib/Haver/Client/POE.pm 2004-07-21 
01:18:15 UTC (rev 322)
+++ branches/new-poe-client/main/client/lib/Haver/Client/POE.pm 2004-07-21 
01:44:50 UTC (rev 323)
@@ -226,7 +226,7 @@
 
 ### SESSION MANAGEMENT
 
-=head2 B<connect(Host => $Z<>host, [Port => $Z<>port])
+=head2 connect(Host => $Z<>host, [Port => $Z<>port])
 
 Connects to the haver server. The Host option is mandatory, all others are 
optional.
 If it is already connected, it will disconnect, then connect with the new 
parameters.
@@ -324,7 +324,7 @@
        die "STUB";
 }
 
-=head2 B<msg($Z<>channel, $Z<>type, $Z<>text)>
+=head2 msg($Z<>channel, $Z<>type, $Z<>text)
 
 Sends a message with specified type and text to $channel.
 
@@ -334,7 +334,7 @@
        die "STUB";
 }
 
-=head2 B<pmsg($Z<>uid, $Z<>type, $Z<>text)>
+=head2 pmsg($Z<>uid, $Z<>type, $Z<>text)
 
 Sends a private message with specified type and text to $uid.
 


Reply via email to