diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-12-30 16:34:31 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-12-30 16:34:31 -0800 |
commit | d3bf987aa3e5be8d15e71813d0a36244a6ec1a9c (patch) | |
tree | 99bac236d57dc6071f19fe35302b85998f388f8e | |
parent | fefe80fb47cbc033f42eefd64882e1a347483070 (diff) | |
download | portage-d3bf987aa3e5be8d15e71813d0a36244a6ec1a9c.tar.gz portage-d3bf987aa3e5be8d15e71813d0a36244a6ec1a9c.tar.bz2 portage-d3bf987aa3e5be8d15e71813d0a36244a6ec1a9c.zip |
ebuild(5): doman -i18n overrides suffix in EAPI 4
-rw-r--r-- | man/ebuild.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 16ee0388e..fa90a52d9 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1042,7 +1042,9 @@ in the file name will be installed in /usr/share/man/\fI<locale>\fR/man[0\-9n], with the locale portion of the file name removed, and the \fI\-i18n\fR option has no effect. For example, with \fBEAPI 2\fR, a manpage named foo.\fI<locale>\fR.1 will be installed as -/usr/share/man/\fI<locale>\fR/man1/foo.1. +/usr/share/man/\fI<locale>\fR/man1/foo.1. Beginning with \fBEAPI 4\fR, +the \fI\-i18n\fR option takes precedence over the locale suffix of the +file name. .PD 0 .TP \fBdohard\fR \fI<filename> <linkname>\fR |