Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 719904

Summary: sys-apps/portage-2.3.89-r3 - duplicate words in manpage
Product: Portage Development Reporter: Fab <netbox253>
Component: DocumentationAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal CC: fturco
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fab 2020-04-28 07:43:54 UTC
Hi,

sys-apps/portage-2.3.89-r3 installed. Man make.conf :

> noclean
>   Do not delete *the the* source and temporary files after the merge process.
Comment 1 Christohper Harrington 2020-04-28 23:35:31 UTC
Confirmed this on my own install. Renders on line 293 for me.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-10-17 23:44:32 UTC
commit 222adeecbd72f070eaa05e39b0951cabd6ba8026
Author: Petr Šabata <contyk@redhat.com>
Date:   Sat Nov 7 12:55:46 2020 +0100

    Typofix: Use just one definite article

    I first noticed this in make.conf(5) but it turned out there were many
    more occurences of these; fixed with find & sed.

    Closes: https://github.com/gentoo/portage/pull/634
    Signed-off-by: Petr Šabata <contyk@redhat.com>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>