From 0ee6c3731946c40fa513f9e347189ee0baefc45e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 1 Feb 2020 12:10:29 +0100 Subject: docs: give syscall description language a name It is a real language. We have a real compiler. It deserves a name. Also useful for shorter references. I hereby give it a name: syzlang. --- docs/syscall_descriptions_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index 3592d61b6..dbcfcce46 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -1,4 +1,4 @@ -# Syscall descriptions syntax +# Syscall description language (aka `syzlang`) Pseudo-formal grammar of syscall description: -- cgit mrf-deployment