Hi Seth, On Fri, Jan 09, 2026 at 04:40:39PM +1000, Seth McDonald wrote: > From: Seth McDonald > > wchar_t(3type) first appeared in SUSv1.[1] > > [1] X/Open CAE Specification, System Interfaces and Headers Issue 4, > Version 2, Chapter 4 "Headers", p. 803. > > Signed-off-by: Seth McDonald > --- > man/man3type/wchar_t.3type | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/man/man3type/wchar_t.3type b/man/man3type/wchar_t.3type > index 96139f794eb8..503ce31c5a34 100644 > --- a/man/man3type/wchar_t.3type > +++ b/man/man3type/wchar_t.3type > @@ -31,6 +31,7 @@ .SH STANDARDS > .SH HISTORY > .TP > .I wchar_t > +SUSv1, > C99, > POSIX.1-2001. I've recently learned that wchar_t and related APIs were introduced to ISO C in C95. If you are interested in them, you could check the C95 draft (there's a link in standards(7) --I added it a few weeks ago--). Otherwise, I'll have a look at it myself. Let me know. I've applied the patch. Thanks! Have a lovely day! Alex > .TP > -- > 2.47.3 > --