aboutsummaryrefslogtreecommitdiff
path: root/nixos/doc/manual/man-nixos-enter.xml
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-09-19 19:17:30 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-09-19 19:17:30 +0200
commitb0ccd6dd16909c8639c2d9bee7dd2a2a0ac74c30 (patch)
treeee6367837650bb97dc5117d518217b11294900fe /nixos/doc/manual/man-nixos-enter.xml
parentdb3d31b903da12bc471e91d811d231dfe5b662ef (diff)
Revert "nixos/doc: re-format"
This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
Diffstat (limited to 'nixos/doc/manual/man-nixos-enter.xml')
-rw-r--r--nixos/doc/manual/man-nixos-enter.xml22
1 files changed, 15 insertions, 7 deletions
diff --git a/nixos/doc/manual/man-nixos-enter.xml b/nixos/doc/manual/man-nixos-enter.xml
index 8cea628a694c..1481db467122 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,7 +58,9 @@
<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>
@@ -73,7 +75,8 @@
</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>
@@ -83,7 +86,10 @@
</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>
@@ -106,7 +112,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>
@@ -116,7 +122,8 @@
</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>
@@ -125,7 +132,8 @@
<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