From a3c4e680d48eb2c0a4ff03ebbcc95a7f88ecd71d Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Fri, 19 Aug 2022 17:02:27 -0400 Subject: [PATCH] docs: Fix mismatched brackets in halt command Signed-off-by: Robbie Harwood Reviewed-by: Daniel Kiper --- docs/grub.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/grub.texi b/docs/grub.texi index a3ca2c8a2..547923107 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -4800,7 +4800,7 @@ type are omitted, then the partition will be inactive. @node halt @subsection halt -@deffn Command halt [@option{--no-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. -- 2.47.2