This patch fixes the PPP per-package documentation reference. Checked-in.
John Dallaway
Index: ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/ppp/current/ChangeLog,v retrieving revision 1.20 diff -u -5 -r1.20 ChangeLog --- ChangeLog 29 Jan 2009 17:49:59 -0000 1.20 +++ ChangeLog 11 Feb 2009 12:17:12 -0000 @@ -1,5 +1,9 @@ +2009-02-11 John Dallaway <[email protected]> + + * cdl/ppp.cdl: Fix per-package documentation reference. + 2008-08-19 Rainer Arndt <[email protected]> * src/pppd.c (cyg_pppd_main): CYGPKG_PPP_CHAT must be enabled to call cyg_ppp_chat() @@ -475,11 +479,11 @@ code. The tests are incomplete, and there is no documentation. # ####GPLCOPYRIGHTBEGIN#### # ------------------------------------------- # This file is part of eCos, the Embedded Configurable Operating System. -# Copyright (C) 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 or (at your option) any # later version. Index: cdl/ppp.cdl =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/ppp/current/cdl/ppp.cdl,v retrieving revision 1.8 diff -u -5 -r1.8 ppp.cdl --- cdl/ppp.cdl 29 Jan 2009 17:49:59 -0000 1.8 +++ cdl/ppp.cdl 11 Feb 2009 12:17:12 -0000 @@ -6,11 +6,11 @@ # # ==================================================================== ## ####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 2003, 2004 Free Software Foundation, Inc. +## Copyright (C) 2003, 2004, 2009 Free Software Foundation, Inc. ## ## eCos is free software; you can redistribute it and/or modify it under ## the terms of the GNU General Public License as published by the Free ## Software Foundation; either version 2 or (at your option) any later ## version. @@ -49,11 +49,11 @@ # ==================================================================== cdl_package CYGPKG_PPP { display "PPP daemon" parent CYGPKG_NET - doc ref/net-ppp.html + doc ref/ppp.html include_dir cyg/ppp requires CYGPKG_IO requires CYGPKG_IO_SERIAL requires CYGPKG_IO_SERIAL_DEVICES
