svn commit: trunk/busybox/libbb

vapier at busybox.net vapier at busybox.net
Tue Feb 21 00:50:38 UTC 2006


Author: vapier
Date: 2006-02-20 16:50:37 -0800 (Mon, 20 Feb 2006)
New Revision: 14154

Log:
a few more comment touchups

Modified:
   trunk/busybox/libbb/getopt_ulflags.c


Changeset:
Modified: trunk/busybox/libbb/getopt_ulflags.c
===================================================================
--- trunk/busybox/libbb/getopt_ulflags.c	2006-02-21 00:37:42 UTC (rev 14153)
+++ trunk/busybox/libbb/getopt_ulflags.c	2006-02-21 00:50:37 UTC (rev 14154)
@@ -92,6 +92,8 @@
 	is to name the config option CONFIG_FEATURE_<applet>_LONG_OPTIONS.
 
 const char *bb_opt_complementally
+	this should be bb_opt_complementary, but we'll just keep it as
+	bb_opt_complementally due to the Russian origins
 
  ":"    The colon (":") is used to separate groups of two or more chars
 	and/or groups of chars and special characters (stating some
@@ -170,7 +172,7 @@
 		printf("Detected odd -x usaging\n");
 
  "-"    A dash as the first char in a bb_opt_complementally group means to
-	convert the arguments as option. Next char for this case can`t set
+	convert the arguments as option. Next char for this case can't set
 	[0-9], recomended use ':' or end of line. For example:
 
 	bb_opt_complementally = "-:w-x:x-w";
@@ -204,8 +206,8 @@
 		bb_show_usage();
 
  "?"    A "ask" as the first char in a bb_opt_complementally group give:
-	if previous point set BB_GETOPT_ERROR, don`t return and
-	call previous example internally. Next char for this case can`t
+	if previous point set BB_GETOPT_ERROR, don't return and
+	call previous example internally. Next char for this case can't
 	set to [0-9], recomended use ':' or end of line.
 
  "?N"   A "ask" as the first char in a bb_opt_complementally group with
@@ -259,7 +261,7 @@
 
  "x--x" give error if double or more used -x option
 
- Don`t forget ':' store. For example "?322-22-23X-x-a" interpretet as
+ Don't forget ':' store. For example "?322-22-23X-x-a" interpretet as
  "?3:22:-2:2-2:2-3Xa:2--x": max args is 3, count -2 usaged, min args is 2,
  -2 option triggered, unset -3 and -X and -a if -2 any usaged, give error if
  after -2 the -x option usaged.




More information about the busybox-cvs mailing list