summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-01-18 16:08:29 +0000
committerru <ru@FreeBSD.org>2002-01-18 16:08:29 +0000
commit839a95a8088f17523da90004d7c0b98332a7e6c2 (patch)
tree376f33982f6185197fda1fd163dfa1b90383b564 /gnu
parentc56d52b02160c61709a0a63d5b85e4c373c246bd (diff)
downloadFreeBSD-src-839a95a8088f17523da90004d7c0b98332a7e6c2.zip
FreeBSD-src-839a95a8088f17523da90004d7c0b98332a7e6c2.tar.gz
GC spurious -m in the usage().
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 921295a..35fb3ae 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
OpenPOWER on IntegriCloud