From 473a131d5865ed559e86928f151f8f6ec4507a88 Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Sat, 20 Nov 1999 11:27:03 +0100
Subject: [PATCH] added math, protocols. Duh

Rev: tutorial/tutorial.wmml:1.162
---
 tutorial/tutorial.wmml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index 88d6445723..240026a536 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -3747,7 +3747,7 @@ recommended at all</b> if you don't know what you're into. Default
 <i>mode</i> for this is <tt>"rw"</tt>.
 </man_description>
 <man_note>Open mode will be filtered through the system UMASK. You
-might need to use <link to=chmod>chmod</ref> later.</man_note>
+might need to use <link to=chmod>chmod</link> later.</man_note>
 <man_see>clone, Stdio.File-&gt;open</man_see>
 </method>
 
@@ -6587,7 +6587,7 @@ the pike programmer to use some of the protocols used on the internet.
 
 
 
-<include file=protocols.wmml>
+<include file=Protocols.wmml>
 
 </chapter>
 </anchor>
@@ -10387,6 +10387,10 @@ prints.
 <include file=Parser.wmml>
 </section title=Parser>
 
+<section title=Math>
+<include file=Math.wmml>
+</section title=Math>
+
 </chapter>
 
 <chapter title="The preprocessor">
-- 
GitLab