From 013a8d4c00bedc319ea6d5b4d96db5097e3c21bb Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Sep 2017 08:51:28 +0200 Subject: Update syscall_descriptions_syntax.md --- docs/syscall_descriptions_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index 5bd20ebe2..06e77ad62 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -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: -- cgit mrf-deployment