summaryrefslogtreecommitdiff
path: root/doc/usage.md
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-05-02 12:37:11 -0400
committereudoxia <uplink@distress.network>2022-05-02 12:37:11 -0400
commitfcd667a0ebe73a7868e93232faea36d56535be18 (patch)
tree99a5b5620d96943d9d9b5bc232f242b473c278ef /doc/usage.md
parent3fa27d49be472c28d0c4eaed776804e39c7f8bee (diff)
reorganised docs locations (doc/* -> doc/online/*, doc/freestanding/* -> doc/*)
Diffstat (limited to 'doc/usage.md')
-rwxr-xr-xdoc/usage.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage.md b/doc/usage.md
index 0cc9632..a008409 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-docs.sh`, serve as example use cases.
# Dependencies
@@ -78,7 +78,7 @@ The format strings may contain the following control sequences:
# Literate Source Code
-The source code of this tool is rendered as a set of literate program documents, listed below. Additionally, freestanding versions of these documents exist in the `doc/freestanding` source directory for offline use.
+The source code of this tool is rendered as a set of literate program documents, listed below.
- [data.lp](/software/literary/data.html)
- [log.lp](/software/literary/log.html)