diff options
-rw-r--r-- | man/ebuild.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index b761163d1..9fa3b89af 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -504,7 +504,7 @@ listed below. The paths may contain fnmatch\-like patterns which will be internally translated to regular expressions for the QA_* variables that support regular expressions instead of fnmatch patterns. The translation mechanism simply replaces -'*' with '.*'. +"*" with ".*". .TP \fBQA_TEXTRELS\fR This variable can be set to a list of file paths, relative to the image |