diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-05-05 15:36:31 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-05-06 09:28:41 +0200 |
| commit | 6c18ddb0e6d4133b05c18275b062808dadc2d294 (patch) | |
| tree | d937eb9dfef13add8116cae05109d80cdc7e4783 /docs | |
| parent | 78b251cbd7147f7550d3ac1ac36f7ccaa6c47161 (diff) | |
fixed link to generated file in the docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syscall_descriptions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index a1ea560ae..3ad777e2e 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -29,7 +29,7 @@ For example, [sys/linux/tty.txt](/sys/linux/tty.txt) is translated into [sys/lin The second step is generation of Go code for syzkaller. This step uses syscall descriptions and the const files generated during the first step. -You can see a result in [sys/linux/amd64.go](/sys/linux/amd64.go) and in [executor/syscalls_linux.h](/executor/syscalls_linux.h). +You can see a result in [sys/linux/gen/amd64.go](/sys/linux/gen/amd64.go) and in [executor/syscalls_linux.h](/executor/syscalls_linux.h). ## Describing new system calls |
