Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:41e8be21e5f84a295831a3efbcdccfc539ad9eec
Author...:karl <>
Committer:karl <>
Date.....:Fri Aug 19 22:21:18 2005 +0000
Parents..:6ff01a94f6b98a09208a623e1ea0332341627bef

Message
[project @ 2005-08-19 22:21:18 by karl]
version message formatting

Changes
diff --git a/ChangeLog b/ChangeLog
line changes: +4/-0
index 2a6029e..0f15cdc
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-19  Karl Berry  <karl@gnu.org>
+
+	* src/hello.c (main): version message formatting.
+
 2005-05-28  gettextize  <bug-gnu-gettext@gnu.org>
 
 	* Makefile.am (EXTRA_DIST): Add build-aux/mkinstalldirs.

diff --git a/src/hello.c b/src/hello.c
line changes: +3/-3
index 1e7f73b..2bf7607
--- a/src/hello.c
+++ b/src/hello.c
@@ -202,12 +202,12 @@ Report bugs to <%s>.\n"), PACKAGE_BUGREPORT);
       /* Print version number.  */
       printf ("hello - GNU %s %s\n", PACKAGE, version);
       /* xgettext: no-wrap */
-      printf ("\n");
+      puts ("");
       printf (_("\
 Copyright (C) %s Free Software Foundation, Inc.\n\
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
-PARTICULAR PURPOSE.  You may redistribute copies of GNU %s under the terms\n\
-of the GNU General Public License.\n\
+PARTICULAR PURPOSE.  You may redistribute copies of GNU %s\n\
+under the terms of the GNU General Public License.\n\
 For more information about these matters, see the file named COPYING.\n"),
               "2005", PACKAGE);
       exit (0);

This website is licensed under AGPL-3.0. Feel free to copy!