diff options
author | Rahil Bhimjiani <54960886+rahilarious@users.noreply.github.com> | 2022-05-25 12:54:30 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-05-25 14:20:14 +0200 |
commit | 97e7d4945dbf8140b89a92212bcfb8c80c01dd47 (patch) | |
tree | e1fbb57325fe86dc8c47e563ac21afa6b86ac997 /man | |
parent | test-seccomp: check for CAP_IPC_OWNER before calling shmat() (diff) | |
download | systemd-97e7d4945dbf8140b89a92212bcfb8c80c01dd47.tar.xz systemd-97e7d4945dbf8140b89a92212bcfb8c80c01dd47.zip |
[sd-boot] improve documentation of beep
Diffstat (limited to 'man')
-rw-r--r-- | man/loader.conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/loader.conf.xml b/man/loader.conf.xml index d5abb1c04e..acd748ad28 100644 --- a/man/loader.conf.xml +++ b/man/loader.conf.xml @@ -211,7 +211,7 @@ <varlistentry> <term>beep</term> - <listitem><para>Beep n times when the n-th entry in the boot menu is shown (default disabled). + <listitem><para>Takes a boolean argument. If timeout enabled beep every second, otherwise beep n times when n-th entry in boot menu is selected (default disabled). Currently, only x86 is supported, where it uses the PC speaker.</para></listitem> </varlistentry> |