# HG changeset patch # User jld # Date 1237460302 0 # Node ID c4faf68be2c4ea466d0c34635ec61cb1d851e116 # Parent 423d7e4ddb11dfb77e2e1b6437fe875e333500ac * cdl/ppp.cdl: Provide a display string for CYGPKT_PPP_WORKAROUNDS_START_FLAG. diff --git a/packages/net/ppp/current/ChangeLog b/packages/net/ppp/current/ChangeLog --- a/packages/net/ppp/current/ChangeLog +++ b/packages/net/ppp/current/ChangeLog @@ -1,3 +1,8 @@ +2009-03-19 John Dallaway + + * cdl/ppp.cdl: Provide a display string for + CYGPKT_PPP_WORKAROUNDS_START_FLAG. + 2009-02-11 John Dallaway * cdl/ppp.cdl: Fix per-package documentation reference. diff --git a/packages/net/ppp/current/cdl/ppp.cdl b/packages/net/ppp/current/cdl/ppp.cdl --- a/packages/net/ppp/current/cdl/ppp.cdl +++ b/packages/net/ppp/current/cdl/ppp.cdl @@ -242,11 +242,12 @@ cdl_package CYGPKG_PPP { no_define cdl_option CYGPKT_PPP_WORKAROUNDS_START_FLAG { - flavor bool - default_value false - description "This option enables a workaround to add a start - flag to every packet. The RFC does not require this, - but some broken PPP implementations seems to need it." + display "Add a start flag to every packet" + flavor bool + default_value false + description "This option enables a workaround to add a start + flag to every packet. The RFC does not require this, + but some broken PPP implementations seem to need it." } } @@ -268,7 +269,7 @@ cdl_package CYGPKG_PPP { display "Allow the PPP code to configure the resolver" default_value 1 description " - The PPP code can negotionate with the peer what the + The PPP code can negotiate with the peer what the recommended DNS server is. This option causes the PPP code to then configure the DNS resolver with the address of the discovered server."