Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2008 15:48:31 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 143977 for review
Message-ID:  <200806231548.m5NFmV2J076065@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143977

Change 143977 by gabor@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806231548.m5NFmV2J076065>