diff options
-rw-r--r-- | doc/groff.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/groff.texinfo b/doc/groff.texinfo index fd623e50..acd86c4d 100644 --- a/doc/groff.texinfo +++ b/doc/groff.texinfo @@ -10781,8 +10781,8 @@ inserted additionally by @code{gtroff}. @cindex @code{if} request, operators to use with @cindex @code{ie} request, operators to use with @cindex @code{while} request, operators to use with -In @code{if}, @code{ie}, and @code{while} requests, there are several -more operators available: +In @code{if}, @code{ie}, and @code{while} requests, in addition to ordinary +@ref{Expressions}, there are several more operators available: @table @code @item e @@ -10936,7 +10936,7 @@ Evaluate the expression @var{expr}, and executes @var{anything} (the remainder of the line) if @var{expr} evaluates to a value greater than zero (true). @var{anything} is interpreted as though it was on a line by itself (except that leading spaces are swallowed). -@xref{Expressions}, for more info. +@xref{Operators in Conditionals}, for more info. @Example .nr xxx 1 |