aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2022-08-19 17:02:27 -0400
committerDaniel Kiper <daniel.kiper@oracle.com>2022-08-20 01:26:54 +0200
commita3c4e680d48eb2c0a4ff03ebbcc95a7f88ecd71d (patch)
tree19de0b6eedc847135a641d3b7bb9bbaace6e5a00
parentce21bf557d26ef6500b47a4d3112e76c37bbb9f0 (diff)
downloadgrub-a3c4e680d48eb2c0a4ff03ebbcc95a7f88ecd71d.tar.gz
docs: Fix mismatched brackets in halt command
Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
-rw-r--r--docs/grub.texi2
1 files changed, 1 insertions, 1 deletions
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.