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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to