system_data_types.7: Add 'dev_t'

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2020-10-26 23:50:08 +01:00 committed by Michael Kerrisk
parent 43891c16ed
commit 63aa8b9a46
1 changed files with 21 additions and 0 deletions

View File

@ -133,6 +133,27 @@ See also:
.BR timer_create (2),
.BR clock_getcpuclockid (3)
.RE
.\"------------------------------------- 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