summaryrefslogtreecommitdiff
path: root/doc/usage.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/usage.md')
-rwxr-xr-xdoc/usage.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/usage.md b/doc/usage.md
index 3a5bd0d..0cc9632 100755
--- a/doc/usage.md
+++ b/doc/usage.md
@@ -8,7 +8,7 @@ This tool consists of two programs, `tangle` and `weave`, both of which accept a
## Usage
-These programs are intended to be intermediary text processing functions, used as components within build automation routines or shell scripts. The build processes for this tool itself, `build.sh` and `gen_freestanding.sh`, serve as example use cases.
+These programs are intended to be intermediary text processing functions, used as components within build automation routines or shell scripts. The build processes for this tool itself, `build.sh` and `gen-freestanding.sh`, serve as example use cases.
# Dependencies
@@ -94,4 +94,3 @@ The source code of this tool is rendered as a set of literate program documents,
# Future Work
- The treatment of whitespace within formatting and configuration commands is currently rather strict, as no trimming of leading or trailing whitespace around the command contents is applied. This may be changed for the sake of convenience, at the expense of added parsing complexity.
-- In a document with duplicate section names, references to such sections are resolved to the section with that name which appears first within the document. It may be more useful to have these resolve to the matching section which appears last in the document instead, which would permit some amount of name reuse.