HI Alex, On Sat, 2 Jan 2021 at 17:04, Alejandro Colomar (man-pages) <alx.manpages@xxxxxxxxx> wrote: > > 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. Thanks. Fixed now. > >>>> I didn't read past that. > >> > >> Still I didn't read past that :) > > Later I'll have a look past there :) That would be great! Cheers, Michael