svn commit: r231135 - stable/9/usr.bin/grep

Gabor Kovesdan gabor at FreeBSD.org
Tue Feb 7 17:42:11 UTC 2012


Author: gabor
Date: Tue Feb  7 17:42:10 2012
New Revision: 231135
URL: http://svn.freebsd.org/changeset/base/231135

Log:
  MFC r230141 (eadler):
  - Remove duplicate line from usage()

Modified:
  stable/9/usr.bin/grep/grep.c
Directory Properties:
  stable/9/usr.bin/grep/   (props changed)

Modified: stable/9/usr.bin/grep/grep.c
==============================================================================
--- stable/9/usr.bin/grep/grep.c	Tue Feb  7 17:21:54 2012	(r231134)
+++ stable/9/usr.bin/grep/grep.c	Tue Feb  7 17:42:10 2012	(r231135)
@@ -158,7 +158,6 @@ usage(void)
 {
 	fprintf(stderr, getstr(4), getprogname());
 	fprintf(stderr, "%s", getstr(5));
-	fprintf(stderr, "%s", getstr(5));
 	fprintf(stderr, "%s", getstr(6));
 	fprintf(stderr, "%s", getstr(7));
 	exit(2);


More information about the svn-src-all mailing list