summaryrefslogtreecommitdiff
path: root/Base/usr
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2022-01-22 12:40:02 +0200
committerLinus Groh <mail@linusgroh.de>2022-01-23 00:40:54 +0000
commitb0790260f84f9b6c8cf7532a23a6fb15a5a127cf (patch)
tree0746dfbc404b70cb08cc16d91dc634cebf25e7e4 /Base/usr
parent24efc74318628ecc189954263356fbede88c9e2d (diff)
downloadserenity-b0790260f84f9b6c8cf7532a23a6fb15a5a127cf.zip
Base: Add a note on the possibility of failure with the beep utility
Diffstat (limited to 'Base/usr')
-rw-r--r--Base/usr/share/man/man1/beep.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/beep.md b/Base/usr/share/man/man1/beep.md
index 802c249e0a..4995c0805b 100644
--- a/Base/usr/share/man/man1/beep.md
+++ b/Base/usr/share/man/man1/beep.md
@@ -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)