1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:53:10 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`