Hi Alex, On 2/10/21 11:18 AM, Alejandro Colomar (man-pages) wrote: > On 2/9/21 11:34 PM, Alejandro Colomar (man-pages) wrote: > [...] >> >> Here are the glibc results (grepping though the kernel is taking much >> longer, but I guess the command will have ended by tomorrow morning, and >> I'll send you a follow-up. > > There aren't syscalls using enum (as expected). > > .../linux/linux$ func_list ../man-pages/man2 \ > |while read -r f; do > grep_syscall $f; > done \ > |grep enum; > .../linux/linux$ Okay -- I defer to your judgement. You send me a patch, and I'll apply it. Thanks, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/