diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-05 06:02:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-05 06:02:29 +0000 |
commit | 3dd5aed9a8d8244a78fa019f47e14316c1de7e09 (patch) | |
tree | 39a38e147a4e8af1e5df6dc476447e3f0cfa59f0 | |
parent | 5b36c34c70263b4e6c718e03d36276cc63051fe4 (diff) | |
download | portage-3dd5aed9a8d8244a78fa019f47e14316c1de7e09.tar.gz portage-3dd5aed9a8d8244a78fa019f47e14316c1de7e09.tar.bz2 portage-3dd5aed9a8d8244a78fa019f47e14316c1de7e09.zip |
mention mirror, not nomirror
svn path=/main/trunk/; revision=2665
-rw-r--r-- | man/ebuild.5 | 2 | ||||
-rw-r--r-- | man/portage.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 1e68a08b8..fe66914bd 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -309,7 +309,7 @@ This should be a space delimited list of portage features to restrict. .RS .TP .I fetch -like \fInomirror\fR but the files will not be fetched via \fBSRC_URI\fR either. +like \fImirror\fR but the files will not be fetched via \fBSRC_URI\fR either. .TP .I mirror files in \fBSRC_URI\fR will not be downloaded from the \fBGENTOO_MIRRORS\fR. diff --git a/man/portage.5 b/man/portage.5 index b53532445..51e6f32d8 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -388,7 +388,7 @@ hosts here. If the mirror set is not found here, it will check the global mirrors file at /usr/portage/profiles/thirdpartymirrors. You may also set a special mirror type called "local". This list of mirrors will be checked before GENTOO_MIRRORS and will be used even if the package has -RESTRICT="nomirror". +RESTRICT="mirror". .I Format: .nf |