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]

sgml syntax fix


Index: packages/io/flash/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/flash/current/ChangeLog,v
retrieving revision 1.39
diff -u -p -5 -r1.39 ChangeLog
--- packages/io/flash/current/ChangeLog	24 Aug 2004 13:28:09 -0000	1.39
+++ packages/io/flash/current/ChangeLog	5 Sep 2004 20:10:03 -0000
@@ -1,5 +1,9 @@
+2004-09-05  Mark Salter  <msalter@redhat.com>
+
+	* doc/flash.sgml: Fix unbalanced <PARA>s.
+
 2004-08-24  Gary Thomas  <gary@mlbassoc.com>
 
 	* cdl/io_flash.cdl:
 	* tests/flash1.c: Add simple test of FLASH driver.
 
Index: packages/io/flash/current/doc/flash.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/flash/current/doc/flash.sgml,v
retrieving revision 1.1
diff -u -p -5 -r1.1 flash.sgml
--- packages/io/flash/current/doc/flash.sgml	19 Jun 2004 19:22:30 -0000	1.1
+++ packages/io/flash/current/doc/flash.sgml	5 Sep 2004 20:10:03 -0000
@@ -45,11 +45,11 @@
           </PARA>
 </listitem>
 <listitem><PARA>Read, erasing and writing to FLASH blocks.</PARA></listitem>
 <listitem><PARA>Validating an address is within the FLASH.</PARA></listitem>
 <listitem><PARA>Determining the number and size of FLASH blocks.
-          <PARA></listitem>
+          </PARA></listitem>
 </orderedlist>
 
 <PARA>
 The library has a number of limitations:</PARA>
 
@@ -262,11 +262,11 @@ rather than being a general purpose eCos
 explains some of the problems with the library.  </PARA>
 
 <PARA>The library is not thread safe. Multiple simultaneous calls to
 its library functions will likely fail and may cause a crash. It is
 the callers responsibility to use the necessary mutex's if needed.
-<PARA>
+</PARA>
 
 <PARA>FLASH devices cannot be read from when an erase or write
 operation is active. This means it is not possible to execute code
 from flash while an erase or write operation is active. It is possible
 to use the library when the executable image is resident in FLASH. The


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