X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=miscutils%2Fbeep.c;h=0c8a8225e2db63fc4c372084f7dcae7472143958;hb=9b70f197b4dd5be47c5d0d4479525efe012964ee;hp=782656fc5f7fe0ef1c03885a26c3e714c3fb26ac;hpb=ae178cee3d439c874d6f9bb337cb77dfe8cd59d5;p=oweals%2Fbusybox.git diff --git a/miscutils/beep.c b/miscutils/beep.c index 782656fc5..0c8a8225e 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c @@ -5,14 +5,13 @@ * Copyright (C) 2009 Bernhard Reutner-Fischer * * Licensed under GPLv2 or later, see file LICENSE in this source tree. - * */ //config:config BEEP //config: bool "beep (3 kb)" //config: default y //config: select PLATFORM_LINUX //config: help -//config: The beep applets beeps in a given freq/Hz. +//config: The beep applets beeps in a given freq/Hz. //config: //config:config FEATURE_BEEP_FREQ //config: int "default frequency" @@ -20,7 +19,7 @@ //config: default 4000 //config: depends on BEEP //config: help -//config: Frequency for default beep. +//config: Frequency for default beep. //config: //config:config FEATURE_BEEP_LENGTH_MS //config: int "default length" @@ -28,7 +27,7 @@ //config: default 30 //config: depends on BEEP //config: help -//config: Length in ms for default beep. +//config: Length in ms for default beep. //applet:IF_BEEP(APPLET(beep, BB_DIR_USR_BIN, BB_SUID_DROP))