From 48a50c6b3657b82feda42241abf9e34a54d2515c Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Sat, 29 Sep 2018 15:09:41 -0700 Subject: doc: Not -> Note --- docs/syscall_descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syscall_descriptions.md') diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index 3658ed9c7..041f70b0f 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -46,7 +46,7 @@ The description of the syntax can be found [here](syscall_descriptions_syntax.md If the subsystem is present in the mainline kernel, run `make extract TARGETOS=linux SOURCEDIR=$KSRC` with `$KSRC` set to the location of a kernel source tree. This will generate const files. -Not, that this will overwrite `.config` file you have in `$KSRC`. +Note, that this will overwrite `.config` file you have in `$KSRC`. If the subsystem is not present in the mainline kernel, then you need to manually run `syz-extract` binary: ``` -- cgit mrf-deployment