Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/tree/
Date: Wed, 29 Nov 2017 09:02:13
Message-Id: 1511945965.931b093033d4ad0579fa6b0256dccc5e7cdfd4da.ulm@gentoo
1 commit: 931b093033d4ad0579fa6b0256dccc5e7cdfd4da
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 08:59:25 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 08:59:25 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=931b0930
7
8 general-concepts/tree: Move link because around -> it was looking strange.
9
10 general-concepts/tree/text.xml | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/general-concepts/tree/text.xml b/general-concepts/tree/text.xml
14 index d524861..07ac8c0 100644
15 --- a/general-concepts/tree/text.xml
16 +++ b/general-concepts/tree/text.xml
17 @@ -106,12 +106,12 @@ Things that do <b>not</b> belong in the tree:
18 <p>
19 Naming rules for distfiles are more lenient, but for interoperability their
20 filenames are restricted to the printable ASCII range excluding SPACE, i.e.,
21 -U+0021 to U+007e (see also
22 +U+0021 to U+007E (see also
23 <uri link="https://www.gentoo.org/glep/glep-0031.html#suitable-characters-for-file-and-directory-names">
24 GLEP 31</uri>). Any characters that have a special meaning in Bash or in
25 <c>SRC_URI</c> should also be avoided. If necessary, upstream files can be
26 -renamed using <uri link="::ebuild-writing/variables/#Renaming Sources">
27 -<c>-&gt;</c> syntax</uri>.
28 +<uri link="::ebuild-writing/variables/#Renaming Sources">renamed</uri> using
29 +<c>-&gt;</c> syntax.
30 </p>
31
32 <p>