Update syscall_descriptions_syntax.md

This commit is contained in:
Dmitry Vyukov 2017-09-13 08:51:28 +02:00 committed by GitHub
parent c12eb94a84
commit 013a8d4c00

View File

@ -25,7 +25,7 @@ rest of the type-options are type-specific:
"const": integer constant, type-options:
value, underlying type (one if "intN", "intptr")
"intN"/"intptr": an integer without a particular meaning, type-options:
optional range of values (e.g. "5:10", or "-100:200")
optional range of values (e.g. "5:10", or "100:200")
"flags": a set of flags, type-options:
reference to flags description (see below)
"array": a variable/fixed-length array, type-options: