On 12/29/20 9:19 PM, Michael Kerrisk (man-pages) wrote: > Hi Alex, hi Ganimedes! > > On Tue, 29 Dec 2020 at 15:39, Alejandro Colomar <alx.manpages@xxxxxxxxx> wrote: >> >> Hi Michael, >> >> Here are 2 patches my brother and I prepared together. > > Thanks. I'm really happy to have patches like this that bring > consistent language where exactly the same thing is being talked > about. I will send one or two comments on the patches. > >> There are still some pages that we couldn't find with grep, > > Does something like this help find others: > > $ cd man2 > $ grep -l syscall $(git grep -l wrapper) Hey M, It may still not find everything, and I'll probably have to read through a lot of text, so what I was doing is I'm comparing all the prototypes against the glibc sources to fix them (I have a few of those patches that I'm about to send (including the off64_t one).), and that way I'll also find quickly which ones are missing in glibc. Thanks, Alex > > ? > > Thanks, > > Michael > >> so I'll send you more patches continuing these 2 as I find them >> while fixing other things. >> >> Cheers, >> >> Alex >> >> Ganimedes Colomar (2): >> Various pages: Normalize SYNOPSIS notes about non-existing glibc >> wrappers >> Various pages: Normalize NOTES about non-existing glibc wrappers >> >> man2/add_key.2 | 5 +++-- >> man2/arch_prctl.2 | 9 +++++---- >> man2/clone.2 | 2 +- >> man2/delete_module.2 | 2 +- >> man2/getdents.2 | 8 ++++---- >> man2/init_module.2 | 6 +----- >> man2/io_cancel.2 | 2 +- >> man2/io_destroy.2 | 2 +- >> man2/io_getevents.2 | 2 +- >> man2/io_setup.2 | 2 +- >> man2/io_submit.2 | 2 +- >> man2/kexec_load.2 | 3 +-- >> man2/keyctl.2 | 5 +++-- >> man2/pidfd_getfd.2 | 5 ++++- >> man2/pidfd_open.2 | 5 ++++- >> man2/pidfd_send_signal.2 | 4 +++- >> man2/request_key.2 | 5 +++-- >> man2/s390_guarded_storage.2 | 6 ++++-- >> man2/s390_pci_mmio_write.2 | 6 ++++-- >> man2/s390_runtime_instr.2 | 6 ++++-- >> man2/s390_sthyi.2 | 6 ++++-- >> man2/sysctl.2 | 3 +-- >> 22 files changed, 55 insertions(+), 41 deletions(-) >> >> >> base-commit: c55f66855eccfcd92b35fe7b13a326121f2ee0fd >> -- >> 2.29.2 >> > > -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/