diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-06-14 13:23:51 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-06-14 13:23:51 +0200 |
| commit | 20368da6816350d8f63a7848c2ccc79c04808f4b (patch) | |
| tree | 29c39fd37874b09a8ec365903eb5d266a569f45c | |
| parent | 2be54e498d9c0ca500c90231f3ac9524e52230bd (diff) | |
docs: move sys/README.md to docs
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/syscall_descriptions.md (renamed from sys/README.md) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -193,7 +193,7 @@ Most likely you won't see `reportN` files for these crashes (e.g. if there is no `syzkaller` uses declarative description of syscalls to generate, mutate, minimize, serialize and deserialize programs (sequences of syscalls). See details about the -format and extending the descriptions in [sys/README.md](sys/README.md). +format and extending the descriptions [here](docs/syscall_descriptions.md). ## Troubleshooting diff --git a/sys/README.md b/docs/syscall_descriptions.md index b5b497bc6..27239ca41 100644 --- a/sys/README.md +++ b/docs/syscall_descriptions.md @@ -1,4 +1,4 @@ -# Syscall Description +# Syscall descriptions `syzkaller` uses declarative description of syscalls to generate, mutate, minimize, serialize and deserialize programs (sequences of syscalls). Below you can see |
