Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 09 Jan 2020 21:57:03
Message-Id: 1578606999.5577ad5845e828011b0c271babd3fa6eec8a2c33.ulm@gentoo
1 commit: 5577ad5845e828011b0c271babd3fa6eec8a2c33
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 21:42:10 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 21:56:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5577ad58
7
8 subversion.eclass: Use valid domains for examples.
9
10 These get expanded to real hyperlinks by eclass-to-manpage.awk
11 followed by man2html, leading to false positives when checking
12 for broken links in the devmanual.
13
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 eclass/subversion.eclass | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
20 index 6d26820bc09..093c83967bf 100644
21 --- a/eclass/subversion.eclass
22 +++ b/eclass/subversion.eclass
23 @@ -72,7 +72,7 @@ ESVN_OPTIONS="${ESVN_OPTIONS:-}"
24 # @DESCRIPTION:
25 # repository uri
26 #
27 -# e.g. http://foo/trunk, svn://bar/trunk, svn://bar/branch/foo@1234
28 +# e.g. http://example.org/trunk, svn://example.org/branch/foo@1234
29 #
30 # supported URI schemes:
31 # http://