summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
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