PERFORCE change 143977 for review

Gabor Kovesdan gabor at FreeBSD.org
Mon Jun 23 15:48:32 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=143977

Change 143977 by gabor at gabor_server on 2008/06/23 15:48:00

	- Add some comments for better understanding of the
	  NLS default constants

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/grep.c#36 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/grep.c#36 (text+ko) ====

@@ -56,18 +56,18 @@
 #ifndef WITHOUT_NLS
 char	*errstr[] = {
 	"",
-	"(standard input)",
-	"(fd %d)",
-	"invalid file type",
-	"usage: %s [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZ] [-A num] [-B num] [-C[num]]\n",
-	"\t[-e pattern] [-f file] [--binary-files=value] [--color=when]\n",
-	"\t[--context[=num]] [--directories=action] [--label] [--line-buffered]\n",
-	"\t[--null] [pattern] [file ...]\n",
-	"parentheses not balanced",
-	"context out of range",
-	"FreeBSD grep 2.5.1\n",
-	"Unknown binary-files option",
-	"Binary file %s matches\n"
+/* 1*/	"(standard input)",
+/* 2*/	"(fd %d)",
+/* 3*/	"invalid file type",
+/* 4*/	"usage: %s [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZ] [-A num] [-B num] [-C[num]]\n",
+/* 5*/	"\t[-e pattern] [-f file] [--binary-files=value] [--color=when]\n",
+/* 6*/	"\t[--context[=num]] [--directories=action] [--label] [--line-buffered]\n",
+/* 7*/	"\t[--null] [pattern] [file ...]\n",
+/* 8*/	"parentheses not balanced",
+/* 9*/	"context out of range",
+/*10*/	"FreeBSD grep 2.5.1\n",
+/*11*/	"Unknown binary-files option",
+/*12*/	"Binary file %s matches\n"
 };
 
 nl_catd	 catalog;


More information about the p4-projects mailing list