diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-11 17:46:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-11 17:46:06 +0300 |
commit | 09a8c02267be95caca8efe5b930b0b8bae4d4084 (patch) | |
tree | bb69950c44b7afa205166b927b6a21be6916f753 /doc/gawktexi.in | |
parent | 3ac8984c62b6a89e86e18376b75e32f0a60bfe9f (diff) | |
download | egawk-09a8c02267be95caca8efe5b930b0b8bae4d4084.tar.gz egawk-09a8c02267be95caca8efe5b930b0b8bae4d4084.tar.bz2 egawk-09a8c02267be95caca8efe5b930b0b8bae4d4084.zip |
Minor fixes in strongly typed regex doc.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index e919df60..e75fd214 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -6089,13 +6089,13 @@ and (@pxref{String Functions}). @item -As a parameter in a call to a user-defined function. +As a parameter in a call to a user-defined function (@pxref{User-defined}). @item On the righthand side of an assignment to a variable: @samp{some_var = @@/foo/}. In this case, the type of @code{some_var} is regexp. Additionally, @code{some_var} -can be used with @samp{~} and @code{!~}, passed to one of the built-in functions +can be used with @samp{~} and @samp{!~}, passed to one of the built-in functions listed above, or passed as a parameter to a user-defined function. @end itemize |