From d2dcbd3c00cc55e71a7b816db51cb76dbd9ca16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sat, 30 Apr 2016 14:29:09 +0100 Subject: [PATCH] Revert "Manual: rephrase definition for indented strings" (#15103) --- nixos/doc/manual/configuration/config-file.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/nixos/doc/manual/configuration/config-file.xml b/nixos/doc/manual/configuration/config-file.xml index 645257687fd607..9b240979273df8 100644 --- a/nixos/doc/manual/configuration/config-file.xml +++ b/nixos/doc/manual/configuration/config-file.xml @@ -106,15 +106,11 @@ networking.extraHosts = ''; - 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 " and \ are not special (making it more convenient for including things like shell code). - See more info about this in the Nix manual here.