From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 013733858438 for ; Mon, 22 Jan 2024 09:58:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 013733858438 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 013733858438 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705917526; cv=none; b=F94efG23PMFgGyxzVr5j7mJP2fXtgCMin9GOT7lSfs/KSr3LeYdHbBc0eo3v2DW0AMhBHuLBxTzBGM2AVZRY6vkjZsm/IfNDfeZNMflSMItg+lRAxaDuW/CBJhAju6s3oem9+GVRfXcGu05XrVG2ipY/8UtoftmfbIkw7W3WHiI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705917526; c=relaxed/simple; bh=6uvVwh5bR/2AH0Y/5VUHoFcQuN/SAdEu2hkA9FLpYNs=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=Fkjgz0wDIsNWOScF96RXpE/7o/60e8ocpPRNIbQlbxepAWMeT3hpgc0rkfw82hcxKZfDGbnyb2lZMPgcB04hdNionNCCFP6TlRkZFag5Asg84kPnZxeD7MKtCti8RMqF3QBV9FLV3h8t1NS/dWcaGM8Oewdn3/Qbrx/IS3lGUWU= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1705917524; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=skRUmIPITvDe3SuBXMXaQV8kql5VnVYHQyPaanuKVsM=; b=EdCnve3UjbOYAaCb4RI9pM1/bClCZXIbBqhQXb5KMYdvBCs729yJRZgGTnMwk8+OO05nGG xqWi9VQgfSXkRXC5KtmfMf4LgPVrQLfAZE8DJOHP4StsUXAPSfXCa8d47wVQdDYdi7v3a3 oc4zzfB8LYxd3JaErqCk13TdWLiq3Z0= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-131-jdWkyYKXOeK49qsY4Jqmpg-1; Mon, 22 Jan 2024 04:58:42 -0500 X-MC-Unique: jdWkyYKXOeK49qsY4Jqmpg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B0A413806622 for ; Mon, 22 Jan 2024 09:58:42 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8FEE22026D66 for ; Mon, 22 Jan 2024 09:58:42 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 45545A80733; Mon, 22 Jan 2024 10:58:41 +0100 (CET) Date: Mon, 22 Jan 2024 10:58:41 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH] libgloss: doc: fix dir info entry usage Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20231227005026.18579-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,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: Hi Mike, On Jan 19 19:50, Mike Frysinger wrote: > On 26 Dec 2023 19:50, Mike Frysinger wrote: > > Wrapping the dir info with @ifnottex means it's included in all other > > outputs like html which makes no sense. Switch to @direntry which is > > specific for this content and is automatically written to the output > > that makes sense, and omitted from the rest. > > ping ... > > (and the other doc update patches too) > -mike just push them. Thanks, Corinna