On 9/18/20 1:27 PM, Alejandro Colomar wrote: > Hi Michael, > > I documented size_t. > > There is a minor thing with this patch: > It references to a not yet documented type: ptrdiff_t > It's just that I'm going to document it next... No problem. I realize you may want to add some pieces, after the comments from Florian and Paul, but this patch series is good for merging as is, and I'm merging it. You can send a follow-up patch mentioning %zd and %zu when ready. > In the See also, I just put a few important pages. > Maybe you want to include a few more. I added read(2) and write(2). Thanks, Michael > Alejandro Colomar (2): > system_data_types.7: Document size_t > size_t.3: New link to new documented type in system_data_types(7) > > man3/size_t.3 | 1 + > man7/system_data_types.7 | 103 +++++++++++++++++++++++++++++++++++++-- > 2 files changed, 100 insertions(+), 4 deletions(-) > create mode 100644 man3/size_t.3 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/