aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-05-01 16:50:30 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-05-01 16:50:30 +0200
commit693681562c7795473efd0caaa05b8d52b28f75db (patch)
tree6e5f9b15a2e1256b9eb2a03a57830e98f07c7f06 /man
parentruntests.sh: propagate arguments to runTests (diff)
downloadportage-693681562c7795473efd0caaa05b8d52b28f75db.tar.gz
portage-693681562c7795473efd0caaa05b8d52b28f75db.tar.bz2
portage-693681562c7795473efd0caaa05b8d52b28f75db.zip
Support multiple arguments in set_unless_changed() and unset_unless_changed().
Use VARIABLE=VALUE syntax for arguments of set_unless_changed().
Diffstat (limited to 'man')
-rw-r--r--man/portage.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man/portage.5 b/man/portage.5
index a210e8d2d..ece47e5a4 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -679,12 +679,12 @@ set_unless_changed and unset_unless_changed functions can be used to set or
unset given variables only if these variable have not been set to values
different than values set in make.conf. This functionality can be useful for
temporary overriding of these variables during emerge invocation. Variables
-set in the usual VARIABLE=VALUE style will unconditionally override variables
+set without using set_unless_changed will unconditionally override variables
set during emerge invocation.
.I Syntax:
.nf
-set_unless_changed VARIABLE VALUE
+set_unless_changed VARIABLE=VALUE
unset_unless_changed VALUE
.fi