All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] system_data_types.7: Add 'blkcnt_t'
@ 2021-05-23 11:22 Alejandro Colomar
  2021-05-23 11:22 ` [PATCH 2/8] blkcnt_t.3: New link to system_data_types(7) Alejandro Colomar
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Alejandro Colomar @ 2021-05-23 11:22 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man7/system_data_types.7 | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index ddabefd16..fc9893e41 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -85,6 +85,25 @@ POSIX.1-2001 and later.
 .BR aio_write (3),
 .BR lio_listio (3)
 .RE
+.\"------------------------------------- blkcnt_t ---------------------/
+.TP
+.I blkcnt_t
+.RS
+.IR Include :
+.IR <sys/types.h> .
+Alternatively,
+.IR <sys/stat.h> .
+.PP
+Used for file block counts.
+According to POSIX,
+it shall be a signed integer type.
+.PP
+.IR "Conforming to" :
+POSIX.1-2001 and later.
+.PP
+.IR "See also" :
+.BR stat (2)
+.RE
 .\"------------------------------------- clock_t ----------------------/
 .TP
 .I clock_t
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/8] blkcnt_t.3: New link to system_data_types(7)
  2021-05-23 11:22 [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Alejandro Colomar
@ 2021-05-23 11:22 ` Alejandro Colomar
  2021-05-23 11:22 ` [PATCH 3/8] system_data_types.7: Add 'cc_t' Alejandro Colomar
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Alejandro Colomar @ 2021-05-23 11:22 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/blkcnt_t.3 | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 man3/blkcnt_t.3

diff --git a/man3/blkcnt_t.3 b/man3/blkcnt_t.3
new file mode 100644
index 000000000..db50c0f09
--- /dev/null
+++ b/man3/blkcnt_t.3
@@ -0,0 +1 @@
+.so man7/system_data_types.7
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 3/8] system_data_types.7: Add 'cc_t'
  2021-05-23 11:22 [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Alejandro Colomar
  2021-05-23 11:22 ` [PATCH 2/8] blkcnt_t.3: New link to system_data_types(7) Alejandro Colomar
@ 2021-05-23 11:22 ` Alejandro Colomar
  2021-05-23 11:22 ` [PATCH 4/8] cc_t.3: New link to system_data_types(7) Alejandro Colomar
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Alejandro Colomar @ 2021-05-23 11:22 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man7/system_data_types.7 | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index fc9893e41..c8e6961da 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -104,6 +104,23 @@ POSIX.1-2001 and later.
 .IR "See also" :
 .BR stat (2)
 .RE
