diff options
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 |