mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 10:02:08 +02:00
363 B
363 B
ausyscall
Map 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