diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-04 23:18:40 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-04 23:18:40 +0000 |
commit | 81294043a4370f5f5a8b04d5256035a5e05ce050 (patch) | |
tree | d7b2b12c054f929423ed2812e35e08cd09a2f25a | |
parent | acffff5df86c01efae765a01dd7beb30d5638fd1 (diff) | |
download | portage-81294043a4370f5f5a8b04d5256035a5e05ce050.tar.gz portage-81294043a4370f5f5a8b04d5256035a5e05ce050.tar.bz2 portage-81294043a4370f5f5a8b04d5256035a5e05ce050.zip |
Fix documentation of some QA_* variables.
svn path=/main/trunk/; revision=14184
-rw-r--r-- | man/ebuild.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 95d763f31..a464541ad 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 |