From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27993158200 for ; Sun, 14 Sep 2025 09:29:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0D6D0340C53 for ; Sun, 14 Sep 2025 09:29:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0D2AE110571; Sun, 14 Sep 2025 09:29:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 016F1110571 for ; Sun, 14 Sep 2025 09:29:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A416F340F6A for ; Sun, 14 Sep 2025 09:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1523D2783 for ; Sun, 14 Sep 2025 09:29:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1757842140.d3ec5b559b3d56a891eafc21e72ea178777be40f.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/emerge.1 X-VCS-Directories: man/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3ec5b559b3d56a891eafc21e72ea178777be40f X-VCS-Branch: master Date: Sun, 14 Sep 2025 09:29:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47bea231-a08b-48cc-9577-16d39695508d X-Archives-Hash: 5243f29978f3cc6b7357ffebe45079c7 commit: d3ec5b559b3d56a891eafc21e72ea178777be40f Author: Sam James gentoo org> AuthorDate: Sun Sep 14 09:28:39 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 14 09:29:00 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d3ec5b55 man/emerge.1: fix missing linebreak for new PORTAGE_SHOW_HTTP_TRACE Signed-off-by: Sam James gentoo.org> man/emerge.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/emerge.1 b/man/emerge.1 index 1dd826cde7..7964074dc3 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -1451,6 +1451,7 @@ prior notice. .BR PORTAGE_SHOW_LRU_CACHE_INFO If this environment variable is set, then Portage will display statistics about its internal LRU caches. +.TP .BR PORTAGE_SHOW_HTTP_TRACE If this environment variable is set, then Portage will show a trace of all HTTP request.