From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by sourceware.org (Postfix) with ESMTPS id 859343857402 for ; Mon, 2 Aug 2021 12:38:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 859343857402 Received: by mail-wm1-x32a.google.com with SMTP id m19so10335494wms.0 for ; Mon, 02 Aug 2021 05:38:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:cc:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=+iwG4dwu630d56k0IddJZl8d8Tb26J8/7JwX5jp3IJ8=; b=EPKQenLZm5okMWgUmkozHnsIGqAfMLL7WCBUcTI6F8Qi4UCqfvDy9VC8GjxUnAEACK lybIbT0J0cCfI/OJFqjOO+JON6eJmR8C0gyoMX1byIEFSy9ZJwTh2/VytDnXAUjyU79/ 9/POJBH1nJcZ+ItnobQ6y5I7yFoFgUSEMr9xe/Vv6VFbdxpWC0o8gGb39BUXgtcWD0H+ 68dhBZnt1a+RzzXz1H4eQmgOobauJ4PGHvpDP0N7o4wAAMf6H13ObjBNnv9KjGz+QTTP I/BOGN2XW+EtQeXX8SDosktL5FFBwlqYYB8zym4Lw30/BgptcH06BPuxDcdLVLSS214q gmBw== X-Gm-Message-State: AOAM532kxbkhkkFGTnp1X5+r86Pq5DaPRsn5x29WCnatX13FaNrE5KpG Rv5//mELfQUG7im4tvq7mZyJRJRdWMY= X-Google-Smtp-Source: ABdhPJziT2hGn88fhyV5m6uDGOZe4vRiWnpKzETiW6DtTKbGsi5lbt+/ti5aGWb1djGpfbimwkssQw== X-Received: by 2002:a05:600c:304a:: with SMTP id n10mr16999122wmh.79.1627907924730; Mon, 02 Aug 2021 05:38:44 -0700 (PDT) Received: from [10.8.0.10] ([195.53.121.100]) by smtp.gmail.com with ESMTPSA id s2sm9992886wmh.46.2021.08.02.05.38.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 02 Aug 2021 05:38:44 -0700 (PDT) To: Glibc , "linux-kernel@vger.kernel.org" Cc: =?UTF-8?Q?Pali_Roh=c3=a1r?= From: "Alejandro Colomar (man-pages)" Subject: Document the types "struct termios" and "struct termios2" Message-ID: Date: Mon, 2 Aug 2021 14:38:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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, 02 Aug 2021 12:38:46 -0000 Hi, From a few patches of Pali and their subsequent discussions, it was clear that those types need to be documented (the most appropriate place being system_data_types(7), with link pages termios-struct(3) and termios2-struct(3)). The most important part (the one we had problems with) being which headers should be included for each type (and for each version of the type (kernel/glibc)). That includes the recommended header, and other headers that _shall_ also provide the type. Is there someone that knows those types enough to write such documentation and wants to do it? :) Thanks, Alex -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/