Hi Michael, On 1/1/21 11:29 PM, Michael Kerrisk (man-pages) wrote: > Hi Alex, [...]>>>> login.3: group >> >> ffix!! > > Done. > >> The following may help: >> >> $ for p in $(git grep -l '.SH SYN' man?); do \ >> echo "===================== $p"; \ >> man -l $p 2> /dev/null \ >> |sed -n '/^SYNOP/,/DESCR/p' \ >> |sed '/Feat/,$d'; \ >> done \ >> |grep '); *[a-zA-Z_]' \ >> |grep -v -e 'Note:' -e NOTES; >> int brk(void *addr); void *sbrk(intptr_t increment); >> set); ssize_t pwrite(int fd, const void *buf, size_t >> long a64l(const char *str64); char *l64a(long value); >> double fmax(double x, double y); float fmaxf(float x, >> float y); long double fmaxl(long double x, long double >> void login(const struct utmp *ut); int logout(const char >> place the result(s); inproc is used to encode the >> dress of where to place the result(s); inproc is >> ter(s); procname should return a pointer to its >> static result(s); inproc is used to decode the pa‐ >> RPC socket(s); rdfds is the resultant read file >> int wordexp(const char *s, wordexp_t *p, int flags); void >> sp,MAXUN.UNSIGNED ); where MAXUN.UNSIGNED is the >> (SIGEV_THREAD_ID); Linux-specific */ > > Thanks. I fixed a few things. > wordexp.3 is still broken. >>> >>>> I didn't read past that. >> >> Still I didn't read past that :) Later I'll have a look past there :) Cheers, Alex > > ;-) > >>> Well thanks! What you did read was helpful! >> >> Thanks! >> >> I removed from the reply those already fixed, >> so what you see in this email is still pending >> (minus a few that I may have forgotten to remove). > > Thanks again, Alex. I've pushed the fixed I made. > > Cheers, > > Michael > > -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/