--- debianutils-1.13.3/run-parts.c.orig	2000-04-02 14:25:57.000000000 -0400
+++ debianutils-1.13.3/run-parts.c	2003-09-19 17:03:00.000000000 -0400
@@ -50,11 +50,11 @@
 
 void version ()
 {
-  fprintf (stderr, "Debian GNU/Linux run-parts program, version " VERSION
-"\nCopyright (C) 1994 Ian Jackson, Copyright (C) 1996 Jeff Noxon.
-Copyright (C) 1996,1997,1998,1999 Guy Maor
-This is free software; see the GNU General Public License version 2
-or later for copying conditions.  There is NO warranty.
+  fprintf (stderr, "Debian GNU/Linux run-parts program, version " VERSION \
+"\nCopyright (C) 1994 Ian Jackson, Copyright (C) 1996 Jeff Noxon.\n\
+Copyright (C) 1996,1997,1998,1999 Guy Maor\n\
+This is free software; see the GNU General Public License version 2\n\
+or later for copying conditions.  There is NO warranty.\n\
 ");
   exit (0);
 }
@@ -62,13 +62,13 @@
 
 void usage ()
 {
-  fprintf (stderr, "Usage: run-parts [OPTION]... DIRECTORY
-  --test          print script names which would run, but don't run them.
-  --verbose       print script names before running them.
-  --report        print script names if they produce output.
-  --umask=UMASK   sets umask to UMASK (octal), default is 022.
-  --version       output version information and exit.
-  --help          display this help and exit.
+  fprintf (stderr, "Usage: run-parts [OPTION]... DIRECTORY\n\
+  --test          print script names which would run, but don't run them.\n\
+  --verbose       print script names before running them.\n\
+  --report        print script names if they produce output.\n\
+  --umask=UMASK   sets umask to UMASK (octal), default is 022.\n\
+  --version       output version information and exit.\n\
+  --help          display this help and exit.\n\
 ");
   exit(0);
 }
--- debianutils-1.13.3/tempfile.c.orig	1999-09-03 11:40:40.000000000 -0400
+++ debianutils-1.13.3/tempfile.c	2003-09-19 17:03:41.000000000 -0400
@@ -17,7 +17,7 @@
     fprintf(stderr, "Try `%s --help' for more information.\n", progname);
   else
     printf("Usage: %s [OPTION]\n\
-Create a temporary file in a safe manner.
+Create a temporary file in a safe manner.\n\
 \n\
 -d, --directory=DIR  place temporary file in DIR\n\
 -p, --prefix=STRING  set temporary file's prefix to STRING\n\
