From 13f4fd7655252ef76c7ef76aa6d1a3300a0fefc2 Mon Sep 17 00:00:00 2001
From: Henrik Wallin <hedda@lysator.liu.se>
Date: Sat, 24 Jul 1999 17:26:34 +0200
Subject: [PATCH] Stdio.open small typos (missing <i>s) and strange naming in
 Stdio.File() fixed.

Rev: tutorial/tutorial.wmml:1.134
---
 tutorial/tutorial.wmml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index e93b2d5197..69e02e4a8e 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -3702,7 +3702,7 @@ written in C. What follows is a description of all the functions in
 <man_syntax>
 object(Stdio.File) Stdio.File();<br>
 object(Stdio.File) Stdio.File(string <I>fd</I>);<br>
-object(Stdio.File) Stdio.File(string <i>file</i>, string <i>mode</i>);<br>
+object(Stdio.File) Stdio.File(string <i>filename</i>, string <i>how</i>, int <i>mode</i>);<br>
 </man_syntax>
 <man_description>
 There are three different ways to clone a File.
@@ -3724,7 +3724,7 @@ stream.
 <method name=open title="open a file">
 <man_syntax>
 int open(string <I>filename</I>, string <I>how</I>);<br>
-int open(string <I>filename</I>, string <I>how</I>, int mode);<br>
+int open(string <I>filename</I>, string <I>how</I>, int <i>mode<i>);<br>
 </man_syntax>
 <man_description>
 Open a file for read, write or append. The variable <i>how</i> should
-- 
GitLab