aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin D. Howard <gavin@gavinhoward.com>2023-02-27 22:47:55 -0700
committerGavin D. Howard <gavin@gavinhoward.com>2023-02-27 22:47:55 -0700
commit86499df9796afcedb584c439810fb9302617802e (patch)
treedb33ae17ca35969754657faee91348f211cb43f3
parent79f74149c05f0151157986bc21d3d74fbcae77b2 (diff)
downloadbc-86499df9796afcedb584c439810fb9302617802e.tar.gz
Fix missing information in the development manual
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
-rw-r--r--manuals/development.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/manuals/development.md b/manuals/development.md
index f1441859..ae2bde55 100644
--- a/manuals/development.md
+++ b/manuals/development.md
@@ -1061,7 +1061,9 @@ template, and the manpage generated from the markdown version.
### `scripts/`
This folder contains helper scripts. Most of them are written in pure [POSIX
-`sh`][72], but one ([`karatsuba.py`][78]) is written in Python 3.
+`sh`][72], but three ([`afl.py`][94], [`karatsuba.py`][78], and
+[`randmath.py`][95]) are written in Python 3, and one ([`ministat.c`][223]) is
+written in C. [`ministat.c`][223] in particular is copied from elsewhere.
For more information about the shell scripts, see [POSIX Shell Scripts][76].