]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man3type/dev_t.3type
All pages: Remove the 5th argument to .TH
[thirdparty/man-pages.git] / man3type / dev_t.3type
CommitLineData
b4ba165d
AC
1.\" Copyright (c) 2020-2022 by Alejandro Colomar <colomar.6.4.3@gmail.com>
2.\" and Copyright (c) 2020 by Michael Kerrisk <mtk.manpages@gmail.com>
3.\"
5fbde956 4.\" SPDX-License-Identifier: Linux-man-pages-copyleft
b4ba165d
AC
5.\"
6.\"
45186a5d 7.TH DEV_T 3type 2021-11-02 "Linux man-pages (unreleased)"
765884c6 8.SH NAME
834e6e8f 9dev_t \- device ID
67706947
AC
10.SH LIBRARY
11Standard C library
12.RI ( libc )
765884c6
AC
13.SH SYNOPSIS
14.nf
15.B #include <sys/types.h>
16.PP
17.BR typedef " /* ... */ " dev_t;
18.fi
19.SH DESCRIPTION
20Used for device IDs.
2325c425 21It is an integer type.
765884c6
AC
22For further details of this type, see
23.BR makedev (3).
3113c7f3 24.SH STANDARDS
765884c6
AC
25POSIX.1-2001 and later.
26.SH NOTES
27The following header also provides this type:
28.IR <sys/stat.h> .
29.SH SEE ALSO
30.BR mknod (2),
178eaf37 31.BR stat (3type)