From: Robbie Harwood Date: Fri, 19 Aug 2022 21:02:27 +0000 (-0400) Subject: docs: Fix mismatched brackets in halt command X-Git-Tag: grub-2.12-rc1~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c4e680d48eb2c0a4ff03ebbcc95a7f88ecd71d;p=thirdparty%2Fgrub.git docs: Fix mismatched brackets in halt command Signed-off-by: Robbie Harwood Reviewed-by: Daniel Kiper --- 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.