Mercurial > ecos
changeset 729:3a5c8448931b
* cdl/freebsd_net.cdl: Fix doc link.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:29:17 +0000 |
| parents | 3d45bf1e13c8 |
| children | 5a900ebdff5f |
| files | packages/net/bsd_tcpip/current/ChangeLog packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/ChangeLog +++ b/packages/net/bsd_tcpip/current/ChangeLog @@ -1,3 +1,7 @@ +2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/freebsd_net.cdl: Fix doc link. + 2003-02-18 Jonathan Larmour <jifl@eCosCentric.com> * cdl/freebsd_net.cdl: Remove unused NBPFILTER and BRIDGE CDL options.
--- a/packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl +++ b/packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl @@ -29,7 +29,7 @@ cdl_package CYGPKG_NET_FREEBSD_STACK { display "FreeBSD networking stack" parent CYGPKG_NET - doc doc/index.html + doc ref/tcpip-freebsd.html include_dir . requires CYGPKG_IO requires CYGPKG_ISOINFRA
