X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargp-ba.c;h=0b3d0bdb042b4c16a06fbb06ae75a7dc76ab911f;hb=7272990957a8aa5559b3b8f95e319bbcedd9f140;hp=95feabb864a2a0d72b0b297d828dd42a63cb98be;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/argp-ba.c b/lib/argp-ba.c index 95feabb86..0b3d0bdb0 100644 --- a/lib/argp-ba.c +++ b/lib/argp-ba.c @@ -1,5 +1,5 @@ /* Default definition for ARGP_PROGRAM_BUG_ADDRESS. - Copyright (C) 1996, 1997, 1999, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1996-1997, 1999, 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -19,8 +19,8 @@ /* If set by the user program, it should point to string that is the bug-reporting address for the program. It will be printed by argp_help if the ARGP_HELP_BUG_ADDR flag is set (as it is by various standard help - messages), embedded in a sentence that says something like `Report bugs to - ADDR.'. */ + messages), embedded in a sentence that says something like "Report bugs to + ADDR." */ const char *argp_program_bug_address /* This variable should be zero-initialized. On most systems, putting it into BSS is sufficient. Not so on MacOS X 10.3 and 10.4, see