aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '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