aboutsummaryrefslogtreecommitdiffstats
path: root/extension/inplace.3am
diff options
context:
space:
mode:
Diffstat (limited to 'extension/inplace.3am')
-rw-r--r--extension/inplace.3am9
1 files changed, 8 insertions, 1 deletions
diff --git a/extension/inplace.3am b/extension/inplace.3am
index 64aec91c..b1682e22 100644
--- a/extension/inplace.3am
+++ b/extension/inplace.3am
@@ -1,4 +1,4 @@
-.TH INPLACE 3am "Apr 08 2015" "Free Software Foundation" "GNU Awk Extension Modules"
+.TH INPLACE 3am "Jun 17 2015" "Free Software Foundation" "GNU Awk Extension Modules"
.SH NAME
inplace \- emulate sed/perl/ruby in-place editing
.SH SYNOPSIS
@@ -32,6 +32,13 @@ rule or on the command line, then the
extension concatenates that suffix onto the original
filename and uses the result as a filename for renaming
the original.
+.PP
+One can disable inplace editing selectively by placing
+.B inplace=0
+on the command line prior to files that should be processed normally.
+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 EXAMPLE