ausyscall: add page (#8627)

pull/1/head
Muhammad Falak R Wani 2022-10-11 11:16:46 +05:30 committed by GitHub
parent 697524e5da
commit f561687a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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`