From 90a0d64bcd768c4abfc85056fd37433022c1a261 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 2 Jan 2008 15:31:04 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=10051 --- system/options.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/system/options.nix b/system/options.nix index 0059011f28f..7ae100632b8 100644 --- a/system/options.nix +++ b/system/options.nix @@ -607,10 +607,10 @@ ipAddress = "192.168.1.11"; } ]; - description = '' + description = " A list mapping ethernet addresses to IP addresses for the DHCP server. - ''; + "; }; }; @@ -1770,9 +1770,9 @@ root ALL=(ALL) SETENV: ALL nix = mkOption { default = pkgs: pkgs.nix; example = pkgs: pkgs.nixCustomFun /root/nix.tar.gz; - description = '' + description = " Use non-default Nix easily. Be careful, though, not to break everything. - ''; + "; }; }; @@ -1780,9 +1780,9 @@ root ALL=(ALL) SETENV: ALL nesting = { children = mkOption { default = []; - description = '' + description = " Additional configurations to build. - ''; + "; }; };