Mercurial > flash_v2
changeset 950:98c42a7977c8
Fix documentation type
| author | bartv |
|---|---|
| date | Thu, 17 Apr 2003 13:29:05 +0000 |
| parents | 23fdb1c9f07a |
| children | 3021b4922c80 |
| files | packages/io/usb/eth/slave/current/ChangeLog packages/io/usb/eth/slave/current/doc/usbseth.sgml |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/usb/eth/slave/current/ChangeLog +++ b/packages/io/usb/eth/slave/current/ChangeLog @@ -1,3 +1,7 @@ +2003-04-17 Bart Veer <bartv@ecoscentric.com> + + * doc/usbseth.sgml: Fix typo reported by Patrick Doyle + 2003-02-25 Jonathan Larmour <jifl@eCosCentric.com> * doc/usbseth.sgml: Declare as <part> not <reference> to get
--- a/packages/io/usb/eth/slave/current/doc/usbseth.sgml +++ b/packages/io/usb/eth/slave/current/doc/usbseth.sgml @@ -330,7 +330,7 @@ main(int argc, char** argv) The USB-ethernet package provides two main modes of operation. In the first mode it provides a <link linkend="usbseth-netdev">network device driver</link> for use by a TCP/IP stack running inside the USB -peripheral. All incoming ethernet packages should be passed up the +peripheral. All incoming ethernet packets should be passed up the TCP/IP stack, and only the stack will generate outgoing packets. Apart from <link linkend="usbseth-init">initialization</link> and possibly certain <link linkend="usbseth-control">control operations</link>,
