On Tue, Jan 06, 2026 at 05:07:55PM +1000, Seth McDonald wrote: > dev_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/dev_t.3type | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/man3type/dev_t.3type b/man/man3type/dev_t.3type > index 398e6f953015..3bcebcd16191 100644 > --- a/man/man3type/dev_t.3type > +++ b/man/man3type/dev_t.3type > @@ -22,7 +22,7 @@ .SH DESCRIPTION > .SH STANDARDS > POSIX.1-2024. > .SH HISTORY > -POSIX.1-2001. > +POSIX.1-1988. > .SH NOTES > The following header also provides this type: > .IR . > -- > 2.47.3 > --