GC spurious -m in the usage().

This commit is contained in:
ru 2002-01-18 16:08:29 +00:00
parent c56d52b021
commit 839a95a808

View File

@ -206,21 +206,21 @@ usage ()
#ifdef HAS_TROFF
#ifdef __FreeBSD__
static char s1[] =
"usage: %s [-adfhkmotw] [section] [-M path] [-P pager] [-S list]\n\
"usage: %s [-adfhkotw] [section] [-M path] [-P pager] [-S list]\n\
[-m machine] [-p string] name ...\n\n";
#else
static char s1[] =
"usage: %s [-adfhkmtw] [section] [-M path] [-P pager] [-S list]\n\
"usage: %s [-adfhktw] [section] [-M path] [-P pager] [-S list]\n\
[-m machine] [-p string] name ...\n\n";
#endif
#else
#ifdef __FreeBSD__
static char s1[] =
"usage: %s [-adfhkmow] [section] [-M path] [-P pager] [-S list]\n\
"usage: %s [-adfhkow] [section] [-M path] [-P pager] [-S list]\n\
[-m machine] [-p string] name ...\n\n";
#else
static char s1[] =
"usage: %s [-adfhkmw] [section] [-M path] [-P pager] [-S list]\n\
"usage: %s [-adfhkw] [section] [-M path] [-P pager] [-S list]\n\
[-m machine] [-p string] name ...\n\n";
#endif
#endif