Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/blkcnt_t.3 | 21 ++++++++++++++++++++- man7/system_data_types.7 | 20 -------------------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/man3/blkcnt_t.3 b/man3/blkcnt_t.3 index db50c0f09..f6af95f52 100644 --- a/man3/blkcnt_t.3 +++ b/man3/blkcnt_t.3 @@ -1 +1,20 @@ -.so man7/system_data_types.7 +.TH BLKCNT_T 3 2021-11-02 Linux "Linux Programmer's Manual" +.SH NAME +blkcnt_t \- file block counts +.SH SYNOPSIS +.nf +.B #include <sys/types.h> +.PP +.BR typedef " /* ... */ " blkcnt_t; +.fi +.SH DESCRIPTION +Used for file block counts. +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 92565d730..cc46a0858 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -52,26 +52,6 @@ system_data_types \- overview of system data types .\" * See also .\"------------------------------------- aiocb ------------------------/ .\"------------------------------------- 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" : -the -.I stat -structure in this page. -.RE .\"------------------------------------- blksize_t --------------------/ .TP .I blksize_t -- 2.33.1