summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-04-30 14:29:09 +0100
committerDomen Kožar <domen@dev.si>2016-04-30 14:29:09 +0100
commitd2dcbd3c00cc55e71a7b816db51cb76dbd9ca16f (patch)
tree6e59c528832f8aa780ce64c75a55417e0aae2d21 /nixos/doc
parente86c2058a0d33ba5a39112bd44d4fdc446eb5468 (diff)
Revert "Manual: rephrase definition for indented strings" (#15103)
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/configuration/config-file.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/nixos/doc/manual/configuration/config-file.xml b/nixos/doc/manual/configuration/config-file.xml
index 645257687fd6..9b240979273d 100644
--- a/nixos/doc/manual/configuration/config-file.xml
+++ b/nixos/doc/manual/configuration/config-file.xml
@@ -106,15 +106,11 @@ networking.extraHosts =
'';
</programlisting>
- The main difference is that it strips from each line
- a number of spaces equal to the minimal indentation of
- the string as a whole (disregarding the indentation of
- empty lines), and that characters like
+ The main difference is that preceding whitespace is
+ automatically stripped from each line, and that characters like
<literal>"</literal> and <literal>\</literal> are not special
(making it more convenient for including things like shell
code).</para>
- See more info about this in the Nix manual <link
-xlink:href="https://nixos.org/nix/manual/#ssec-values">here</link>.
</listitem>
</varlistentry>