Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r14184 - main/trunk/man
Date: Fri, 04 Sep 2009 23:18:42
Message-Id: E1Mji3E-0002yl-UH@stork.gentoo.org
1 Author: arfrever
2 Date: 2009-09-04 23:18:40 +0000 (Fri, 04 Sep 2009)
3 New Revision: 14184
4
5 Modified:
6 main/trunk/man/ebuild.5
7 Log:
8 Fix documentation of some QA_* variables.
9
10
11 Modified: main/trunk/man/ebuild.5
12 ===================================================================
13 --- main/trunk/man/ebuild.5 2009-09-04 19:20:24 UTC (rev 14183)
14 +++ main/trunk/man/ebuild.5 2009-09-04 23:18:40 UTC (rev 14184)
15 @@ -464,7 +464,7 @@
16 \fBQA_TEXTRELS\fR
17 This variable can be set to a list of file paths, relative to the image
18 directory, of files that contain text relocations that cannot be eliminated.
19 -The paths may contain regular expressions.
20 +The paths may contain fnmatch patterns.
21 .br
22 This variable is intended to be used on closed\-source binary objects that
23 cannot be altered.
24 @@ -472,7 +472,7 @@
25 \fBQA_EXECSTACK\fR
26 This should contain a list of file paths, relative to the image directory, of
27 objects that require executable stack in order to run.
28 -The paths may contain regular expressions.
29 +The paths may contain fnmatch patterns.
30 .br
31 This variable is intended to be used on objects that truly need executable
32 stack (i.e. not those marked to need it which in fact do not).
33 @@ -480,7 +480,7 @@
34 \fBQA_WX_LOAD\fR
35 This should contain a list of file paths, relative to the image directory, of
36 files that contain writable and executable segments. These are rare.
37 -The paths may contain regular expressions.
38 +The paths may contain fnmatch patterns.
39 .TP
40 \fBQA_DT_HASH\fR
41 This should contain a list of file paths, relative to the image directory, of