From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward501a.mail.yandex.net (forward501a.mail.yandex.net [178.154.239.81]) by sourceware.org (Postfix) with ESMTPS id 800253858424 for ; Wed, 24 Jan 2024 08:15:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 800253858424 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yandex.ru ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 800253858424 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=178.154.239.81 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706084132; cv=none; b=YjCJkRZ9fxq16VWU5uCYWOIhUL5A0a2v4KUJk94jyPulZ5t2mLIKmwf1U9I2CVhdjlWJy8NOUcUwmdL6rQxq8gjd3401y0u55cy1aZkcWFkdnOyR/CezIxZuvT5k7N7+lHqOuDkWlB+NHxMXCHyqgcoG+CsXInPlo/9MPPCExtw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706084132; c=relaxed/simple; bh=tH9OHDnUT66/+ExiNakoeB8nT9mil2AcipjEANWPMNM=; h=DKIM-Signature:Message-ID:Subject:From:To:Date:MIME-Version; b=Fj0+w6JrR79mNVOIoPoYK8BFlcyheHXkpsRH2MUEboGKfX9Wms8EFYIGJC1dYYXw8EPdG0uAdIlxbeXOEPToFcr8UqreBPew6U6NfavOjtRuda/jCV64r+k4fjwVrb7T6w7FeMl2osMUGJ4UGf2u4Ye0l2x/sgkWY+2HokmkJug= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from mail-nwsmtp-smtp-production-main-51.vla.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-51.vla.yp-c.yandex.net [IPv6:2a02:6b8:c0d:2a02:0:640:77d9:0]) by forward501a.mail.yandex.net (Yandex) with ESMTP id 0B4AB618D9; Wed, 24 Jan 2024 11:15:27 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-51.vla.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id QFOrt57j6W20-uTPqjGRQ; Wed, 24 Jan 2024 11:15:26 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1706084126; bh=tH9OHDnUT66/+ExiNakoeB8nT9mil2AcipjEANWPMNM=; h=In-Reply-To:References:To:Message-ID:Subject:Date:From; b=t3TW+yAYgscYBzMkHwS1c90Q25Cw5ExdVvNfxzOTjHGUmx1vbvHOPGo+DEHwGszRZ Gg9hbolgbpboTaVpk75Rq8yEJNCt0cgZb5gdghEJP4+rnnH4n9lyo2vu5aBOPl9EEh eldTJLeQ1KThnWTH4YKxE4qNKCS+PjBitClAIlpY= Authentication-Results: mail-nwsmtp-smtp-production-main-51.vla.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <7f7e6e9ad516d189fd073c3d078eec5d9d77643e.camel@yandex.ru> Subject: Re: Where to send issues From: Konstantin Kharlamov To: =?UTF-8?Q?Luk=C3=A1=C5=A1_Ji=C5=99i=C5=A1t=C4=9B?= , libc-help@sourceware.org Date: Wed, 24 Jan 2024 11:15:26 +0300 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.50.3 MIME-Version: 1.0 X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, 2024-01-24 at 09:05 +0100, Luk=C3=A1=C5=A1 Ji=C5=99i=C5=A1t=C4=9B v= ia Libc-help wrote: > Hello everyone, > this is exciting as this is my first time ever using mailing list. > I'm writing this, because I wanted to know, where to submit a minor > typo in > the GNU libc manual or whether there's a way I can fix it myself. > Thank you all in advance. Have a nice day. You can fix it yourself and send to a libc-alpha@sourceware.org ML. But Glibc is very tough to contribute to because of lack of reviews for patches, so patches often just hang in there for years. I've seen it both from the side (you often see people ping over and over) and I have myself a series of small fixes from 2019 or something that I was pinging but to my knowledge by this day nobody reviewed it. So unless you are motivated to ping over and over, I'd advice just fill a bugreport. You can do that here https://sourceware.org/bugzilla/enter_bug.cgi, chose "libc" as a product.