summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-01-09 22:42:10 +0100
committerUlrich Müller <ulm@gentoo.org>2020-01-09 22:56:39 +0100
commit5577ad5845e828011b0c271babd3fa6eec8a2c33 (patch)
tree12df7f505a42d5bde2e911f6dad500eab86a0721 /eclass/subversion.eclass
parentnet-libs/libnftnl: fix nft-flowtable-test (diff)
downloadgentoo-5577ad5845e828011b0c271babd3fa6eec8a2c33.tar.gz
gentoo-5577ad5845e828011b0c271babd3fa6eec8a2c33.tar.bz2
gentoo-5577ad5845e828011b0c271babd3fa6eec8a2c33.zip
subversion.eclass: Use valid domains for examples.
These get expanded to real hyperlinks by eclass-to-manpage.awk followed by man2html, leading to false positives when checking for broken links in the devmanual. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/subversion.eclass')
-rw-r--r--eclass/subversion.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
index 6d26820bc090..093c83967bf4 100644
--- a/eclass/subversion.eclass
+++ b/eclass/subversion.eclass
@@ -72,7 +72,7 @@ ESVN_OPTIONS="${ESVN_OPTIONS:-}"
# @DESCRIPTION:
# repository uri
#
-# e.g. http://foo/trunk, svn://bar/trunk, svn://bar/branch/foo@1234
+# e.g. http://example.org/trunk, svn://example.org/branch/foo@1234
#
# supported URI schemes:
# http://