aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-05-11 17:46:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-05-11 17:46:06 +0300
commit09a8c02267be95caca8efe5b930b0b8bae4d4084 (patch)
treebb69950c44b7afa205166b927b6a21be6916f753
parent3ac8984c62b6a89e86e18376b75e32f0a60bfe9f (diff)
downloadegawk-09a8c02267be95caca8efe5b930b0b8bae4d4084.tar.gz
egawk-09a8c02267be95caca8efe5b930b0b8bae4d4084.tar.bz2
egawk-09a8c02267be95caca8efe5b930b0b8bae4d4084.zip
Minor fixes in strongly typed regex doc.
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
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