X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=miscutils%2Fbeep.c;h=910e03e1b4dfbf638d71f549b035f5d6c7747fc6;hb=66426760beef7e87c4735f433d123daf911b5b4a;hp=b0ee7ea25ccda4cb724d4e0f44b37b303ce9c698;hpb=7cfec4b3e06cc1414079c4cea23239730959bf62;p=oweals%2Fbusybox.git diff --git a/miscutils/beep.c b/miscutils/beep.c index b0ee7ea25..910e03e1b 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c @@ -4,9 +4,19 @@ * * Copyright (C) 2009 Bernhard Reutner-Fischer * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * */ + +//usage:#define beep_trivial_usage +//usage: "-f FREQ -l LEN -d DELAY -r COUNT -n" +//usage:#define beep_full_usage "\n\n" +//usage: " -f Frequency in Hz" +//usage: "\n -l Length in ms" +//usage: "\n -d Delay in ms" +//usage: "\n -r Repetitions" +//usage: "\n -n Start new tone" + #include "libbb.h" #include