Mercurial > nand-ecoscentric
changeset 2338:429abd93c92a
* doc/can.sgml: Correctly close para tag.
| author | jlarmour |
|---|---|
| date | Tue, 19 Dec 2006 01:53:48 +0000 |
| parents | 1c2e1ede4062 |
| children | 9a2aea4e184a |
| files | packages/io/can/current/ChangeLog packages/io/can/current/doc/can.sgml |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/can/current/ChangeLog +++ b/packages/io/can/current/ChangeLog @@ -1,3 +1,7 @@ +2006-12-19 Sergei Gavrikov <sg@sgs.gomel.by> + + * doc/can.sgml: Correctly close para tag. + 2006-12-13 Uwe Kindler <uwe_kindler@web.de> * doc/can.sgml: CAN driver SGML documentation added.
--- a/packages/io/can/current/doc/can.sgml +++ b/packages/io/can/current/doc/can.sgml @@ -477,7 +477,7 @@ the call will not return until one singl In non-blocking mode, if there is no CAN event in buffer, the call returns immediately with <varname>-EAGAIN</varname> and the caller must try again. -<PARA> +</PARA> <PARA> It is possible to configure the write call to be non-blocking with timeout.
