aboutsummaryrefslogtreecommitdiffstats
path: root/docs/headerparser_usage.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-05-19 12:36:04 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-05-19 12:52:04 +0200
commit6d882fd26c01d118a584b2a3aecd5f08fa5e11e1 (patch)
treedaa277cb6ebeb1f3093920262a25e87629fd5fd2 /docs/headerparser_usage.md
parentac61eb2b125ee9891ae3290f770e6ee36c07535d (diff)
tools/check_links.py: detect absolute links
Detect absolute links to our repo. These are not checked and long and inconsistent with majority of links.
Diffstat (limited to 'docs/headerparser_usage.md')
-rw-r--r--docs/headerparser_usage.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/headerparser_usage.md b/docs/headerparser_usage.md
index 384775801..378bccc7a 100644
--- a/docs/headerparser_usage.md
+++ b/docs/headerparser_usage.md
@@ -8,7 +8,9 @@ information about the ioctl argument struct types it expects.
However, in certain cases the number of argument struct types might be high, increasing the amount of manual
effort that goes into writing the description files for the struct types.
-In order to ease the effort of writing ioctl argument type description files, headerlib does a best-effort job at generating them for you. You will still need to manually select the appropriate syzkaller data type from the list of types [here](https://github.com/google/syzkaller/blob/master/docs/syscall_descriptions_syntax.md).
+In order to ease the effort of writing ioctl argument type description files, headerlib does a best-effort job at
+generating them for you. You will still need to manually select the appropriate syzkaller data type from the list
+of types [here](/docs/syscall_descriptions_syntax.md).
## Dependencies
Headerlib uses pycparser. You can install pycparser using pip.