diff options
| author | Hypothalamus <sehraf@users.noreply.github.com> | 2025-05-13 18:34:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-13 18:34:55 +0200 |
| commit | 4542244c4fff5a5087ff84994d0f5e69826b5bd0 (patch) | |
| tree | 195667e1aab7e110942c37d8e33d0b18f1ca43c5 /docs/USAGE.md | |
| parent | a58e9d1dc96c949dd0330e812a699de2272d3df8 (diff) | |
| download | box64-4542244c4fff5a5087ff84994d0f5e69826b5bd0.tar.gz box64-4542244c4fff5a5087ff84994d0f5e69826b5bd0.zip | |
[DOCS] improve consistency between documentation and code (#2631)
* [fix][Docs] is `XXXX` consistantly * [feat][Docs] add simple validation script that checks consistency between `usage.json` and `env.h` * [DOCS] include `validate.py` in `gen.py`
Diffstat (limited to 'docs/USAGE.md')
| -rw-r--r-- | docs/USAGE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 5276882e..ecdf7d0f 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -496,7 +496,7 @@ Show last few wrapped function call when a signal is caught. * 0: Does nothing. [Default] * 1: Show last 16 wrapped function call when a signal is caught. - * XXX: Show last XXX wrapped function call when a signal is caught. + * XXXX: Show last XXXX wrapped function call when a signal is caught. ### BOX64_SHOWBT |