mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Base: Add a note on the possibility of failure with the beep utility
This commit is contained in:
parent
24efc74318
commit
b0790260f8
Notes:
sideshowbarker
2024-07-17 20:24:49 +09:00
Author: https://github.com/supercomputer7
Commit: b0790260f8
Pull-request: https://github.com/SerenityOS/serenity/pull/12069
1 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue