diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-06-17 17:53:37 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-06-17 17:53:37 -0400 |
commit | c143b9ed4402a67e02ed13befb5999f32f8afc5f (patch) | |
tree | a379c78aaa28ededdfc951b9bc8ff9fa9aef8abb /doc/gawktexi.in | |
parent | 12e3cbe4220792bbcb58f1d5d3dbbcc6e2f7a1db (diff) | |
download | egawk-c143b9ed4402a67e02ed13befb5999f32f8afc5f.tar.gz egawk-c143b9ed4402a67e02ed13befb5999f32f8afc5f.tar.bz2 egawk-c143b9ed4402a67e02ed13befb5999f32f8afc5f.zip |
Document inplace shortcomings (no ACL preservation and no signal handling).
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 58fa4f60..75f3bb71 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -33747,6 +33747,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()} |