summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-03-17 22:28:00 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-03-17 22:28:00 +0200
commit822d727b719ad486bb5eca0f064c69047a424bf5 (patch)
tree344b4a4b7301cba1a2601bc624bcc543ed1ed167
parent93a817e1d94bf7227391b131b6df2d1f3e5176cc (diff)
downloadgawk-822d727b719ad486bb5eca0f064c69047a424bf5.tar.gz
Document a limitation in the inplace extension.
-rw-r--r--extension/ChangeLog1
-rw-r--r--extension/inplace.3am7
2 files changed, 6 insertions, 2 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index b10ff17d..9d7e6173 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -2,6 +2,7 @@
* inplace.c (do_inplace_begin): Jump through more hoops to satisfy
a newer version of clang.
+ * inplace.3am (BUGS): Add new section and documentation.
2015-02-26 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/extension/inplace.3am b/extension/inplace.3am
index 5ca04be2..d6339c4a 100644
--- a/extension/inplace.3am
+++ b/extension/inplace.3am
@@ -1,4 +1,4 @@
-.TH INPLACE 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension Modules"
+.TH INPLACE 3am "Mar 16 2015" "Free Software Foundation" "GNU Awk Extension Modules"
.SH NAME
inplace \- emulate sed/perl/ruby in-place editing
.SH SYNOPSIS
@@ -45,7 +45,10 @@ extension concatenates that suffix onto the original
filename and uses the result as a filename for renaming
the original.
... .SH NOTES
-... .SH BUGS
+.SH BUGS
+As currently written, output from an \f(CWENDFILE\fP
+rule does not get redirected into the replacement file.
+Neither does output from an \f(CWEND\fP rule.
.SH EXAMPLE
.ft CW
.nf