aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-01-18 16:08:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-01-18 16:08:29 +0000
commit318e66375ab04f2d7e1ba3868482c0c6d8db620a (patch)
tree376f33982f6185197fda1fd163dfa1b90383b564 /gnu
parenta8be24167374b300dc8f44b4ae8a4cd81680c12c (diff)
downloadsrc-318e66375ab04f2d7e1ba3868482c0c6d8db620a.tar.gz
src-318e66375ab04f2d7e1ba3868482c0c6d8db620a.zip
GC spurious -m in the usage().
Notes
Notes: svn path=/head/; revision=89504
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/man/man.c8
1 files 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