From 192c63da403f7633394265411dc1b246fecace9f Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 10 Aug 2005 02:28:39 +0000 Subject: [PATCH] Fixed mostly harmless stray '\'. --- inetdmx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inetdmx.c b/inetdmx.c index 9e4ef8f..0c5d89a 100644 --- a/inetdmx.c +++ b/inetdmx.c @@ -171,11 +171,11 @@ static void usage(void) fprintf(stderr,"\ Syntax: %s {-1|--start} [{-T|--start-command-timeout} ]\n\ \t[{-l|--lock} ] [-S|--syslog] [-e|--stderr]\n\ - \t\[-I|--ignore-spawned-command-output]\n\ + \t[-I|--ignore-spawned-command-output]\n\ \t{-p|--port} \n\ or %s {-0|--stop} [{-i|--idle-server-timeout} ]\n\ \t[{-l|--lock} ] [-S|--syslog] [-e|--stderr]\n\ - \t\[-I|--ignore-spawned-command-output]\n\ + \t[-I|--ignore-spawned-command-output]\n\ \t\n\ \n\ Error messages are printed to stderr by default,\n\ -- 1.8.3.1