/[grep]/grep/src/grep.c
ViewVC logotype

Diff of /grep/src/grep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.85 by kasal, Mon Nov 22 09:53:26 2004 UTC revision 1.86 by kasal, Tue Nov 23 10:00:48 2004 UTC
# Line 1  Line 1 
1  /* grep.c - main driver file for grep.  /* grep.c - main driver file for grep.
2     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.
3    
4     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 1085  usage (int status) Line 1085  usage (int status)
1085      }      }
1086    else    else
1087      {      {
1088        printf (_("Usage: %s [OPTION]... PATTERN [FILE] ...\n"), program_name);        printf (_("Usage: %s [OPTION]... PATTERN [FILE]...\n"), program_name);
1089        printf (_("\        printf (_("\
1090  Search for PATTERN in each FILE or standard input.\n\  Search for PATTERN in each FILE or standard input.\n\
1091  Example: %s -i 'hello world' menu.h main.c\n\  Example: %s -i 'hello world' menu.h main.c\n\
# Line 1694  main (int argc, char **argv) Line 1694  main (int argc, char **argv)
1694      {      {
1695        printf ("%s\n\n", PACKAGE_STRING);        printf ("%s\n\n", PACKAGE_STRING);
1696        printf (_("\        printf (_("\
1697  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"));
1698        printf (_("\        printf (_("\
1699  This is free software; see the source for copying conditions. There is NO\n\  This is free software; see the source for copying conditions. There is NO\n\
1700  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"));  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"));

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26