ossp-pkg/pth/pth.pod 1.154 -> 1.155
--- pth.pod 2002/10/15 20:34:22 1.154
+++ pth.pod 2002/10/23 13:55:49 1.155
@@ -1266,9 +1266,10 @@
=item pth_msgport_t B<pth_msgport_create>(const char *I<name>);
-This returns a pointer to a new message port with name I<name>. The I<name>
-can be used by other threads via pth_msgport_find(3) to find the message port
-in case they do not know directly the pointer to the message port.
+This returns a pointer to a new message port. If name I<name>
+is not C<NULL>, the I<name> can be used by other threads via
+pth_msgport_find(3) to find the message port in case they do not know
+directly the pointer to the message port.
=item void B<pth_msgport_destroy>(pth_msgport_t I<mp>);
|
|