Hi Florian, Thanks for the review. Turns out `diff` was not working with the given input files, this patch fixes that. I'm not sure if there is a list of people who volunteered to document some specific functions. So that comment from the output html is removed. Thanks! Girish Joshi On Mon, Feb 27, 2023 at 11:26 PM Florian Weimer wrote: > > * Girish Joshi via Libc-alpha: > > > Hello, > > As per the Missing Functions section of master Todo list[1], > > scripts/documented.sh needs to be updated. > > > > Could someone please review this patch? > > It removes the reference to linuxthreads/*.taxi files from the script > > and removes the individual email address from the output. > > The script still doesn't seem to work, probably because the symbol names > are not extract properly: > > 43120 T _dl_mcount_wrapper 43140 T _dl_mcount_wrapper_c 43320 W clogf 43320 W clogf32 > 435c0 T _dl_find_object 43740 T realpath 43770 T quick_exit 43790 T _IO_vfscanf > 437c0 T _pthread_cleanup_pus 437d0 T _pthread_cleanup_pop 437d0 W cprojf 437d0 W cprojf32 > > _dl_find_object is documented. > > _IO_vfscanf should be recognized as an alias of vfscanf, but this is > more of an RFE than a bug fix. > > Thanks, > Florian >