On Tue, Jan 06, 2026 at 05:07:56PM +1000, Seth McDonald wrote: > Signed-off-by: Seth McDonald Applied; thanks! > --- > man/man3type/div_t.3type | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/man/man3type/div_t.3type b/man/man3type/div_t.3type > index 19af4ee7d5c3..654e78b215c0 100644 > --- a/man/man3type/div_t.3type > +++ b/man/man3type/div_t.3type > @@ -49,6 +49,16 @@ .SH DESCRIPTION > .SH STANDARDS > C11, POSIX.1-2024. > .SH HISTORY > +.TP > +.I div_t > +.TQ > +.I ldiv_t > +C99, > +POSIX.1-2001. > +.TP > +.I lldiv_t > +.TQ > +.I imaxdiv_t > C99, POSIX.1-2001. > .SH SEE ALSO > .BR div (3), > -- > 2.47.3 > --