man nixos-option: Fix typos.

svn path=/nixos/trunk/; revision=23940
This commit is contained in:
Nicolas Pierron 2010-09-26 13:46:44 +00:00
parent 567f37f3e4
commit b6f2fde0e0

View File

@ -39,9 +39,9 @@
of the option name given as argument. By default, it returns the value of of the option name given as argument. By default, it returns the value of
the option.</para> the option.</para>
<para>When the option name is not an option prints the list of attributes in <para>When the option name is not an option, the command prints the list of
case of an attribute set. This could used to provide completion in some attributes in contained in the attribute set. This could used to provide
editors.</para> completion in some editors.</para>
<para>When the option <option>--install</option> (or <option>-i</option>) is <para>When the option <option>--install</option> (or <option>-i</option>) is
used with no option name, this command generates a template configuration used with no option name, this command generates a template configuration
@ -153,7 +153,7 @@ initScript
$ nixos-option boot.loader.grub.enable $ nixos-option boot.loader.grub.enable
true</screen></para> true</screen></para>
<para>Prints option informations: <para>Prints option information:
<screen>$ nixos-option -d networking.hostName <screen>$ nixos-option -d networking.hostName
Default: "nixos" Default: "nixos"