diff packages/net/ppp/current/cdl/ppp.cdl @ 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 70bc76ef308f
children
line wrap: on
line diff
--- 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."