PERFORCE change 142393 for review

Gabor Kovesdan gabor at FreeBSD.org
Tue May 27 17:07:00 UTC 2008


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

Change 142393 by gabor at gabor_server on 2008/05/27 17:06:17

	- Make --version consistent with sort and diff

Affected files ...

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

Differences ...

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

@@ -409,7 +409,7 @@
 			/* default, compatibility */
 			break;
 		case 'V':
-			printf("FreeBSD version 2.5.1\n");
+			printf("FreeBSD grep 2.5.1\n");
 			exit(0);
 		case 'v':
 			vflag = 1;


More information about the p4-projects mailing list