summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-27 13:29:49 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-27 13:29:49 -0700
commit0a4e0f2ff76761efe933d4ccae4c17efa286f4e3 (patch)
treebb5230f4d00084d5216438f56df0779efc1391b7 /txr.1
parent2722c5140685064be3df771eb9c0e0feff4fded0 (diff)
downloadtxr-0a4e0f2ff76761efe933d4ccae4c17efa286f4e3.tar.gz
txr-0a4e0f2ff76761efe933d4ccae4c17efa286f4e3.tar.bz2
txr-0a4e0f2ff76761efe933d4ccae4c17efa286f4e3.zip
* lib.c (eof_s): New symbol variable.
(obj_init): New variable initialized. * lib.h (eof_s): Declared. * match.c (match_files): New @(eof) directive explicitly matches end of data. * txr.1: Updated.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 917b0fff..90efb34e 100644
--- a/txr.1
+++ b/txr.1
@@ -854,6 +854,10 @@ argument material. Most directives must be the first item of a line.
A summary of the available directives follows:
+.IP @(eof)
+Explicitly match the end of file. Fails if unmatched data remains in
+the input stream.
+
.IP @(next)
Continue matching in another file.