summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-09-11 09:28:35 +0200
committerJeremy Allison <jra@samba.org>2016-09-16 05:16:00 +0200
commitdef65c507bdc7e04ac40a60ab4b087dd0ebeff82 (patch)
tree1f15e34a3f24e8dcdadf7308456bb66e32da0ea2 /lib/tevent
parent60fe6e9fab12fa566dc894f934a77b74e2310b10 (diff)
downloadsamba-def65c507bdc7e04ac40a60ab4b087dd0ebeff82.tar.gz
tevent_tutorial: Fix tevent_thread referencing
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Sep 16 05:16:02 CEST 2016 on sn-devel-144
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/doc/tevent_thread.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/doc/tevent_thread.dox b/lib/tevent/doc/tevent_thread.dox
index 7b45820674a..875dae875d1 100644
--- a/lib/tevent/doc/tevent_thread.dox
+++ b/lib/tevent/doc/tevent_thread.dox
@@ -1,7 +1,7 @@
/**
-@page tevent_context Chapter 6: Tevent with threads
+@page tevent_thread Chapter 6: Tevent with threads
-@section context Tevent with threads
+@section threads Tevent with threads
In order to use tevent with threads, you must first understand
how to use the talloc library in threaded programs. For more