diff options
Diffstat (limited to 'miscutils/beep.c')
-rw-r--r-- | miscutils/beep.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/miscutils/beep.c b/miscutils/beep.c index 013a72543..c7699ffe1 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c | |||
@@ -7,6 +7,17 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | |||
11 | //usage:#define beep_trivial_usage | ||
12 | //usage: "-f FREQ -l LEN -d DELAY -r COUNT -n" | ||
13 | //usage:#define beep_full_usage "\n\n" | ||
14 | //usage: "Options:" | ||
15 | //usage: "\n -f Frequency in Hz" | ||
16 | //usage: "\n -l Length in ms" | ||
17 | //usage: "\n -d Delay in ms" | ||
18 | //usage: "\n -r Repetitions" | ||
19 | //usage: "\n -n Start new tone" | ||
20 | |||
10 | #include "libbb.h" | 21 | #include "libbb.h" |
11 | 22 | ||
12 | #include <linux/kd.h> | 23 | #include <linux/kd.h> |