From 318e66375ab04f2d7e1ba3868482c0c6d8db620a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 18 Jan 2002 16:08:29 +0000 Subject: [PATCH] GC spurious -m in the usage(). --- gnu/usr.bin/man/man/man.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c index 921295a53e73..35fb3aef1cd3 100644 --- a/gnu/usr.bin/man/man/man.c +++ b/gnu/usr.bin/man/man/man.c @@ -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