ossp-pkg/pth/pth.pod 1.141 -> 1.142
--- pth.pod 2000/08/18 08:47:51 1.141
+++ pth.pod 2000/09/30 08:00:18 1.142
@@ -1478,7 +1478,7 @@
This is equal to pth_connect(3) (see below), but has an additional event
argument I<ev>. When pth_connect(3) suspends the current threads execution it
-usually only uses the I/O event on I<fd> to awake. With this function any
+usually only uses the I/O event on I<s> to awake. With this function any
number of extra events can be used to awake the current thread (remember that
I<ev> actually is an event I<ring>).
@@ -1486,7 +1486,7 @@
This is equal to pth_accept(3) (see below), but has an additional event
argument I<ev>. When pth_accept(3) suspends the current threads execution it
-usually only uses the I/O event on I<fd> to awake. With this function any
+usually only uses the I/O event on I<s> to awake. With this function any
number of extra events can be used to awake the current thread (remember that
I<ev> actually is an event I<ring>).
|
|