Hello Alex, On 10/26/20 11:50 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> > --- > man7/system_data_types.7 | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 > index 7eba87cde..c82d9d2f3 100644 > --- a/man7/system_data_types.7 > +++ b/man7/system_data_types.7 > @@ -111,6 +111,27 @@ See also: > .BR timer_create (2), > .BR clock_getcpuclockid (3) > .RE Applied. Thanks! Cheers, Michael > +.\"------------------------------------- dev_t ------------------------/ > +.TP > +.I dev_t > +.RS > +Include: > +.IR <sys/types.h> . > +Alternatively, > +.IR <sys/stat.h> . > +.PP > +Used for device IDs. > +According to POSIX, > +it shall be an integer type. > +.PP > +Conforming to: > +POSIX.1-2001 and later. > +.PP > +See also: > +.BR mknod (2), > +.BR ustat (2), > +.BR makedev (3) > +.RE > .\"------------------------------------- div_t ------------------------/ > .TP > .I div_t > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/