From 09a8c02267be95caca8efe5b930b0b8bae4d4084 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 11 May 2015 17:46:06 +0300 Subject: Minor fixes in strongly typed regex doc. --- doc/gawk.texi | 4 ++-- doc/gawktexi.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/gawk.texi b/doc/gawk.texi index 01c628d3..13cd8dd4 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -6305,13 +6305,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 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 -- cgit v1.2.3