do not use `a' quoting style in comments
[oweals/busybox.git] / networking / traceroute.c
index 6817861ef7fcf98313a86c3f22c2171448f23fbb..d9c62f7f966dab909189030162333bae7a4d4a53 100644 (file)
  * this paragraph in its entirety in the documentation or other materials
  * provided with the distribution, and (3) all advertising materials mentioning
  * features or use of this software display the following acknowledgement:
- * ``This product includes software developed by the University of California,
+ * ''This product includes software developed by the University of California,
  * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
  * the University nor the names of its contributors may be used to endorse
  * or promote products derived from this software without specific prior
  * written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
+ * THIS SOFTWARE IS PROVIDED ''AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
  *     Tue Dec 20 03:50:13 PST 1988
  */
 //config:config TRACEROUTE
-//config:      bool "traceroute"
+//config:      bool "traceroute (11 kb)"
 //config:      default y
 //config:      select PLATFORM_LINUX
 //config:      help
-//config:        Utility to trace the route of IP packets.
+//config:      Utility to trace the route of IP packets.
 //config:
 //config:config TRACEROUTE6
-//config:      bool "traceroute6"
+//config:      bool "traceroute6 (12 kb)"
 //config:      default y
 //config:      depends on FEATURE_IPV6
 //config:      help
-//config:        Utility to trace the route of IPv6 packets.
+//config:      Utility to trace the route of IPv6 packets.
 //config:
 //config:config FEATURE_TRACEROUTE_VERBOSE
 //config:      bool "Enable verbose output"
 //config:      default y
 //config:      depends on TRACEROUTE || TRACEROUTE6
 //config:      help
-//config:        Add some verbosity to traceroute. This includes among other things
-//config:        hostnames and ICMP response types.
+//config:      Add some verbosity to traceroute. This includes among other things
+//config:      hostnames and ICMP response types.
 //config:
 //config:config FEATURE_TRACEROUTE_USE_ICMP
 //config:      bool "Enable -I option (use ICMP instead of UDP)"