aboutsummaryrefslogtreecommitdiffstats
path: root/docs/usage.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2020-05-07 20:48:17 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-05-08 11:26:51 +0200
commitfe4122c3bf0b8032bbc19b12cf398adceba6286b (patch)
tree5922b6804bce986cfb6e224993040bd9d053088c /docs/usage.md
parent1913718f341e1e48f9806f3fb5a5e5f45babde27 (diff)
docs: various updates all over
Diffstat (limited to 'docs/usage.md')
-rw-r--r--docs/usage.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/usage.md b/docs/usage.md
index a15aa1e78..53a5a49aa 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -8,7 +8,7 @@ Start the `syz-manager` process as:
```
The `syz-manager` process will wind up VMs and start fuzzing in them.
-The `-config` command line option gives the location of the configuration file, which is [described here](configuration.md).
+The `-config` command line option gives the location of the configuration file, which is described [here](configuration.md).
Found crashes, statistics and other information is exposed on the HTTP address specified in the manager config.
## Crashes
@@ -24,10 +24,10 @@ If a reproducer is successfully found, it can be generated in one of the two for
Syzkaller always tries to generate a more user-friendly C reproducer, but sometimes fails for various reasons (for example slightly different timings).
In case syzkaller only generated a syzkaller program, there's [a way to execute them](reproducing_crashes.md) to reproduce and debug the crash manually.
-## Reporting bugs
+## Hub
-Check [here](linux/reporting_kernel_bugs.md) for the instructions on how to report Linux kernel bugs.
+In case you're running multiple `syz-manager` instances, there's a way connect them together and allow to exchange programs and reproducers, see the details [here](hub.md).
-## Other
+## Reporting bugs
-[How to connect several managers via Hub](hub.md)
+Check [here](linux/reporting_kernel_bugs.md) for the instructions on how to report Linux kernel bugs.