about summary refs log tree commit diff
path: root/nixos/doc/manual/man-nixos-option.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/man-nixos-option.xml')
-rw-r--r--nixos/doc/manual/man-nixos-option.xml27
1 files changed, 10 insertions, 17 deletions
diff --git a/nixos/doc/manual/man-nixos-option.xml b/nixos/doc/manual/man-nixos-option.xml
index 3e316e10d4eb..29a6ca082058 100644
--- a/nixos/doc/manual/man-nixos-option.xml
+++ b/nixos/doc/manual/man-nixos-option.xml
@@ -13,19 +13,19 @@
  </refnamediv>
  <refsynopsisdiv>
   <cmdsynopsis>
-   <command>nixos-option</command>
+   <command>nixos-option</command> 
    <arg>
     <option>-I</option> <replaceable>path</replaceable>
    </arg>
-
+    
    <arg>
     <option>--verbose</option>
    </arg>
-
+    
    <arg>
     <option>--xml</option>
    </arg>
-
+    
    <arg choice="plain">
     <replaceable>option.name</replaceable>
    </arg>
@@ -34,13 +34,10 @@
  <refsection>
   <title>Description</title>
   <para>
-   This command evaluates the configuration specified in
-   <filename>/etc/nixos/configuration.nix</filename> and returns the properties
-   of the option name given as argument.
+   This command evaluates the configuration specified in <filename>/etc/nixos/configuration.nix</filename> and returns the properties of the option name given as argument.
   </para>
   <para>
-   When the option name is not an option, the command prints the list of
-   attributes contained in the attribute set.
+   When the option name is not an option, the command prints the list of attributes contained in the attribute set.
   </para>
  </refsection>
  <refsection>
@@ -55,8 +52,7 @@
     </term>
     <listitem>
      <para>
-      This option is passed to the underlying
-      <command>nix-instantiate</command> invocation.
+      This option is passed to the underlying <command>nix-instantiate</command> invocation.
      </para>
     </listitem>
    </varlistentry>
@@ -66,8 +62,7 @@
     </term>
     <listitem>
      <para>
-      This option enables verbose mode, which currently is just the Bash
-      <command>set</command> <option>-x</option> debug mode.
+      This option enables verbose mode, which currently is just the Bash <command>set</command> <option>-x</option> debug mode.
      </para>
     </listitem>
    </varlistentry>
@@ -92,8 +87,7 @@
     </term>
     <listitem>
      <para>
-      Path to the main NixOS configuration module. Defaults to
-      <filename>/etc/nixos/configuration.nix</filename>.
+      Path to the main NixOS configuration module. Defaults to <filename>/etc/nixos/configuration.nix</filename>.
      </para>
     </listitem>
    </varlistentry>
@@ -130,8 +124,7 @@ Defined by:
  <refsection>
   <title>Bugs</title>
   <para>
-   The author listed in the following section is wrong. If there is any other
-   bug, please report to Nicolas Pierron.
+   The author listed in the following section is wrong. If there is any other bug, please report to Nicolas Pierron.
   </para>
  </refsection>
 </refentry>