diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-27 13:29:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-27 13:29:49 -0700 |
commit | 0a4e0f2ff76761efe933d4ccae4c17efa286f4e3 (patch) | |
tree | bb5230f4d00084d5216438f56df0779efc1391b7 /txr.1 | |
parent | 2722c5140685064be3df771eb9c0e0feff4fded0 (diff) | |
download | txr-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.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |