From b6f2fde0e0a5b9a0cb3ab04ac482bd2c6901b87f Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sun, 26 Sep 2010 13:46:44 +0000 Subject: [PATCH] man nixos-option: Fix typos. svn path=/nixos/trunk/; revision=23940 --- doc/manual/man-nixos-option.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual/man-nixos-option.xml b/doc/manual/man-nixos-option.xml index ed31226f536..b88daa51db6 100644 --- a/doc/manual/man-nixos-option.xml +++ b/doc/manual/man-nixos-option.xml @@ -39,9 +39,9 @@ of the option name given as argument. By default, it returns the value of the option. -When the option name is not an option prints the list of attributes in -case of an attribute set. This could used to provide completion in some -editors. +When the option name is not an option, the command prints the list of +attributes in contained in the attribute set. This could used to provide +completion in some editors. When the option (or ) is used with no option name, this command generates a template configuration @@ -153,7 +153,7 @@ initScript $ nixos-option boot.loader.grub.enable true -Prints option informations: +Prints option information: $ nixos-option -d networking.hostName Default: "nixos"