tevent_tutorial: Fix tevent_thread referencing master3-nmbd
authorVolker Lendecke <vl@samba.org>
Sun, 11 Sep 2016 07:28:35 +0000 (09:28 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 16 Sep 2016 03:16:00 +0000 (05:16 +0200)
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

lib/tevent/doc/tevent_thread.dox

index 7b45820674a2916d9ce14cf2ee972929160c4e8e..875dae875d12137a9f55180261a48edbbeb42e78 100644 (file)
@@ -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