aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-26 23:50:08 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-27 06:58:35 +0100
commit63aa8b9a464c326295e1fdad59bff8a7514ce93b (patch)
tree66774f27c959b696444570c7d0c1b9d249aa7f33
parent43891c16edf44b794b0ee794ff3add948a3fb22e (diff)
downloadman-pages-63aa8b9a464c326295e1fdad59bff8a7514ce93b.tar.gz
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>
-rw-r--r--man7/system_data_types.721
1 files changed, 21 insertions, 0 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 49ca2d8e16..2d23363bb5 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -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