aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Washburn <development@efficientek.com>2022-05-11 21:56:20 -0500
committerDaniel Kiper <daniel.kiper@oracle.com>2022-05-24 14:47:16 +0200
commitaf7c86674c052c39361cc216a81992768e007302 (patch)
tree344f857d2477a26129f5f63054f7f49082a18a0b
parent8efbfcfc37d8219abe54061917ee025220145a98 (diff)
downloadgrub-af7c86674c052c39361cc216a81992768e007302.tar.gz
docs: Make note of i386-pc specific usage of halt command
The --no-apm option is only available on the i396-pc target. Signed-off-by: Glenn Washburn <development@efficientek.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
-rw-r--r--docs/grub.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/grub.texi b/docs/grub.texi
index 8397febba..773933216 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -4567,10 +4567,10 @@ type are omitted, then the partition will be inactive.
@node halt
@subsection halt
-@deffn Command halt @option{--no-apm}
-The command halts the computer. If the @option{--no-apm} option
-is specified, no APM BIOS call is performed. Otherwise, the computer
-is shut down using APM.
+@deffn Command halt [@option{--no-apm}[
+The command halts the computer. On the i386-pc target, the @option{--no-apm}
+option, or short @option{-n}, is specified, no APM BIOS call is performed.
+Otherwise, the computer is shut down using APM on that target.
@end deffn