aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2015-06-17 17:55:53 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2015-06-17 17:55:53 -0400
commit2cdf926511fe6baf587c567f4bf7d517dfc42e34 (patch)
tree8323fef1b1d6345ab625ff4c5d3e1fb500de171c /doc/gawk.texi
parent2ca3347e3004d985b1a369fd95371f9400f2e248 (diff)
parentc143b9ed4402a67e02ed13befb5999f32f8afc5f (diff)
downloadegawk-2cdf926511fe6baf587c567f4bf7d517dfc42e34.tar.gz
egawk-2cdf926511fe6baf587c567f4bf7d517dfc42e34.tar.bz2
egawk-2cdf926511fe6baf587c567f4bf7d517dfc42e34.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index c781d372..df10570f 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -35038,6 +35038,10 @@ $ @kbd{gawk -i inplace -v INPLACE_SUFFIX=.bak '@{ gsub(/foo/, "bar") @}}
> @kbd{@{ print @}' file1 file2 file3}
@end example
+Please note that, while the extension does attempt to preserve ownership and permissions, it makes no attempt to copy the ACLs from the original file.
+
+If the program dies prematurely, as might happen if an unhandled signal is received, a temporary file may be left behind.
+
@node Extension Sample Ord
@subsection Character and Numeric values: @code{ord()} and @code{chr()}