2009-09-02 Colin Watson <cjwatson@ubuntu.com>
* commands/keystatus.c (GRUB_MOD_INIT (keystatus)): Adjust summary to avoid implying that only one of --shift, --ctrl, or --alt may be used.
This commit is contained in:
parent
c0bc232b72
commit
f3e8cdfd49
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2009-09-02 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* commands/keystatus.c (GRUB_MOD_INIT (keystatus)): Adjust summary
|
||||||
|
to avoid implying that only one of --shift, --ctrl, or --alt may be
|
||||||
|
used.
|
||||||
|
|
||||||
2009-09-02 Colin Watson <cjwatson@ubuntu.com>
|
2009-09-02 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* util/grub-probe.c (probe): Test st.st_mode using S_ISREG macro
|
* util/grub-probe.c (probe): Test st.st_mode using S_ISREG macro
|
||||||
|
|
|
@ -70,7 +70,7 @@ GRUB_MOD_INIT(keystatus)
|
||||||
{
|
{
|
||||||
cmd = grub_register_extcmd ("keystatus", grub_cmd_keystatus,
|
cmd = grub_register_extcmd ("keystatus", grub_cmd_keystatus,
|
||||||
GRUB_COMMAND_FLAG_BOTH,
|
GRUB_COMMAND_FLAG_BOTH,
|
||||||
"keystatus [--shift|--ctrl|--alt]",
|
"keystatus [--shift] [--ctrl] [--alt]",
|
||||||
"Check key modifier status",
|
"Check key modifier status",
|
||||||
options);
|
options);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue