From 81294043a4370f5f5a8b04d5256035a5e05ce050 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 4 Sep 2009 23:18:40 +0000 Subject: Fix documentation of some QA_* variables. svn path=/main/trunk/; revision=14184 --- man/ebuild.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/ebuild.5') 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 -- cgit v1.2.3-65-gdbad