diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 6 | ||||
-rw-r--r-- | extension/inplace.3am | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 5b372e9d..993729a5 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,5 +1,11 @@ 2015-06-17 Andrew J. Schorr <aschorr@telemetry-investments.com> + * inplace.3am (BUGS): Document that ACLs are not preserved, and + a temporary file may be left behind if the program is killed by + a signal. + +2015-06-17 Andrew J. Schorr <aschorr@telemetry-investments.com> + * inplace.3am: Document new inplace variable to control whether inplace editing is active. diff --git a/extension/inplace.3am b/extension/inplace.3am index b1682e22..a045fe6c 100644 --- a/extension/inplace.3am +++ b/extension/inplace.3am @@ -40,7 +40,10 @@ One can reenable inplace editing by placing .B inplace=1 prior to files that should be subject to inplace editing. ... .SH NOTES -... .SH BUGS +.SH BUGS +While the extension does attempt to preserve ownership and permissions, it makes no attempt to copy the ACLs from the original file. +.PP +If the program dies prematurely, as might happen if an unhandled signal is received, a temporary file may be left behind. .SH EXAMPLE .ft CW .nf |