changeset 2848:0211264926c7

* cdl/ppp.cdl: Provide a display string for CYGPKT_PPP_WORKAROUNDS_START_FLAG.
author jld
date Thu, 19 Mar 2009 10:59:44 +0000
parents 6ec7e4704140
children 70648fa729ea
files packages/net/ppp/current/ChangeLog packages/net/ppp/current/cdl/ppp.cdl
diffstat 2 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/packages/net/ppp/current/ChangeLog
+++ b/packages/net/ppp/current/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-19  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/ppp.cdl: Provide a display string for
+	CYGPKT_PPP_WORKAROUNDS_START_FLAG.
+
 2009-02-11  John Dallaway  <john@dallaway.org.uk>
 
 	* cdl/ppp.cdl: Fix per-package documentation reference.
--- 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."