summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.111
1 files changed, 11 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index d7df6f30..c9cbe389 100644
--- a/txr.1
+++ b/txr.1
@@ -42590,6 +42590,17 @@ record (contents of the variable
followed by the output record terminator from the variable
.codn ors .
+While the processing loop in
+.code awk
+scans an input source, it also binds the special variable
+.code *stdin*
+to the open stream associated with that source. This binding is
+in effect across all ordinary clauses, as well as across the
+special clauses
+.code :begin-file
+and
+.codn :end-file .
+
The following is a description of the special clauses:
.RS
.meIP (:name << sym )