Mercurial > ecos-v2_0-branch
changeset 740:38feabf113a0
* doc/syntheth.sgml: Declare as <part> not <reference> to get
correct TOC numbering.
| author | jlarmour |
|---|---|
| date | Tue, 25 Feb 2003 16:46:23 +0000 |
| parents | 71fb65782f32 |
| children | 952d84d0b53f |
| files | packages/devs/eth/synth/ecosynth/current/ChangeLog packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml |
| diffstat | 2 files changed, 21 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/synth/ecosynth/current/ChangeLog +++ b/packages/devs/eth/synth/ecosynth/current/ChangeLog @@ -1,3 +1,17 @@ +2003-02-25 Jonathan Larmour <jifl@eCosCentric.com> + + * doc/syntheth.sgml: Declare as <part> not <reference> to get + correct TOC numbering. + +2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/syntheth.cdl: Add doc link. + + * doc/syntheth.sgml: Comment out DOCTYPE for now to allow building + with standard doc build. + Add an enclosing <reference> so it's structured better with standard + doc build. + 2003-02-13 Bart Veer <bartv@ecoscentric.com> * src/syntheth.c, cdl/syntheth.cdl: add dependency on errno.h for
--- a/packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml +++ b/packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml @@ -1,4 +1,4 @@ -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> +<!-- DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" --> <!-- {{{ Banner --> @@ -33,6 +33,10 @@ <!-- }}} --> +<part id="devs-eth-synth-ecosynth-ref"> +<!-- reference id="devs-eth-synth-ecosynth-ref" --> + <title>Synthetic Target Ethernet Driver</title> + <refentry id="devs-eth-synth-ecosynth"> <refmeta> <refentrytitle>Synthetic Target Ethernet Driver</refentrytitle> @@ -512,3 +516,5 @@ instantiated, for example <literal>{eth0 </refsect1> </refentry> +</part> +<!-- /reference -->
