diff options
| author | yuawn <ssspeed00@gmail.com> | 2022-08-17 13:11:21 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-08-17 17:54:47 +0200 |
| commit | a9409d470bcd00f5856c85ca3395f4882e6637b2 (patch) | |
| tree | fd32ea87fa8952fecac358a945e6f7f367cc839c /docs | |
| parent | e73b787ca060ac96224ca039b81658aecaee5e46 (diff) | |
docs: fix syntax
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syscall_descriptions_syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index e2e2e2a17..29bfd7edd 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -405,7 +405,7 @@ Though, `syz-extract` can still be invoked manually on this file. meta arches["arch1", "arch2"] ``` Restricts this file only to the given set of architectures. -`make extract` and ``make generate` will not use it on other architectures. +`make extract` and `make generate` will not use it on other architectures. ## Misc |
