[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [patch v2 23/26] Man page: wordsmith Environment section
From: |
Jean Delvare |
Subject: |
[Quilt-dev] [patch v2 23/26] Man page: wordsmith Environment section |
Date: |
Tue, 26 Jul 2022 14:43:31 +0200 |
User-agent: |
quilt/0.67 |
* Remove dependent clause used as a topic transition when this material
was not in its own section.
* Provide examples of when $EDITOR is used.
---
doc/quilt.1.in | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
--- quilt.orig/doc/quilt.1.in 2022-07-20 18:29:12.498771687 +0200
+++ quilt/doc/quilt.1.in 2022-07-20 18:29:12.505771784 +0200
@@ -229,21 +229,19 @@ This behavior is intended to ease script
.IR quilt .
.
.SH ENVIRONMENT
-In addition to that,
-.I quilt
+.I Quilt
recognizes the following variables:
.TP 4
.I EDITOR
-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.
+Specify the program to run to edit files;
+for instance,
+with \\[lq]quilt edit\\[rq] or \\[lq]quilt header \\-e\\[rq].
.TP 4
.I LESS
-The arguments used to invoke the
+Specify the arguments used to invoke the
.BR less (1)
pager.
-Inherits the existing value of $LESS if LESS is already set in the
-environment, otherwise defaults to \\[lq]\\-FRSX\\[rq].
+Defaults to \\[lq]\\-FRSX\\[rq].
.
.SH FILES
.SS "Example of working tree"
- [Quilt-dev] [patch v2 14/26] Man page: document -h flag in the Options section, (continued)
- [Quilt-dev] [patch v2 14/26] Man page: document -h flag in the Options section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 15/26] Man page: capitalize "PDF" when not part of a filename, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 16/26] Man page: render Andreas Gruenbachers name with a u-umlaut, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 17/26] Man page: tighten summary, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 18/26] Man page: change the form of the word "subdirectory", Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 19/26] Man page: sort options in alphabetical order to ease human scanning, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 20/26] Man page: wordsmith Description section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 21/26] Man page: wordsmith Options section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 22/26] Man page: wordsmith Exit Status section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 23/26] Man page: wordsmith Environment section,
Jean Delvare <=
- [Quilt-dev] [patch v2 24/26] Man page: wordsmith Files section, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 25/26] Man page: make file tree diagram portable, Jean Delvare, 2022/07/26
- [Quilt-dev] [patch v2 26/26] Man page: rewrite discussion of QUILT_COLORS configuration variable, Jean Delvare, 2022/07/26