diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-11-26 11:36:12 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-11-26 11:36:12 -0800 |
commit | 415bffe6bc43a11a40d835092a771db42ecfd88f (patch) | |
tree | ce87d709d57259234d31d61f4581123316b6b999 | |
parent | 79e17fcb61c5d83ae050773c39bf3e6414f1b03f (diff) | |
download | portage-415bffe6bc43a11a40d835092a771db42ecfd88f.tar.gz portage-415bffe6bc43a11a40d835092a771db42ecfd88f.tar.bz2 portage-415bffe6bc43a11a40d835092a771db42ecfd88f.zip |
Fix quotes in QA_PREBUILT docs.
-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 |