PERFORCE change 168159 for review

Gabor Kovesdan gabor at FreeBSD.org
Fri Sep 4 17:48:16 UTC 2009


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

Change 168159 by gabor at gabor_aspire on 2009/09/04 17:47:47

	- Fix an error message number

Affected files ...

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

Differences ...

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

@@ -530,7 +530,7 @@
 			else if (strcmp("text", optarg) == 0)
 				binbehave = BINFILE_TEXT;
 			else
-				errx(2, getstr(11));
+				errx(2, getstr(8));
 			break;
 		case COLOR_OPT:
 			if (optarg == NULL || strcmp("auto", optarg) == 0 || strcmp("always", optarg) == 0 ) {


More information about the p4-projects mailing list