From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by sourceware.org (Postfix) with ESMTPS id 66A8B3857C59 for ; Mon, 28 Sep 2020 06:04:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 66A8B3857C59 Received: by mail-wm1-x343.google.com with SMTP id s13so5458224wmh.4 for ; Sun, 27 Sep 2020 23:04:42 -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=Gho4CNsY+CexjH0akIbz8cz8tSZra67Ao+cUGJ6Xc0Y=; b=EKw/Y7/bCBpbnhSUpuTew4L4OWW3FmtjIBkjqkrsG1zIvDgEUJALSuN++Ppw33mCbm R4EWcME4Jo7Qngh8Kw79h2As9LcbDK51BKy4U3zrQytOqpYzlkFXz2WzTCV7BQL7gQfH ttNdbVm8IIipkzHRLpAbOehjUiMUPgDgg7gRS387OkHw25uKXMHxRxpdMgqKOApq+bIr aBHfxbOnXcvaJtJiGIzP+tAOTbFsXG9CDnykerg5Ucw+L5JROaCFi3SiHre3qzc99qxm XuqNVzYJUb83KfFVhhTBjo95uFb+0oFLKCyGmMT1ZJdL/fTMzU3cfi/nVybKclwCXDJd hRcA== X-Gm-Message-State: AOAM530XjGX/A2YRoMCxsZx0EBtClNbNYod7bfpvdZAaWfVw7+xGQUGy 1FGD46WySgJ8QwY7AUXsDbvld5Lo3Pg= X-Google-Smtp-Source: ABdhPJy2HXExIBTBNHtvfc3Mmc204NnXxsFRo295mE/wEm9M2sibydHQdZeA1gD71R2tQqKsfXRtfw== X-Received: by 2002:a1c:7918:: with SMTP id l24mr10064264wme.46.1601273081338; Sun, 27 Sep 2020 23:04:41 -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 v128sm7816908wme.2.2020.09.27.23.04.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 27 Sep 2020 23:04:40 -0700 (PDT) Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, libc-alpha@sourceware.org Subject: Re: [PATCH 2/3] system_data_types.7: Add 'FILE' To: Alejandro Colomar References: <20200927211345.20433-1-colomar.6.4.3@gmail.com> <20200927211345.20433-2-colomar.6.4.3@gmail.com> From: "Michael Kerrisk (man-pages)" Message-ID: <1a517588-29c1-f728-37ec-49e9825be321@gmail.com> Date: Mon, 28 Sep 2020 08:04:39 +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: <20200927211345.20433-2-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=-9.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, KAM_ASCII_DIVIDERS, 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: Mon, 28 Sep 2020 06:04:43 -0000 Hi Alex, On 9/27/20 11:13 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar > --- > man7/system_data_types.7 | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > 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 See my previous mail. In the meantime, I'm okay with applying this kind of formatting for this (and following) patches, though it may need changing later. > +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 fread (3), > +.BR stdin (3), > +.BR stdio (3), > +.BR unlocked_stdio (3) Let's have fscanf() and fprintf() here. On the other hand, I think unlocked_stdio(3) probably isn't needed. > +.RE > .\"------------------------------------- float_t ----------------------/ > .TP > .I float_t Thanks, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/