+.\"------------------------------------- cc_t -------------------------/
+.TP
+.I cc_t
+.RS
+.IR Include :
+.IR <termios.h> .
+.PP
+Used for terminal special characters.
+According to POSIX,
+it shall be an unsigned integer type.
+.PP
+.IR "Conforming to" :
+POSIX.1-2001 and later.
+.PP
+.IR "See also" :
+.BR termios (3)
+.RE
 .\"------------------------------------- clock_t ----------------------/
 .TP
 .I clock_t
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 4/8] cc_t.3: New link to system_data_types(7)
  2021-05-23 11:22 [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Alejandro Colomar
  2021-05-23 11:22 ` [PATCH 2/8] blkcnt_t.3: New link to system_data_types(7) Alejandro Colomar
  2021-05-23 11:22 ` [PATCH 3/8] system_data_types.7: Add 'cc_t' Alejandro Colomar
@ 2021-05-23 11:22 ` Alejandro Colomar
  2021-05-23 11:22 ` [PATCH 5/8] system_data_types.7: Add 'blksize_t' Alejandro Colomar
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Alejandro Colomar @ 2021-05-23 11:22 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/cc_t.3 | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 man3/cc_t.3

diff --git a/man3/cc_t.3 b/man3/cc_t.3
new file mode 100644
index 000000000..db50c0f09
--- /dev/null
+++ b/man3/cc_t.3
@@ -0,0 +1 @@
+.so man7/system_data_types.7
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 5/8] system_data_types.7: Add 'blksize_t'
  2021-05-23 11:22 [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Alejandro Colomar
                   ` (2 preceding siblings ...)
  2021-05-23 11:22 ` [PATCH 4/8] cc_t.3: New link to system_data_types(7) Alejandro Colomar
@ 2021-05-23 11:22 ` Alejandro Colomar
  2021-05-23 11:22 ` [PATCH 6/8] blksize_t.3: New link to system_data_types(7) Alejandro Colomar
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Alejandro Colomar @ 2021-05-23 11:22 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man7/system_data_types.7 | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index c8e6961da..7544ef25f 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -104,6 +104,25 @@ POSIX.1-2001 and later.
 .IR "See also" :
 .BR stat (2)
 .RE
+.\"------------------------------------- blksize_t --------------------/
+.TP
+.I blksize_t
+.RS
+.IR Include :
+.IR <sys/types.h> .
+Alternatively,
+.IR <sys/stat.h> .
+.PP
+Used for file block sizes.
+According to POSIX,
+it shall be a signed integer type.
+.PP
+.IR "Conforming to" :
+POSIX.1-2001 and later.
+.PP
+.IR "See also" :
+.BR stat (2)
+.RE
 .\"------------------------------------- cc_t -------------------------/
 .TP
 .I cc_t
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 6/8] blksize_t.3: New link to system_data_types(7)
  2021-05-23 11:22 [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Alejandro Colomar
                   ` (3 preceding siblings ...)
  2021-05-23 11:22 ` [PATCH 5/8] system_data_types.7: Add 'blksize_t' Alejandro Colomar
@ 2021-05-23 11:22 ` Alejandro Colomar
  2021-05-23 11:22 ` [PATCH 7/8] system_data_types.7: Add 'mode_t' Alejandro Colomar
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Alejandro Colomar @ 2021-05-23 11:22 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/blksize_t.3 | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 man3/blksize_t.3

diff --git a/man3/blksize_t.3 b/man3/blksize_t.3
new file mode 100644
index 000000000..db50c0f09
--- /dev/null
+++ b/man3/blksize_t.3
@@ -0,0 +1 @@
+.so man7/system_data_types.7
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 7/8] system_data_types.7: Add 'mode_t'
  2021-05-23 11:22 [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Alejandro Colomar
                   ` (4 preceding siblings ...)
  2021-05-23 11:22 ` [PATCH 6/8] blksize_t.3: New link to system_data_types(7) Alejandro Colomar
@ 2021-05-23 11:22 ` Alejandro Colomar
  2021-05-23 11:22 ` [PATCH 8/8] mode_t.3: New link to system_data_types(7) Alejandro Colomar
  2021-06-09 21:38 ` [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Michael Kerrisk (man-pages)
  7 siblings, 0 replies; 9+ messages in thread
From: Alejandro Colomar @ 2021-05-23 11:22 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man7/system_data_types.7 | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 7544ef25f..6f6f8a095 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -781,6 +781,35 @@ C99 and later; POSIX.1-2001 and later.
 .IR "See also" :
 .BR lldiv (3)
 .RE
+.\"------------------------------------- mode_t -----------------------/
+.TP
+.I mode_t
+.RS
+.IR Include :
+.IR <sys/types.h> .
+Alternatively,
+.IR <fcntl.h> ,
+.IR <ndbm.h> ,
+.IR <spawn.h> ,
+.IR <sys/ipc.h> ,
+.IR <sys/mman.h> ,
+or
+.IR <sys/stat.h> .
+.PP
+Used for some file attributes.
+According to POSIX,
+it shall be an integer type.
+.PP
+.IR "Conforming to" :
+POSIX.1-2001 and later.
+.PP
+.IR "See also" :
+.BR chmod (2),
+.BR mkdir (2),
+.BR open (2),
+.BR stat (2),
+.BR umask (2)
+.RE
 .\"------------------------------------- off64_t ----------------------/
 .TP
 .I off64_t
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 8/8] mode_t.3: New link to system_data_types(7)
  2021-05-23 11:22 [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Alejandro Colomar
                   ` (5 preceding siblings ...)
  2021-05-23 11:22 ` [PATCH 7/8] system_data_types.7: Add 'mode_t' Alejandro Colomar
@ 2021-05-23 11:22 ` Alejandro Colomar
  2021-06-09 21:38 ` [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Michael Kerrisk (man-pages)
  7 siblings, 0 replies; 9+ messages in thread
From: Alejandro Colomar @ 2021-05-23 11:22 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/mode_t.3 | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 man3/mode_t.3

diff --git a/man3/mode_t.3 b/man3/mode_t.3
new file mode 100644
index 000000000..db50c0f09
--- /dev/null
+++ b/man3/mode_t.3
@@ -0,0 +1 @@
+.so man7/system_data_types.7
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH 1/8] system_data_types.7: Add 'blkcnt_t'
  2021-05-23 11:22 [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Alejandro Colomar
                   ` (6 preceding siblings ...)
  2021-05-23 11:22 ` [PATCH 8/8] mode_t.3: New link to system_data_types(7) Alejandro Colomar
@ 2021-06-09 21:38 ` Michael Kerrisk (man-pages)
  7 siblings, 0 replies; 9+ messages in thread
From: Michael Kerrisk (man-pages) @ 2021-06-09 21:38 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man

Hello Alex,

On 5/23/21 11:22 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>

Thanks. I've applied all 8 patches in this series.

Cheers,

Michael

> ---
>  man7/system_data_types.7 | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> 
> diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
> index ddabefd16..fc9893e41 100644
> --- a/man7/system_data_types.7
> +++ b/man7/system_data_types.7
> @@ -85,6 +85,25 @@ POSIX.1-2001 and later.
>  .BR aio_write (3),
>  .BR lio_listio (3)
>  .RE
> +.\"------------------------------------- blkcnt_t ---------------------/
> +.TP
> +.I blkcnt_t
> +.RS
> +.IR Include :
> +.IR <sys/types.h> .
> +Alternatively,
> +.IR <sys/stat.h> .
> +.PP
> +Used for file block counts.
> +According to POSIX,
> +it shall be a signed integer type.
> +.PP
> +.IR "Conforming to" :
> +POSIX.1-2001 and later.
> +.PP
> +.IR "See also" :
> +.BR stat (2)
> +.RE
>  .\"------------------------------------- clock_t ----------------------/
>  .TP
>  .I clock_t
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-06-09 21:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 11:22 [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Alejandro Colomar
2021-05-23 11:22 ` [PATCH 2/8] blkcnt_t.3: New link to system_data_types(7) Alejandro Colomar
2021-05-23 11:22 ` [PATCH 3/8] system_data_types.7: Add 'cc_t' Alejandro Colomar
2021-05-23 11:22 ` [PATCH 4/8] cc_t.3: New link to system_data_types(7) Alejandro Colomar
2021-05-23 11:22 ` [PATCH 5/8] system_data_types.7: Add 'blksize_t' Alejandro Colomar
2021-05-23 11:22 ` [PATCH 6/8] blksize_t.3: New link to system_data_types(7) Alejandro Colomar
2021-05-23 11:22 ` [PATCH 7/8] system_data_types.7: Add 'mode_t' Alejandro Colomar
2021-05-23 11:22 ` [PATCH 8/8] mode_t.3: New link to system_data_types(7) Alejandro Colomar
2021-06-09 21:38 ` [PATCH 1/8] system_data_types.7: Add 'blkcnt_t' Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.