diff mbox series

[1/2] system_data_types.7: Add 'dev_t'

Message ID 20201026225008.28903-1-colomar.6.4.3@gmail.com
State New
Headers show
Series [1/2] system_data_types.7: Add 'dev_t' | expand

Commit Message

Alejandro Colomar Oct. 26, 2020, 10:50 p.m. UTC
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man7/system_data_types.7 | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Comments

Michael Kerrisk \(man-pages\) Oct. 27, 2020, 6:57 a.m. UTC | #1
Hello Alex,

On 10/26/20 11:50 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
> ---
>  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
>
diff mbox series

Patch

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
+.\"------------------------------------- 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