diff mbox series

config.txt: perform some minor reformatting

Message ID 97bdaf075bf5a68554cca1731eca78aff2662907.1710444774.git.dsimic@manjaro.org (mailing list archive)
State New
Headers show
Series config.txt: perform some minor reformatting | expand

Commit Message

Dragan Simic March 14, 2024, 7:34 p.m. UTC
Reformat a few lines a bit, to utilize the available horizontal space better.
There are no changes to the actual contents of the documentation.

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
---

Notes:
    This patch, in a slightly less extensive form, previously belonged to
    a small series. [1]  After some discussion, [2] this patch was taken out
    of the series, because the cleanups it introduces are rather unrelated
    to the future purpose of the series. [3]
    
    [1] https://lore.kernel.org/git/d50c0f22c41ec36b574e1ff67e68485d9a6f2a84.1710258538.git.dsimic@manjaro.org/
    [2] https://lore.kernel.org/git/f7fa6d9bc9835ad1139bced5ea2b20b3@manjaro.org/T/#u
    [3] https://lore.kernel.org/git/f7fa6d9bc9835ad1139bced5ea2b20b3@manjaro.org/T/#mde1232c9e30b237e425fce9a0810d31e3a56ba2b

 Documentation/config.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Comments

Junio C Hamano March 27, 2024, 5:59 a.m. UTC | #1
Dragan Simic <dsimic@manjaro.org> writes:

> Reformat a few lines a bit, to utilize the available horizontal space better.
> There are no changes to the actual contents of the documentation.
>
> Signed-off-by: Dragan Simic <dsimic@manjaro.org>
> ---

I've marked this for "Comments?" in a few issues of the What's
cooking report, but it seems we do not have much appetite in this
particular one, so I'll drop it.

Thanks.
Dragan Simic March 27, 2024, 7:03 a.m. UTC | #2
On 2024-03-27 06:59, Junio C Hamano wrote:
> Dragan Simic <dsimic@manjaro.org> writes:
> 
>> Reformat a few lines a bit, to utilize the available horizontal space 
>> better.
>> There are no changes to the actual contents of the documentation.
>> 
>> Signed-off-by: Dragan Simic <dsimic@manjaro.org>
>> ---
> 
> I've marked this for "Comments?" in a few issues of the What's
> cooking report, but it seems we do not have much appetite in this
> particular one, so I'll drop it.

Another lesson learned.
diff mbox series

Patch

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 782c2bab906c..450424ee830e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -57,11 +57,11 @@  compared case sensitively. These subsection names follow the same
 restrictions as section names.
 
 All the other lines (and the remainder of the line after the section
-header) are recognized as setting variables, in the form
-'name = value' (or just 'name', which is a short-hand to say that
-the variable is the boolean "true").
-The variable names are case-insensitive, allow only alphanumeric characters
-and `-`, and must start with an alphabetic character.
+header) are recognized as setting variables, in the form 'name = value'
+(or just 'name', which is a short-hand to say that the variable is the
+boolean "true").  The variable names are case-insensitive, allow only
+alphanumeric characters and `-`, and must start with an alphabetic
+character.
 
 A line that defines a value can be continued to the next line by
 ending it with a `\`; the backslash and the end-of-line are
@@ -95,10 +95,10 @@  to be included. The variable takes a pathname as its value, and is
 subject to tilde expansion. These variables can be given multiple times.
 
 The contents of the included file are inserted immediately, as if they
-had been found at the location of the include directive. If the value of the
-variable is a relative path, the path is considered to
-be relative to the configuration file in which the include directive
-was found.  See below for examples.
+had been found at the location of the include directive.  If the value of
+the variable is a relative path, the path is considered to be relative to
+the configuration file in which the include directive was found.  See
+below for examples.
 
 Conditional includes
 ~~~~~~~~~~~~~~~~~~~~