summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKent R. Spillner <kspillner@acm.org>2013-12-16 16:28:55 -0600
committerJean Delvare <jdelvare@suse.de>2013-12-17 10:47:12 +0100
commit1006fad2ab35d5c37ab5f395323afb5a12b3aa42 (patch)
tree83cb52852b5e9c3cffe08bbe4c7d9c1663a7053a /doc
parent5ecd3ece7f77afc3dc127ad3ae7fc8082e5e6566 (diff)
downloadquilt-1006fad2ab35d5c37ab5f395323afb5a12b3aa42.tar.gz
Document overriding LESS in ~/.quiltrc
Similar to EDITOR, document quilt's use of LESS when paging output. QUILT_LESS_ARGS is unnecessary, so revert 497979e561e880fb0d11be82c78544e5718d531b. Signed-off-by: Kent R. Spillner <kspillner@acm.org> Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/quilt.1.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/quilt.1.in b/doc/quilt.1.in
index 8ac5985..b2e2c34 100644
--- a/doc/quilt.1.in
+++ b/doc/quilt.1.in
@@ -161,6 +161,12 @@ In addition to that, quilt recognizes the following variables:
The program to run to edit files. If it isn't redefined in the
configuration file, $EDITOR as defined in the environment will be used.
+.IP LESS 4
+
+The arguments used to invoke the pager. Inherits the existing value
+of $LESS if LESS is already set in the environment, otherwise defaults
+to "-FRSX".
+
.IP QUILT_DIFF_OPTS 4
Additional options that quilt shall pass to GNU diff when generating
@@ -284,12 +290,6 @@ the following content to ~/.quiltrc (or /etc/quilt.quiltrc):
.fi
.RE 4
-.IP QUILT_LESS_ARGS 4
-
-The value quilt sets in the LESS environment variable before starting the
-pager regardless of which pager quilt is configured to use. Defaults to
-the existing value of LESS, or "-FRSX" if LESS is undefined.
-
.SH AUTHORS
Quilt started as a series of scripts written by Andrew Morton