From 6a081e991923b7d089be4a5cdb1a351c2e863db1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 30 Jul 2013 14:37:16 +0200 Subject: tevent: Fix tutorial reference Signed-off-by: Volker Lendecke Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Mon Aug 12 09:17:10 CEST 2013 on sn-devel-104 --- lib/tevent/doc/tevent_request.dox | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/tevent') diff --git a/lib/tevent/doc/tevent_request.dox b/lib/tevent/doc/tevent_request.dox index 3358cfbca9..7fcfb55e8f 100644 --- a/lib/tevent/doc/tevent_request.dox +++ b/lib/tevent/doc/tevent_request.dox @@ -182,10 +182,8 @@ tevent_wakeup_recv() ) @image html tevent_subrequest.png -Comprehensive example containing features from this chapter is especially by -reason of nested subrequests very long and therefore it is located as an -example on the attached CD. Description and explanation is placed within the -source code itself (subrequest.c) and enclosed file README. The example is -available here. +A comprehensive example of nested subrequests can be found in the file +echo_server.c. It implements a complete, self-contained echo server with no +dependencies but libevent and libtalloc. */ -- cgit