瀏覽代碼

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

Liav A 3 年之前
父節點
當前提交
b0790260f8
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Base/usr/share/man/man1/beep.md

+ 9 - 0
Base/usr/share/man/man1/beep.md

@@ -12,8 +12,17 @@ $ beep
 
 
 beep allows the user to beep the PC speaker.
 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
 ## Examples
 
 
 ```sh
 ```sh
 $ beep
 $ beep
 ```
 ```
+
+## See also
+
+* [`boot_parameters`(7)](help://man/7/boot_parameters)