about summary refs log tree commit diff
path: root/nixos/doc/manual/man-nixos-enter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/man-nixos-enter.xml')
-rw-r--r--nixos/doc/manual/man-nixos-enter.xml22
1 files changed, 7 insertions, 15 deletions
diff --git a/nixos/doc/manual/man-nixos-enter.xml b/nixos/doc/manual/man-nixos-enter.xml
index 1481db467122..8cea628a694c 100644
--- a/nixos/doc/manual/man-nixos-enter.xml
+++ b/nixos/doc/manual/man-nixos-enter.xml
@@ -34,7 +34,7 @@
     </arg>
      <replaceable>shell-command</replaceable>
    </arg>
-
+    
    <arg>
     <arg choice='plain'>
      <option>--silent</option>
@@ -58,9 +58,7 @@
  <refsection>
   <title>Description</title>
   <para>
-   This command runs a command in a NixOS chroot environment, that is, in a
-   filesystem hierarchy previously prepared using
-   <command>nixos-install</command>.
+   This command runs a command in a NixOS chroot environment, that is, in a filesystem hierarchy previously prepared using <command>nixos-install</command>.
   </para>
  </refsection>
  <refsection>
@@ -75,8 +73,7 @@
     </term>
     <listitem>
      <para>
-      The path to the NixOS system you want to enter. It defaults to
-      <filename>/mnt</filename>.
+      The path to the NixOS system you want to enter. It defaults to <filename>/mnt</filename>.
      </para>
     </listitem>
    </varlistentry>
@@ -86,10 +83,7 @@
     </term>
     <listitem>
      <para>
-      The NixOS system configuration to use. It defaults to
-      <filename>/nix/var/nix/profiles/system</filename>. You can enter a
-      previous NixOS configuration by specifying a path such as
-      <filename>/nix/var/nix/profiles/system-106-link</filename>.
+      The NixOS system configuration to use. It defaults to <filename>/nix/var/nix/profiles/system</filename>. You can enter a previous NixOS configuration by specifying a path such as <filename>/nix/var/nix/profiles/system-106-link</filename>.
      </para>
     </listitem>
    </varlistentry>
@@ -112,7 +106,7 @@
     </term>
     <listitem>
      <para>
-       Suppresses all output from the activation script of the target system.
+      Suppresses all output from the activation script of the target system.
      </para>
     </listitem>
    </varlistentry>
@@ -122,8 +116,7 @@
     </term>
     <listitem>
      <para>
-      Interpret the remaining arguments as the program name and arguments to be
-      invoked. The program is not executed in a shell.
+      Interpret the remaining arguments as the program name and arguments to be invoked. The program is not executed in a shell.
      </para>
     </listitem>
    </varlistentry>
@@ -132,8 +125,7 @@
  <refsection>
   <title>Examples</title>
   <para>
-   Start an interactive shell in the NixOS installation in
-   <filename>/mnt</filename>:
+   Start an interactive shell in the NixOS installation in <filename>/mnt</filename>:
   </para>
 <screen>
 # nixos-enter /mnt