Change-Id: Ib374aa20be4166d0e8cbc100f662ce50508c72ac
<literal>s=beep()</literal> returns the current beep mode (on or off).
</para>
</refsection>
+ <refsection>
+ <title>Examples</title>
+ <programlisting role="example"><![CDATA[
+beep() // Make a sound
+beep("off") // disable the sound
+]]></programlisting>
+ </refsection>
</refentry>