diff options
Diffstat (limited to 'miscutils/man.c')
-rw-r--r-- | miscutils/man.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miscutils/man.c b/miscutils/man.c index 2c6b25ceb..3bf7e84b6 100644 --- a/miscutils/man.c +++ b/miscutils/man.c | |||
@@ -7,8 +7,7 @@ | |||
7 | //usage: "[-aw] [MANPAGE]..." | 7 | //usage: "[-aw] [MANPAGE]..." |
8 | //usage:#define man_full_usage "\n\n" | 8 | //usage:#define man_full_usage "\n\n" |
9 | //usage: "Format and display manual page\n" | 9 | //usage: "Format and display manual page\n" |
10 | //usage: "\nOptions:" | 10 | //usage: "\n -a Display all pages" |
11 | //usage: "\n -a Display all pages" | ||
12 | //usage: "\n -w Show page locations" | 11 | //usage: "\n -w Show page locations" |
13 | 12 | ||
14 | #include "libbb.h" | 13 | #include "libbb.h" |