On Tue, Jan 06, 2026 at 05:08:00PM +1000, Seth McDonald wrote: > pid_t(3type), uid_t(3type), and gid_t(3type) first appeared in > POSIX.1-1988.[1] > > [1] IEEE Std 1003.1-1988, Table 2-1 "Primitive System Data Types". > > Signed-off-by: Seth McDonald Applied; thanks! > --- > man/man3type/id_t.3type | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/man3type/id_t.3type b/man/man3type/id_t.3type > index 34ea0029b5de..c4b87642c755 100644 > --- a/man/man3type/id_t.3type > +++ b/man/man3type/id_t.3type > @@ -46,7 +46,7 @@ .SH HISTORY > .I uid_t > .TQ > .I gid_t > -POSIX.1-2001. > +POSIX.1-1988. > .TP > .I id_t > POSIX.1-2001. > -- > 2.47.3 > --