mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
GC spurious -m in the usage().
This commit is contained in:
parent
a8be241673
commit
318e66375a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89504
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user