--- disktest.c	2003-06-24 00:18:10.000000000 +1000
+++ disktest.c.new	2003-06-24 00:17:39.000000000 +1000
@@ -192,14 +192,14 @@
 static void usage(void)
 {
 	fprintf(stderr,
-"
-usage: disktest [options] <device>
-
-options: 
-         -B <blocks>           set block count
-         -s <blk_size>         set block size
-         -R <value>            set read probability (1-100)
-         -t <value>            set report time in seconds
+"\n\
+usage: disktest [options] <device>\n\
+\n\
+options: \n\
+         -B <blocks>           set block count\n\
+         -s <blk_size>         set block size\n\
+         -R <value>            set read probability (1-100)\n\
+         -t <value>            set report time in seconds\n\
 ");
 	exit(1);
 }
