From: Vladimir Serbinenko Date: Fri, 22 Jan 2016 12:27:36 +0000 (+0100) Subject: Document expr1 expr2 syntax for test command X-Git-Tag: 2.02-beta3~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dab148891ee64ba5420a11bdddad9983fc387954;p=thirdparty%2Fgrub.git Document expr1 expr2 syntax for test command --- diff --git a/docs/grub.texi b/docs/grub.texi index 9a25a0bdb..f9173cc27 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -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