diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 16:06:15 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 16:06:15 -0800 |
commit | 99d8182e6b8dcc7ed772c78e9d417b9f528e3723 (patch) | |
tree | 07e27abe671031ab16ed997a589fff26e35cd005 /txr.1 | |
parent | 177e43ce6f661c869fb91f8daee32a30c7feda04 (diff) | |
download | txr-99d8182e6b8dcc7ed772c78e9d417b9f528e3723.tar.gz txr-99d8182e6b8dcc7ed772c78e9d417b9f528e3723.tar.bz2 txr-99d8182e6b8dcc7ed772c78e9d417b9f528e3723.zip |
Adding major section headings for the basic directives,
and for load.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1286,6 +1286,8 @@ The load directive loads another TXR file and interprets its contents. .PP +.SH INPUT SCANNING AND DATA MANIPULATION + .SS The Next Directive The next directive indicates that the remainder of the query is to be applied @@ -3244,6 +3246,8 @@ callee is invoked, it calls @(which), whose @(fun) call is routed to callee's local definition. When @(which) is called directly from the top level, its @(fun) call goes to the toplevel definition. +.SH MODULARIZATION + .SS The Load Directive The syntx of the load directive is: |