From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by sourceware.org (Postfix) with ESMTPS id 075333973036 for ; Fri, 18 Sep 2020 20:13:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 075333973036 Received: by mail-wm1-x341.google.com with SMTP id e17so6430960wme.0 for ; Fri, 18 Sep 2020 13:13:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:cc:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=GxgqoMUihVnBYcKK3++0fUno1KXCcWqFmu2cEU2H1Cw=; b=Tg6b9z695+4dmWYLteAzNqyOKUOX37yS7jGcjSUB0PYv0TcUhKiT0X0g+9EvWLaN7T ZHBa9usUJwgPKFm+DhiFLWCrjWYFV6A6Zd1sBcmp5aLY0ArNDBetUejhqJafDOBsN38H LDvNZBdxK7SEZtQPvDTw5wu0JI7OB2WO63J7xal+yYOd6URgvyFbgdX2xFEsCAG9RT02 52fe0JAUshF1GIqaGUT+6g4SvXjTeyKRVWVlJ5OLTN5RtR95T+cDj+p4KJ4BHIWVWSvC /yM6NMXx3usrwiLc32/gyKmGmcjJrT+DcI/gsvpSQdRe7v8zN71G0qwwF9D/KOkxAG1G 8UkQ== X-Gm-Message-State: AOAM532/xO5V++UBSLrayuH/4KOhoNYCu7H+vISw91jx2J3hZsEjoGb6 Y3aapuSctc6aDnEu/dHVuOw= X-Google-Smtp-Source: ABdhPJwsfuxNQoKsFaXLNqkklX1tGt/0iaYLc/6nSut6Sbm711qpD7MJJ6UArMq7LtcXGZeO+NXrKg== X-Received: by 2002:a1c:7f8b:: with SMTP id a133mr18295683wmd.155.1600460016164; Fri, 18 Sep 2020 13:13:36 -0700 (PDT) Received: from ?IPv6:2001:a61:2479:6801:d8fe:4132:9f23:7e8f? ([2001:a61:2479:6801:d8fe:4132:9f23:7e8f]) by smtp.gmail.com with ESMTPSA id 10sm6592820wmi.37.2020.09.18.13.13.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 18 Sep 2020 13:13:35 -0700 (PDT) Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, libc-alpha@sourceware.org, Paul Eggert , Florian Weimer Subject: Re: [PATCH 0/2] Document size_t To: Alejandro Colomar References: <20200918112755.21428-1-colomar.6.4.3@gmail.com> From: "Michael Kerrisk (man-pages)" Message-ID: Date: Fri, 18 Sep 2020 22:13:32 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200918112755.21428-1-colomar.6.4.3@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2020 20:13:38 -0000 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/