Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.
Details
Details
- Reviewers
kib emaste - Group Reviewers
manpages - Commits
- rS288993: Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/libc/sys/ptrace.2 | ||
---|---|---|
401 ↗ | (On Diff #9202) | I find the identifier term somewhat unusual. I accustomed to call the thing either syscall code or syscall number. |
lib/libc/sys/ptrace.2 | ||
---|---|---|
401 ↗ | (On Diff #9202) | I think identifier is reasonable here. It's describing the pl_syscall_code field, and explaining that as a syscall code or as a syscall number doesn't lend clarity. The syscall_code identifies the system call. |