diff options
author | root <root> | 2012-05-04 20:50:57 +0000 |
---|---|---|
committer | root <root> | 2012-05-04 20:50:57 +0000 |
commit | 0a99c082dc72742e5312108a278cadf9e192cdd8 (patch) | |
tree | af9463e3dce6197d7b9f9c625097637aa0465dbd | |
parent | e52319489eaf42c69fb5a5b62b65806d05a6d93b (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ throughout this document. This manual tries to be very detailed, but unfortunately, this also makes it very long. If you just want to know the basics of libev, I suggest -reading L</ANATOMY OF A WATCHER>, then the L<E/XAMPLE PROGRAM> above and +reading L</ANATOMY OF A WATCHER>, then the L</EXAMPLE PROGRAM> above and look up the missing functions in L</GLOBAL FUNCTIONS> and the C<ev_io> and C<ev_timer> sections in L</WATCHER TYPES>. @@ -2860,7 +2860,7 @@ This mode of operation can be useful together with an C<ev_check> watcher, to do something on each event loop iteration - for example to balance load between different connections. -See L<< /Abusing an C<ev_check> watcher for its side-effect >> for a longer +See L</Abusing an C<ev_check> watcher for its side-effect> for a longer example. =head3 Watcher-Specific Functions and Data Members |