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:37:27 -0800 |
commit | be6865a1830d40b8fffeb43af09fa40b1730b7e8 (patch) | |
tree | dc16669dc03d41fe5a0dabdcaebe67581fbfd2e4 | |
parent | b4b50c119e68b1da58c76a7ae5c8fddcb1a4794f (diff) | |
download | portage-be6865a1830d40b8fffeb43af09fa40b1730b7e8.tar.gz portage-be6865a1830d40b8fffeb43af09fa40b1730b7e8.tar.bz2 portage-be6865a1830d40b8fffeb43af09fa40b1730b7e8.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 |