aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 171073eb..86e5738f 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -11380,7 +11380,7 @@ argument to @code{sub()} or @code{gsub()}, they retain their type. Thus,
if you have something like this:
@example
-re = @/don't panic/
+re = @@/don't panic/
sub(/don't/, "do", re)
print typeof(re), re
@end example