summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-04 23:18:40 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-04 23:18:40 +0000
commit81294043a4370f5f5a8b04d5256035a5e05ce050 (patch)
treed7b2b12c054f929423ed2812e35e08cd09a2f25a /man
parentFix typo from previous commit. (diff)
downloadportage-multirepo-81294043a4370f5f5a8b04d5256035a5e05ce050.tar.gz
portage-multirepo-81294043a4370f5f5a8b04d5256035a5e05ce050.tar.bz2
portage-multirepo-81294043a4370f5f5a8b04d5256035a5e05ce050.zip
Fix documentation of some QA_* variables.
svn path=/main/trunk/; revision=14184
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.56
1 files changed, 3 insertions, 3 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 95d763f3..a464541a 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -464,7 +464,7 @@ Note that objects that violate these rules may fail on some architectures.
\fBQA_TEXTRELS\fR
This variable can be set to a list of file paths, relative to the image
directory, of files that contain text relocations that cannot be eliminated.
-The paths may contain regular expressions.
+The paths may contain fnmatch patterns.
.br
This variable is intended to be used on closed\-source binary objects that
cannot be altered.
@@ -472,7 +472,7 @@ cannot be altered.
\fBQA_EXECSTACK\fR
This should contain a list of file paths, relative to the image directory, of
objects that require executable stack in order to run.
-The paths may contain regular expressions.
+The paths may contain fnmatch patterns.
.br
This variable is intended to be used on objects that truly need executable
stack (i.e. not those marked to need it which in fact do not).
@@ -480,7 +480,7 @@ stack (i.e. not those marked to need it which in fact do not).
\fBQA_WX_LOAD\fR
This should contain a list of file paths, relative to the image directory, of
files that contain writable and executable segments. These are rare.
-The paths may contain regular expressions.
+The paths may contain fnmatch patterns.
.TP
\fBQA_DT_HASH\fR
This should contain a list of file paths, relative to the image directory, of