From f1b69c6277b9e5f17dbec8dd34f3227ad2dcb1cd Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Tue, 9 Feb 1999 14:36:11 +0000
Subject: [PATCH] [project @ 1999-02-09 14:36:11 by simonm] remove a couple of
 'sec:'s.

---
 ghc/docs/users_guide/MutableArray.sgml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ghc/docs/users_guide/MutableArray.sgml b/ghc/docs/users_guide/MutableArray.sgml
index 31c705f0717e..4b0845891dff 100644
--- a/ghc/docs/users_guide/MutableArray.sgml
+++ b/ghc/docs/users_guide/MutableArray.sgml
@@ -1,5 +1,5 @@
 <sect2> <idx/MutableArray/
-<label id="sec:MutableArray">
+<label id="MutableArray">
 <p>
 
 The <tt/MutableArray/ interface provide operations for reading and
@@ -9,7 +9,7 @@ and <em/mutable byte arrays/, chunks of memory containing
 values of some basic type. 
 
 <sect3> <idx/Mutable arrays/
-<label id="sec:MutableArray:mutable-arrays">
+<label id="MutableArray:mutable-arrays">
 <p>
 
 The mutable array section of the API provides the following
@@ -54,7 +54,7 @@ copying. The operation <tt/unsafeThawArray/ is not provided
 </itemize>
 
 <sect3> <idx/Mutable byte arrays/
-<label id="sec:MutableArray:mutable-byte-arrays">
+<label id="MutableArray:mutable-byte-arrays">
 <p>
 
 <tscreen><code>
-- 
GitLab