diff options
Diffstat (limited to 'gnu/packages/lsh.scm')
-rw-r--r-- | gnu/packages/lsh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lsh.scm b/gnu/packages/lsh.scm index 1b4dfd051b..a931a111ad 100644 --- a/gnu/packages/lsh.scm +++ b/gnu/packages/lsh.scm @@ -48,8 +48,8 @@ (home-page "http://www.lysator.liu.se/liboop/") (synopsis "Event loop library") (description "Liboop is a low-level event loop management library for -POSIX-based operating systems. It supports the development of modular, -multiplexed applications which may respond to events from several sources. It +POSIX-based operating systems. It supports the development of modular, +multiplexed applications which may respond to events from several sources. It replaces the \"select() loop\" and allows the registration of event handlers for file and network I/O, timers and signals. Since processes use these mechanisms for almost all external communication, liboop can be used as the |