Hello Alex, On 5/23/21 11:22 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> 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/