From 2274ad39c8bee8efda31dc31ec8933d5624e8fe4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 1 Feb 2020 12:34:56 +0100 Subject: README: add proper syzkaller pronunciation On popular request... --- README.md | 2 +- docs/syscall_descriptions_syntax.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d022bf5c7..cb0ab4f86 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![GoDoc](https://godoc.org/github.com/google/syzkaller?status.svg)](https://godoc.org/github.com/google/syzkaller) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) -`syzkaller` is an unsupervised coverage-guided kernel fuzzer.\ +`syzkaller` (`[siːzˈkɔːlə]`) is an unsupervised coverage-guided kernel fuzzer.\ Supported OSes: `Akaros`, `FreeBSD`, `Fuchsia`, `gVisor`, `Linux`, `NetBSD`, `OpenBSD`, `Windows`. Mailing list: [syzkaller@googlegroups.com](https://groups.google.com/forum/#!forum/syzkaller) (join on [web](https://groups.google.com/forum/#!forum/syzkaller) or by [email](mailto:syzkaller+subscribe@googlegroups.com)). diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index dbcfcce46..33652c8cb 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -1,4 +1,4 @@ -# Syscall description language (aka `syzlang`) +# Syscall description language (aka `syzlang` (`[siːzˈlæŋg]`)) Pseudo-formal grammar of syscall description: -- cgit mrf-deployment