On Tue, Jan 06, 2026 at 05:07:54PM +1000, Seth McDonald wrote: > clock_t(3type) first appeared in POSIX.1-1988.[1] > > [1] IEEE Std 1003.1-1988, Section 2.8.1 "Symbols From The C Standard". > > Signed-off-by: Seth McDonald Applied; thanks! > --- > man/man3type/clock_t.3type | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/man/man3type/clock_t.3type b/man/man3type/clock_t.3type > index 6701862d0e8c..93b874f7dfe5 100644 > --- a/man/man3type/clock_t.3type > +++ b/man/man3type/clock_t.3type > @@ -24,7 +24,8 @@ .SH DESCRIPTION > .SH STANDARDS > C11, POSIX.1-2024. > .SH HISTORY > -C89, POSIX.1-2001. > +C89, > +POSIX.1-1988. > .SH NOTES > The following headers also provide this type: > .I > -- > 2.47.3 > --