summaryrefslogtreecommitdiffstats
path: root/rules/liboop.in
diff options
context:
space:
mode:
authorJochen Frieling <jfr@pengutronix.de>2011-06-24 10:35:13 +0200
committerJochen Frieling <jfr@pengutronix.de>2011-06-24 10:35:13 +0200
commit1fd49d8b7a2aed078e73a8632a688dab74fee397 (patch)
tree02e8ad4a6a06c06effeaa807fe4722b0b41f082b /rules/liboop.in
parent3a9ea33783ba99476d12689ab78519a1863bc409 (diff)
downloadptxdist-1fd49d8b7a2aed078e73a8632a688dab74fee397.tar.gz
ptxdist-1fd49d8b7a2aed078e73a8632a688dab74fee397.tar.xz
rules files: added missing help texts
Diffstat (limited to 'rules/liboop.in')
-rw-r--r--rules/liboop.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/rules/liboop.in b/rules/liboop.in
index 1d76a61b7..16a5b26c2 100644
--- a/rules/liboop.in
+++ b/rules/liboop.in
@@ -3,4 +3,10 @@ config LIBOOP
tristate
prompt "liboop"
help
- FIXME
+ Liboop provides a generic, callback-based event dispatch
+ interface, and aims to ease the development of multiplexed,
+ non-blocking, event-driven modular applications, components,
+ and libraries under POSIX-based operating systems. It
+ includes adapters for select(), poll(), the glib event loop,
+ the TCL event loop, the W3C libwww, asynchronous DNS, and
+ GNU readline.