1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:27:35 +00:00

Base: Add a note on the possibility of failure with the beep utility

This commit is contained in:
Liav A 2022-01-22 12:40:02 +02:00 committed by Linus Groh
parent 24efc74318
commit b0790260f8

View file

@ -12,8 +12,17 @@ $ beep
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)