ausyscall: add page (#8627)
This commit is contained in:

committed by
GitHub

parent
697524e5da
commit
f561687a5b
16
pages/linux/ausyscall.md
Normal file
16
pages/linux/ausyscall.md
Normal 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`
|
Reference in New Issue
Block a user