mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
Userland: Add beep utility
This commit is contained in:
parent
3c9a3a9405
commit
b9d99849ad
2 changed files with 52 additions and 0 deletions
19
Base/usr/share/man/man1/beep.md
Normal file
19
Base/usr/share/man/man1/beep.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
## Name
|
||||
|
||||
beep - beep the pc speaker
|
||||
|
||||
## Synopsis
|
||||
|
||||
```sh
|
||||
$ beep
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
beep allows the user to beep the PC speaker.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ beep
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue