From a84278370b1b4c4688341044b631d24ea80cfdc1 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Sat, 4 Jul 1998 14:31:04 +0200
Subject: [PATCH] Corrected thread_id to this_thread.

Rev: tutorial/tutorial.wmml:1.90
---
 tutorial/tutorial.wmml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index a70900e692..7eda1f7c96 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -4728,7 +4728,7 @@ This function is only available on systems with POSIX or UNIX threads support.
 
 <function name=this_thread title="return thread id">
 <man_syntax>
-object thread_id();<br>
+object this_thread();<br>
 </man_syntax>
 <man_description>
 This function returns the object that identifies this thread.
-- 
GitLab