summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-15 19:30:27 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-15 19:30:27 +0000
commit3c30d4fa8a98941f3f58fe911aa8a52eda899e9e (patch)
tree45720ecbd6e7f4b3962f05fdce8d05a6c8a6cb76 /cnf
parent589c712fa3ec9dff5d63d93b5ad430dfe6a019d8 (diff)
downloadportage-3c30d4fa8a98941f3f58fe911aa8a52eda899e9e.tar.gz
portage-3c30d4fa8a98941f3f58fe911aa8a52eda899e9e.tar.bz2
portage-3c30d4fa8a98941f3f58fe911aa8a52eda899e9e.zip
Update NOTE_2 to document proper use of the using_editor
config option. (trunk r8136) svn path=/main/branches/2.1.2/; revision=8137
Diffstat (limited to 'cnf')
-rw-r--r--cnf/etc-update.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/cnf/etc-update.conf b/cnf/etc-update.conf
index 12396b3b4..cfafff4f7 100644
--- a/cnf/etc-update.conf
+++ b/cnf/etc-update.conf
@@ -72,4 +72,5 @@ merge_command="sdiff -s -o %merged %orig %new"
# because it is not known what filenames the produced files have (the user can
# choose while using those programs)
-# NOTE_2: Make sure pager is set to "" when using an editor as diff_command!
+# NOTE_2: Make sure using_editor is set to "1" when using an editor as
+# diff_command!