Mercurial > flash_v2
changeset 751:ca700ce72667
* 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 | 06c560ce58bb |
| children | 2b2b145a4210 |
| files | packages/devs/eth/synth/ecosynth/current/ChangeLog packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml |
| diffstat | 2 files changed, 9 insertions(+), 2 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,8 @@ +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.
--- a/packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml +++ b/packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml @@ -33,7 +33,8 @@ <!-- }}} --> -<reference id="devs-eth-synth-ecosynth-ref"> +<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"> @@ -515,4 +516,5 @@ instantiated, for example <literal>{eth0 </refsect1> </refentry> -</reference> +</part> +<!-- /reference -->
