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 2E29C385703B for ; Fri, 18 Sep 2020 21:28:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2E29C385703B Received: by mail-wm1-x341.google.com with SMTP id l15so7497522wmh.1 for ; Fri, 18 Sep 2020 14:28:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ScpxNu8e6FygzljuAnzGDlLyn7gOa/ixuTXPKSJfHcU=; b=HmTyMnaI4IEWT4PWAWbITEQSE6ivn3KkAgpbg1pqNB5M3joyFv/cjYRurId4OOQZ2R HZfRuwk69FUarT+9NvkzqsyeCAGgxF4MU3i765fkrlM3JPzXKyOXe7xJqTEoJb3M/jOg x9WD3wRh6CqzqEtPgyLmOlFGpT44ZTldJSnVwm/pF1XVhWaidjoWMV5gZZWcCtY9OHZL 8Ps5cV/0/Sa1WessVOV2eS7W8xN57bSXVXZULLJrgATdCog+65uGINHH9wLUuUW3XlGD Jke5jmLXhwWS3+EhdLAGNxQo3YxzEeg56aXuZtNl61RregBsBhpYI8stByG3dE28+9u/ HsuQ== X-Gm-Message-State: AOAM5318/3YypUNa1yctSSHJnPxDbLzpQuXyKqG8iWyNf5YILEdWq8ht QYg7rLoj8eHOkqDFiykWnxw= X-Google-Smtp-Source: ABdhPJyuu3fCPxqWG6XS7I99xWbCDeDjTAa+oL8uav3Gcts4BP8VtEo2qzOufjhDsvD30ucbK/9HKw== X-Received: by 2002:a1c:6a11:: with SMTP id f17mr16391426wmc.143.1600464491296; Fri, 18 Sep 2020 14:28:11 -0700 (PDT) Received: from [192.168.1.143] ([170.253.60.68]) by smtp.gmail.com with ESMTPSA id 70sm7073282wme.15.2020.09.18.14.28.10 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 18 Sep 2020 14:28:10 -0700 (PDT) Subject: Re: [PATCH 0/2] Document size_t To: "Michael Kerrisk (man-pages)" Cc: linux-man@vger.kernel.org, libc-alpha@sourceware.org, Paul Eggert , Florian Weimer References: <20200918112755.21428-1-colomar.6.4.3@gmail.com> From: Alejandro Colomar Message-ID: <16920ef9-1b0d-b582-b87e-fe915522ccd1@gmail.com> Date: Fri, 18 Sep 2020 23:28:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, 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 21:28:13 -0000 On 2020-09-18 22:13, Michael Kerrisk (man-pages) wrote: > 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. Yes, I've started a new thread; I also thought this patch was already complete. > > >> 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). Fine. I didn't remember their arguments are 'size_t'. I was under the idea that they used 'ssize_t'. Thanks, Alex