Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/blksize_t.3 | 21 ++++++++++++++++++++- man7/system_data_types.7 | 20 -------------------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/man3/blksize_t.3 b/man3/blksize_t.3 index db50c0f09..6fdde1a13 100644 --- a/man3/blksize_t.3 +++ b/man3/blksize_t.3 @@ -1 +1,20 @@ -.so man7/system_data_types.7 +.TH BLKSIZE_T 3 2021-11-02 Linux "Linux Programmer's Manual" +.SH NAME +blksize_t \- file block sizes +.SH SYNOPSIS +.nf +.B #include <sys/types.h> +.PP +.BR typedef " /* ... */ " blksize_t; +.fi +.SH DESCRIPTION +Used for file block sizes. +According to POSIX, +it shall be a signed integer type. +.SH CONFORMING TO +POSIX.1-2001 and later. +.SH NOTES +The following header also provides this type: +.IR <sys/stat.h> . +.SH SEE ALSO +.BR stat-struct (3) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index cc46a0858..6a0029c85 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -53,26 +53,6 @@ system_data_types \- overview of system data types .\"------------------------------------- aiocb ------------------------/ .\"------------------------------------- blkcnt_t ---------------------/ .\"------------------------------------- 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" : -the -.I stat -structure in this page. -.RE .\"------------------------------------- cc_t -------------------------/ .TP .I cc_t -- 2.33.1