aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-11-15 22:11:25 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-11-15 22:11:25 +0200
commit6892647d502182ca383a4934c20bb0457fc44a51 (patch)
tree613c281b212192a5e69b2898ddf972c6376acba6 /doc/gawk.texi
parentf2077f9f84ab90469b2a95f14dbd0030d8c3efcf (diff)
parentbd92e255e0f3054d104583a60dae64e98d94c32d (diff)
downloadegawk-6892647d502182ca383a4934c20bb0457fc44a51.tar.gz
egawk-6892647d502182ca383a4934c20bb0457fc44a51.tar.bz2
egawk-6892647d502182ca383a4934c20bb0457fc44a51.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index c2e89e94..d6ef9353 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -12062,7 +12062,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