From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) by sourceware.org (Postfix) with ESMTPS id B346739878B7 for ; Thu, 1 Oct 2020 11:33:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B346739878B7 Received: by mail-wr1-x444.google.com with SMTP id k10so5277045wru.6 for ; Thu, 01 Oct 2020 04:33:43 -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=VpO62smcJakwUmFKwuE6g6J+/v1Mx5eshUL2yIlGwQc=; b=fuFN8tFWnbT96sELILNd0m6edw6eQHBv5tgZ28P/u/oqAzgU81x+LrVBUdjhdjHRqJ bNXmF0B0ZZS4pb+hUXGxvD2B0I6Fqn4U4CCTv4H3/5dpLtWqKWrMlDbDE/dkG3JWkXVU MNkwzQRsqS6z7IRt25JkRJJQvWeG2MlM7/A4Cueqs5w4G1sdymyHcTMs7NepWeCsdPQT rk5sZtlhoVNT8w4YdomNedH6i4m4XJY+cHaYoWyoMgP6hOfkw5ESxLeWY5L7hPEsOjT9 khwO8sPQC7LDukFDVVjplIlvwZ1e4giun9no7c5ne8bDBfkk5BZLaaYI1T9Z9zP6CDMI itwQ== X-Gm-Message-State: AOAM531HQnn/PJuJ3NiKpu2rW2xsNg9mNly9Zn4g+T4WLMlGsoqNlgXp saO6LWpXPKyQWT5v1+qiQ30= X-Google-Smtp-Source: ABdhPJz1jwol3Zo10rHplbQ4wPHukItob03N0ES4TRjWrznLWa/PaZ+HJwYJbOVSjS7WpSkOHono5w== X-Received: by 2002:adf:f852:: with SMTP id d18mr8401412wrq.245.1601552022857; Thu, 01 Oct 2020 04:33:42 -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 70sm9013640wmb.41.2020.10.01.04.33.41 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 01 Oct 2020 04:33:42 -0700 (PDT) Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, libc-alpha@sourceware.org, gcc@gcc.gnu.org Subject: Re: [PATCH 03/16] system_data_types.7: srcfix To: Alejandro Colomar References: <20201001101559.77163-1-colomar.6.4.3@gmail.com> <20201001101559.77163-4-colomar.6.4.3@gmail.com> From: "Michael Kerrisk (man-pages)" Message-ID: <2264996c-db7f-5cae-047a-57008173b4fd@gmail.com> Date: Thu, 1 Oct 2020 13:33:41 +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: <20201001101559.77163-4-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=-10.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, 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: Thu, 01 Oct 2020 11:33:45 -0000 Hi Alex, On 10/1/20 12:15 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar > --- > man7/system_data_types.7 | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-) Yeah, this layout is my preferred form as well. Applied. Thanks, Michael > diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 > index a653a7b11..a099c0250 100644 > --- a/man7/system_data_types.7 > +++ b/man7/system_data_types.7 > @@ -406,7 +406,10 @@ Include: > Alternatively, > .IR . > .PP > -.IR int8_t ", " int16_t ", " int32_t ", " int64_t > +.IR int8_t , > +.IR int16_t , > +.IR int32_t , > +.I int64_t > .PP > A signed integer type > of a fixed width of exactly N bits, > @@ -418,7 +421,8 @@ capable of storing values in the range > substituting N by the appropriate number. > .PP > According to POSIX, > -.IR int8_t ", " int16_t > +.IR int8_t , > +.IR int16_t > and > .I int32_t > are required; > @@ -1299,7 +1303,10 @@ Include: > Alternatively, > .IR . > .PP > -.IR uint8_t ", " uint16_t ", " uint32_t ", " uint64_t > +.IR uint8_t , > +.IR uint16_t , > +.IR uint32_t , > +.I uint64_t > .PP > An unsigned integer type > of a fixed width of exactly N bits, > @@ -1310,7 +1317,8 @@ capable of storing values in the range [0, > substituting N by the appropriate number. > .PP > According to POSIX, > -.IR uint8_t ", " uint16_t > +.IR uint8_t , > +.IR uint16_t > and > .I uint32_t > are required; > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/