From d1c1c8495233d9f00487814dc46b16e56d373344 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 12 Jun 2020 18:16:15 +0200 Subject: Update syscall_descriptions.md --- docs/syscall_descriptions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/syscall_descriptions.md') 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/.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: -- cgit mrf-deployment