From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) by sourceware.org (Postfix) with ESMTPS id 7231F386F03C for ; Tue, 29 Sep 2020 13:15:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7231F386F03C Received: by mail-wm1-x344.google.com with SMTP id k18so4755721wmj.5 for ; Tue, 29 Sep 2020 06:15:14 -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=jFEF/HhNmtmhvzZp78EHg/rtqIOMG658YBXT/GP2urs=; b=SKO86J3FVdZkKjEyVuqH4aEzTnac+rqo+EmdFzFY9vP/CSIgoEJjUBU8ipTwpepv+/ SuTEjPFEMsSZyXTFmOgPRt0e/ztbO7Aymnz50CsquciRmkgcamfsHvQrnnjk4VlfU69+ SYsL+CG+ok/AdA06f7l+jod0VmfiI+3Pn1wXgyAH/54m3rGsCioITueUJohgwdYQvG1H f3WJGMvCNe9KAW6tswwI7LFp6Y5jgc1qdiNJG3nxzQERhd1YSgRK38tmhI9hD7cOGfQS szoKCBjM+w8dRcyb6jtfI3HRIkSiecRN6YKunsQtFlFSig110rm/cP5BVY9DkYhulUZV h+UA== X-Gm-Message-State: AOAM533b6Xd1BpQqmsXJqWr5gOEDRs7HDOJuGOBdIhSvwMMZ6xmpk03E ok6Kh22L+RSVPFXy+OTSbY8= X-Google-Smtp-Source: ABdhPJxcQo1hR06QlhVUO6dJk8fXWOONlM+d1DKP4ciHDITpUAst2UD7NunMYifa9i3Tp5EhWPKs4g== X-Received: by 2002:a1c:770c:: with SMTP id t12mr4832637wmi.121.1601385313489; Tue, 29 Sep 2020 06:15:13 -0700 (PDT) Received: from [192.168.1.143] ([170.253.60.68]) by smtp.gmail.com with ESMTPSA id z127sm5578125wmc.2.2020.09.29.06.15.12 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 29 Sep 2020 06:15:12 -0700 (PDT) Subject: Re: [PATCH v2 2/3] system_data_types.7: Add 'FILE' To: mtk.manpages@gmail.com Cc: linux-man@vger.kernel.org, libc-alpha@sourceware.org, g.branden.robinson@gmail.com References: <1a517588-29c1-f728-37ec-49e9825be321@gmail.com> <20200928090657.2221-1-colomar.6.4.3@gmail.com> From: Alejandro Colomar Message-ID: <0a5ee9a4-8787-5bce-92bb-a2ae10eaed54@gmail.com> Date: Tue, 29 Sep 2020 15:15:11 +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: <20200928090657.2221-1-colomar.6.4.3@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-9.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, GIT_PATCH_0, KAM_ASCII_DIVIDERS, 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: Tue, 29 Sep 2020 13:15:15 -0000 Hi Michael, Ping -c2 :) patches 2/3 and 3/3 of this set are pending, the patch which was holding them has already been applied, and should have no conflicts in the current HEAD (tell me if otherwise). Thanks, Alex On 2020-09-28 11:06, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar > --- > man7/system_data_types.7 | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > Hi Michael, > > Please hold until the ffix is applied (or not). > > Thanks, > > Alex > > diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 > index ff0403df9..16930985e 100644 > --- a/man7/system_data_types.7 > +++ b/man7/system_data_types.7 > @@ -197,6 +197,29 @@ Conforming to: C99 and later; POSIX.1-2001 and later. > See also: > .BR fenv (3) > .RE > +.\"------------------------------------- FILE -------------------------/ > +.TP > +.I FILE > +.RS > +.br > +Include: > +.IR ; > +or > +.IR . > +.PP > +An object type used for streams. > +.PP > +Conforming to: C99 and later; POSIX.1-2001 and later. > +.PP > +See also: > +.BR fclose (3), > +.BR flockfile (3), > +.BR fopen (3), > +.BR fprintf (3), > +.BR fread (3), > +.BR fscanf (3), > +.BR stdin (3), > +.BR stdio (3) > +.RE > .\"------------------------------------- float_t ----------------------/ > .TP > .I float_t >