Hi Alejandro, Alejandro Colomar writes: > This is the better. Actually, I tend to put POSIX before glibc: > > POSIX.1-2024, glibc 2.17. > > I'll check the existing pages to try to put a consistent order. For new > ones, let's do POSIX first (and ISO C before POSIX). [...] > I use glibc and version if I know the version, or just GNU if I don't > know it. Cool, that makes sense. Thanks for the details. I sent a v2 of those 2 patches. FYI, I left the documentation that ptsname_r returns -1 on Tru64 and HP-UX. I just remembered that this is also the case on FreeBSD where I reported it and it was documented 2 years ago [1]. But it still hasn't been changed [2]. Do you think that is worth documenting? We have to work around this in Gnulib, for example, so applications can be portable. Collin [1] https://github.com/freebsd/freebsd-src/commit/a5ed6a815e38d6c622cd97a6020592ded579cf7a [2] https://github.com/freebsd/freebsd-src/blob/6b8222793fbb4c0e162232716bc454dad31b709f/lib/libc/stdlib/ptsname.c#L74