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:
parent
697524e5da
commit
f561687a5b
1 changed files with 16 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue