On 2026-07-02 05:39, Paul Eggert wrote:
> I have mixed feelings about the proposed change. The man page is
> intended to be relatively brief and is explicitly not the authoritative
> source - the manual is. And the man page is already too long, and it's a
> continual pain to maintain both sets of documentation.
Agreed. Perhaps add one or two terse pointers:
1. Refer to the Library Functions Manual manpage, which gives
details exactly what things like isalpha() tests true for. This
manpage includes POSIX, _ISOC99_SOURCE etc. basis.
2. Searching for "isalpha" on Wikipedia takes me, via redirect,
to "C character classification", where each class has a brief
description. The Wiki page references:
"ISO/IEC 9899:1999 specification (PDF). p. 193, S. 7.4"
cheers, b