diff options
author | root <root> | 2009-11-29 15:53:48 +0000 |
---|---|---|
committer | root <root> | 2009-11-29 15:53:48 +0000 |
commit | 1c4d6bf3705959e1a47e05780cb6020c82c7d0f7 (patch) | |
tree | 83962eeb24bfdf3a53dc1367c80c986d64e7be03 | |
parent | 00c15cbc9a26461a25c5958f61525de59e2fcc6b (diff) |
Sergey Shepelev <temotor@gmail.com>
-rw-r--r-- | eio.pod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ It also offers wrappers around C<sendfile> (Solaris, Linux, HP-UX and FreeBSD, with emulation on other platforms) and C<readahead> (Linux, with emulation elsewhere>). -The goal is to enbale you to write fully non-blocking programs. For +The goal is to enable you to write fully non-blocking programs. For example, in a game server, you would not want to freeze for a few seconds just because the server is running a backup and you happen to call C<readdir>. |