diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 07:37:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 07:37:12 +0000 |
commit | a038a3da9f4729691f5ed69c42b668e422247e6d (patch) | |
tree | db219588b5ab5b8761b89be38a15dfb7b3a03cd9 /man | |
parent | Modified env_update to always run ldconfig if makelinks is True, in order (diff) | |
download | portage-cvs-a038a3da9f4729691f5ed69c42b668e422247e6d.tar.gz portage-cvs-a038a3da9f4729691f5ed69c42b668e422247e6d.tar.bz2 portage-cvs-a038a3da9f4729691f5ed69c42b668e422247e6d.zip |
reverse parameter order of replace-cpu-flags #60597
Diffstat (limited to 'man')
-rw-r--r-- | man/flag-o-matic.eclass.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/flag-o-matic.eclass.5 b/man/flag-o-matic.eclass.5 index 41f9929..b89fb52 100644 --- a/man/flag-o-matic.eclass.5 +++ b/man/flag-o-matic.eclass.5 @@ -16,9 +16,9 @@ will only match complete flags. .BR "replace-flags " "\fI<orig-flag>\fR \fI<new-flag>\fR" Replace all occurences of \fIoriginal flag\fR with \fInew flag\fR. .TP -.BR "replace-cpu-flags " "\fI<new cpu>\fR \fI<old cpus>\fR" -Replace all -march and -mcpu flags which contain \fIold cpus\fR -with -march and -mcpu flags which contain \fInew cpu\fR. +.BR "replace-cpu-flags " "\fI<old cpus>\fR \fI<new cpu>\fR" +Replace all -march, -mcpu, and -mtune flags which contain \fIold cpus\fR +with -march, -mcpu, and -mtune flags which contain \fInew cpu\fR. .TP .BR "get-flag " "\fI<flag>\fR" If \fIflag\fR is prefixed with -, then the whole flag will @@ -67,4 +67,4 @@ Please report bugs via http://bugs.gentoo.org/ .SH "AUTHORS" Mike Frysinger <vapier@gentoo.org> .SH "CVS HEADER" -$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/flag-o-matic.eclass.5,v 1.4 2004/09/17 00:17:10 vapier Exp $ +$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/flag-o-matic.eclass.5,v 1.5 2004/09/25 07:37:12 vapier Exp $ |