From c8460daf24176f4905cf8cf7e8f5d4d924f25ed5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 12 Jun 1997 16:40:53 +0000 Subject: . --- doc/sh-utils.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index fe0df2c06..8ebdfcb70 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -866,7 +866,8 @@ the environment variable, @var{POSIXLY_CORRECT} is set. @end table -The keywords cannot be used as strings. +To make @code{expr} interpret keywords as strings, you must use the +@code{quote} operator. @node Examples of expr @@ -893,6 +894,8 @@ expr index abcdef cz @result{} 3 expr index index a @error{} expr: syntax error +expr index quote index a +@result{} 0 @end example -- cgit v1.2.3-70-g09d2