Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Mon, 01 Feb 2021 18:08:42
Message-Id: 1612202885.70e50f5ac0880e0a55baa2d3b567381743403e7e.zmedico@gentoo
1 commit: 70e50f5ac0880e0a55baa2d3b567381743403e7e
2 Author: Daniel M. Weeks <dan <AT> danweeks <DOT> net>
3 AuthorDate: Mon Feb 1 17:22:38 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 18:08:05 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=70e50f5a
7
8 man/make.conf.5: FETCHCOMMAND DIGESTS placeholder uses colons
9
10 Closes: https://github.com/gentoo/portage/pull/668
11 Fixes: f04dae7728b5 ("Make digests available to fetch command")
12 Signed-off-by: Daniel M. Weeks <dan <AT> danweeks.net>
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 man/make.conf.5 | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/man/make.conf.5 b/man/make.conf.5
19 index 10f72d5c0..548a10b9b 100644
20 --- a/man/make.conf.5
21 +++ b/man/make.conf.5
22 @@ -1,4 +1,4 @@
23 -.TH "MAKE.CONF" "5" "Jan 2021" "Portage VERSION" "Portage"
24 +.TH "MAKE.CONF" "5" "Feb 2021" "Portage VERSION" "Portage"
25 .SH "NAME"
26 make.conf \- custom settings for Portage
27 .SH "SYNOPSIS"
28 @@ -755,7 +755,7 @@ ___
29 l l l.
30 Placeholder Meaning Example
31
32 -\\${DIGESTS} Space separated list of file digests blake2b <hexdigest> sha512 <hexdigest>
33 +\\${DIGESTS} Space separated list of file digests blake2b:<hexdigest> sha512:<hexdigest>
34 .TE
35 .RE
36 .TP