On Tue, Jan 06, 2026 at 05:07:53PM +1000, Seth McDonald wrote: > clockid_t(3type) first appeared in POSIX.1-1996.[1] > > [1] ISO/IEC 9945-1:1996, Section 14.1.3 "Type Definitions". > > Signed-off-by: Seth McDonald Applied; thanks! > --- > man/man3type/clockid_t.3type | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/man3type/clockid_t.3type b/man/man3type/clockid_t.3type > index fc44444508f2..62d20c65a5ad 100644 > --- a/man/man3type/clockid_t.3type > +++ b/man/man3type/clockid_t.3type > @@ -20,7 +20,7 @@ .SH DESCRIPTION > .SH STANDARDS > POSIX.1-2024. > .SH HISTORY > -POSIX.1-2001. > +POSIX.1-1996. > .SH NOTES > The following header also provides this type: > .IR . > -- > 2.47.3 > --