summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-03 20:22:19 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-03 20:22:19 +0200
commitf954e0ac5c627a470a1529116d66ebeb36abab23 (patch)
treef56cf0b841855873fa22d40cfd8657cde8f003ce /README.rst
parent5c4c9baca95829a0dbb8e04d7bc46b3e44f3602e (diff)
README language nit
Remove some parentheses.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 2ce3b80..5316605 100644
--- a/README.rst
+++ b/README.rst
@@ -142,9 +142,10 @@ Using ``.config`` files as Make input
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``.config`` files use Make syntax and can be included directly in Makefiles to
-read configuration values from there. This is why ``n``-valued ``bool``/``tristate``
-values are written out as ``# CONFIG_FOO is not set`` (a Make comment) in ``.config``
-(allowing them to be tested with ``ifdef`` in Make).
+read configuration values from there. This is why ``n``-valued
+``bool``/``tristate`` values are written out as ``# CONFIG_FOO is not set`` (a
+Make comment) in ``.config``, allowing them to be tested with ``ifdef`` in
+Make.
If you make use of this, you might want to pass ``--config-out <filename>`` to
``genconfig`` and include the generated configuration file instead of including