commit: 70e50f5ac0880e0a55baa2d3b567381743403e7e Author: Daniel M. Weeks <dan <AT> danweeks <DOT> net> AuthorDate: Mon Feb 1 17:22:38 2021 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Feb 1 18:08:05 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=70e50f5a
man/make.conf.5: FETCHCOMMAND DIGESTS placeholder uses colons Closes: https://github.com/gentoo/portage/pull/668 Fixes: f04dae7728b5 ("Make digests available to fetch command") Signed-off-by: Daniel M. Weeks <dan <AT> danweeks.net> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> man/make.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index 10f72d5c0..548a10b9b 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -1,4 +1,4 @@ -.TH "MAKE.CONF" "5" "Jan 2021" "Portage VERSION" "Portage" +.TH "MAKE.CONF" "5" "Feb 2021" "Portage VERSION" "Portage" .SH "NAME" make.conf \- custom settings for Portage .SH "SYNOPSIS" @@ -755,7 +755,7 @@ ___ l l l. Placeholder Meaning Example -\\${DIGESTS} Space separated list of file digests blake2b <hexdigest> sha512 <hexdigest> +\\${DIGESTS} Space separated list of file digests blake2b:<hexdigest> sha512:<hexdigest> .TE .RE .TP