mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 04:32:51 +00:00
28 lines
359 B
Markdown
28 lines
359 B
Markdown
## Name
|
|
|
|
beep - beep the pc speaker
|
|
|
|
## Synopsis
|
|
|
|
```**sh
|
|
$ beep
|
|
```
|
|
|
|
## Description
|
|
|
|
beep allows the user to beep the PC speaker.
|
|
|
|
## Notes
|
|
|
|
If the user disabled the usage of PC speaker in the kernel commandline, the program
|
|
will fail to use the PC speaker.
|
|
|
|
## Examples
|
|
|
|
```sh
|
|
$ beep
|
|
```
|
|
|
|
## See also
|
|
|
|
* [`boot_parameters`(7)](help://man/7/boot_parameters)
|