X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ffwk%2Flib%2Ftimeout.c;h=899d247c8171743aa6a143399febf34aa33d21f5;hb=7acf410d97f954d4aa6f2a728e2faa39b555ba13;hp=4e076f3d037be1d5e11b0b68a24127e7a9b1225d;hpb=34982a536a2dee56195af82cfec1b8db4441e2f7;p=fw%2Fsdcc diff --git a/support/regression/fwk/lib/timeout.c b/support/regression/fwk/lib/timeout.c index 4e076f3d..899d247c 100644 --- a/support/regression/fwk/lib/timeout.c +++ b/support/regression/fwk/lib/timeout.c @@ -26,10 +26,10 @@ #define USAGE PROGNAME " : 1.00\n" \ "Usage : " PROGNAME " timeout_in_seconds filename [arguments]\n" \ - " ´filename´ is executed, the arguments are passed to ´filename´.\n" \ - " When ´filename´exits before the timeout expires, the\n" \ - " exit-status of ´filename´ is returned.\n" \ - " When the timeout expires before ´filename´ exits, ´filename´\n" \ + " \"filename\" is executed, the arguments are passed to \"filename\".\n" \ + " When \"filename\" exits before the timeout expires, the\n" \ + " exit-status of \"filename\" is returned.\n" \ + " When the timeout expires before \"filename\" exits, \"filename\"\n" \ " will be killed and an exit-status of 1 is returned.\n" /* First the program tries to limit the maximum CPU-time to the timeout-value. @@ -163,3 +163,4 @@ main (int argc, char * const *argv) } } } +