commit: 86795e1cd244f0c51efcc7484617e5533799737b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 01:39:00 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Mar 29 20:41:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=86795e1c
tools-reference/sed: drop stray character Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> tools-reference/sed/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-reference/sed/text.xml b/tools-reference/sed/text.xml index aac3524..b971946 100644 --- a/tools-reference/sed/text.xml +++ b/tools-reference/sed/text.xml @@ -65,7 +65,7 @@ constructs are specific to <c>GNU sed 4</c> <d/> on non-GNU userland archs, the guaranteed to be installed as part of <c>@system</c>. This was not always the case, which is why some packages, particularly those which use <c>sed -i</c>, have -<c>DEPEND</c> s upon <c>>=sys-apps/sed-4</c>. +a <c>DEPEND</c> upon <c>>=sys-apps/sed-4</c>. </p> </body>
