This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

memalloc - fix doc error


The memalloc doc doesn't build with new DocBook tools because
of a missing </SECT1> tag.  This patch fixes it.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
Index: services/memalloc/common/current/doc/memalloc.sgml
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/services/memalloc/common/current/doc/memalloc.sgml,v
retrieving revision 1.1
diff -u -5 -p -r1.1 memalloc.sgml
--- services/memalloc/common/current/doc/memalloc.sgml	27 Mar 2005 12:28:27 -0000	1.1
+++ services/memalloc/common/current/doc/memalloc.sgml	7 Jun 2005 13:23:09 -0000
@@ -376,7 +376,8 @@ struct mallinfo {
 };
       </programlisting>
      </para>
    </refsect1> 
  </refentry>
+</SECT1>
 </CHAPTER> 
 </PART>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]