commit: d3ec5b559b3d56a891eafc21e72ea178777be40f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 14 09:28:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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.
