The sched_getaffinity(3) and sched_setaffinity(3) functions added in FreeBSD 13.1 lack a manual page.
This revision creates a manual page to document those functions.
The original PR mentions sched_getcpu and sched_getaffinity.
A manual page exists for the first one, sched_getcpu(3).
PR:265249