]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Document expr1 expr2 syntax for test command
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 22 Jan 2016 12:27:36 +0000 (13:27 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 22 Jan 2016 12:27:36 +0000 (13:27 +0100)
docs/grub.texi

index 9a25a0bdb8009fd37e3022cd7670c19bf1b379fe..f9173cc27c075d1c2d0653d7b90bed77300d219f 100644 (file)
@@ -5042,6 +5042,8 @@ the length of @var{string} is zero
 @var{expression} is false
 @item @var{expression1} @code{-a} @var{expression2}
 both @var{expression1} and @var{expression2} are true
+@item @var{expression1} @var{expression2}
+both @var{expression1} and @var{expression2} are true. This syntax is not POSIX-compliant and is not recommended.
 @item @var{expression1} @code{-o} @var{expression2}
 either @var{expression1} or @var{expression2} is true
 @end table