aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-20 12:22:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-20 12:23:34 +0300
commit334a10d3d707b0949b1de3260557518012e72f64 (patch)
treebef6e3dae0c2fa58761babbea080ca371f8e8743 /doc
parentf3260b276e30f26feb8ecb69bd628ad87e687d0a (diff)
Fix heap-buffer-overflow in evaluate_dependency
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index 6a7e6b4..cbca17d 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -614,9 +614,9 @@ license: <licenses> [; <comment>]
[depends]: [?][*] <alternatives> [; <comment>]
[requires]: [?] [<alternatives>] [; <comment>]
-[tests]: <name> [<version-constraint>]
-[examples]: <name> [<version-constraint>]
-[benchmarks]: <name> [<version-constraint>]
+[tests]: [*] <name> [<version-constraint>]
+[examples]: [*] <name> [<version-constraint>]
+[benchmarks]: [*] <name> [<version-constraint>]
[builds]: <class-expr> [; <comment>]
[build-include]: <config>[/<target>] [; <comment>]