Mercurial > ecos
changeset 1745:a9728471a0b5
doco fix
| author | msalter |
|---|---|
| date | Sun, 05 Sep 2004 20:13:44 +0000 |
| parents | 484ae5c1cbf1 |
| children | f8c5906d7c6e |
| files | packages/io/flash/current/ChangeLog packages/io/flash/current/doc/flash.sgml |
| diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/flash/current/ChangeLog +++ b/packages/io/flash/current/ChangeLog @@ -1,3 +1,7 @@ +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:
--- a/packages/io/flash/current/doc/flash.sgml +++ b/packages/io/flash/current/doc/flash.sgml @@ -47,7 +47,7 @@ <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> @@ -264,7 +264,7 @@ explains some of the problems with the l <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
