aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2020-06-12 18:16:15 +0200
committerGitHub <noreply@github.com>2020-06-12 18:16:15 +0200
commitd1c1c8495233d9f00487814dc46b16e56d373344 (patch)
treef3f44de42d845e02313c7372835c5a93d96b1e67 /docs/syscall_descriptions.md
parent3036d6fd0b555d5a50b3956cae9accc7f9b68909 (diff)
Update syscall_descriptions.md
Diffstat (limited to 'docs/syscall_descriptions.md')
-rw-r--r--docs/syscall_descriptions.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md
index 77abbad79..7576452ba 100644
--- a/docs/syscall_descriptions.md
+++ b/docs/syscall_descriptions.md
@@ -72,8 +72,7 @@ To enable fuzzing of a new kernel interface:
subsystems, for example [bpf.txt](/sys/linux/bpf.txt) or [socket.txt](/sys/linux/socket.txt).
- [sys/linux/sys.txt](/sys/linux/sys.txt) holds descriptions for more general system calls.
- An entirely new subsystem can be added as a new `sys/linux/<new>.txt` file.
- - Use `dev_*.txt` filename format for descriptions of `/dev/` devices.
- - Similarly, use `socket_*.txt` for sockets.
+ - If subsystem descriptions are split across multiple files, prefix the name of each file with the name of the subsystem (e.g. use `dev_*.txt` for descriptions of `/dev/` devices, use `socket_*.txt` for sockets, etc).
3. After adding/changing descriptions run: