                   #tocTable of Contents  
#toc0Name 
beep - ring the bell 
#toc1Synopsis 
beep ?percent? 
#toc2Description 
The
beep command rings the keyboard bell.  Percent is relative to the base volume
of the keyboard bell and can range from -100 to 100 inclusive. 
If 
percentis nonnegative then the bell volume is: 
base - [(base * percent) / 100] + percentIf percent is negative then the bell volume is: base + [(base * percent) / 100]The default percent is 50. 
#toc3Example 
beep #toc4Keywords 
bell, beep 
Table of Contents #sect0Name #sect1Synopsis #sect2Description #sect3Example #sect4Keywords 