Fix documentation of some QA_* variables.
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Fri, 4 Sep 2009 23:18:40 +0000 (23:18 -0000)
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Fri, 4 Sep 2009 23:18:40 +0000 (23:18 -0000)
svn path=/main/trunk/; revision=14184

man/ebuild.5

index 95d763f31f777df57c0bba0a4f76981e7ed7632b..a464541ad495c96a2f4f5be08329a4afe2f490d8 100644 (file)
@@ -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