ausyscall: add page (#8627)

This commit is contained in:
Muhammad Falak R Wani
2022-10-11 11:16:46 +05:30
committed by GitHub
parent 697524e5da
commit f561687a5b

16
pages/linux/ausyscall.md Normal file
View File

@@ -0,0 +1,16 @@
# ausyscall
> Program that allows mapping syscall names and numbers.
> More information: <https://manned.org/ausyscall>.
- Display syscall number of a specific system call:
`ausyscall {{search_pattern}}`
- Display name of a specific system call number:
`ausyscall {{system_call_number}}`
- Display all system calls for a specific architecture:
`ausyscall {{architecture}} --dump`