grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/src/grep.c


From: Stepan Kasal
Subject: Changes to grep/src/grep.c
Date: Tue, 23 Nov 2004 04:57:11 -0500

Index: grep/src/grep.c
diff -u grep/src/grep.c:1.85 grep/src/grep.c:1.86
--- grep/src/grep.c:1.85        Mon Nov 22 09:53:26 2004
+++ grep/src/grep.c     Tue Nov 23 10:00:48 2004
@@ -1,5 +1,5 @@
 /* grep.c - main driver file for grep.
-   Copyright 1992, 1997-1999, 2000, 2001, 2002, 2004 Free Software Foundation, 
Inc.
+   Copyright (C) 1992, 1997-1999, 2000, 2001, 2002, 2004 Free Software 
Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -1085,7 +1085,7 @@
     }
   else
     {
-      printf (_("Usage: %s [OPTION]... PATTERN [FILE] ...\n"), program_name);
+      printf (_("Usage: %s [OPTION]... PATTERN [FILE]...\n"), program_name);
       printf (_("\
 Search for PATTERN in each FILE or standard input.\n\
 Example: %s -i 'hello world' menu.h main.c\n\
@@ -1694,7 +1694,7 @@
     {
       printf ("%s\n\n", PACKAGE_STRING);
       printf (_("\
-Copyright 1988, 1992-1999, 2000, 2001, 2002, 2004 Free Software Foundation, 
Inc.\n"));
+Copyright (C) 1988, 1992-1999, 2000, 2001, 2002, 2004 Free Software 
Foundation, Inc.\n"));
       printf (_("\
 This is free software; see the source for copying conditions. There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE.\n"));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]