summary refs log tree commit diff
path: root/nixos/doc/manual/man-nixos-version.xml
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-18 22:13:35 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-09-18 22:13:35 +0200
commitea6e8775bd69e4676c623a85c39f1da540d29ad1 (patch)
tree87c478306e7bc911b267e356c608faacb38ff573 /nixos/doc/manual/man-nixos-version.xml
parent83c2ad80ca8c6087b034155e2a767c4f72a6df3f (diff)
downloadnixpkgs-ea6e8775bd69e4676c623a85c39f1da540d29ad1.tar
nixpkgs-ea6e8775bd69e4676c623a85c39f1da540d29ad1.tar.gz
nixpkgs-ea6e8775bd69e4676c623a85c39f1da540d29ad1.tar.bz2
nixpkgs-ea6e8775bd69e4676c623a85c39f1da540d29ad1.tar.lz
nixpkgs-ea6e8775bd69e4676c623a85c39f1da540d29ad1.tar.xz
nixpkgs-ea6e8775bd69e4676c623a85c39f1da540d29ad1.tar.zst
nixpkgs-ea6e8775bd69e4676c623a85c39f1da540d29ad1.zip
nixos/doc: re-format
Diffstat (limited to 'nixos/doc/manual/man-nixos-version.xml')
-rw-r--r--nixos/doc/manual/man-nixos-version.xml23
1 files changed, 6 insertions, 17 deletions
diff --git a/nixos/doc/manual/man-nixos-version.xml b/nixos/doc/manual/man-nixos-version.xml
index 931c4a5ad02..cb844da10f0 100644
--- a/nixos/doc/manual/man-nixos-version.xml
+++ b/nixos/doc/manual/man-nixos-version.xml
@@ -25,8 +25,7 @@
  <refsection>
   <title>Description</title>
   <para>
-   This command shows the version of the currently active NixOS configuration.
-   For example:
+   This command shows the version of the currently active NixOS configuration. For example:
 <screen>$ nixos-version
 16.03.1011.6317da4 (Emu)
 </screen>
@@ -38,8 +37,7 @@
      </term>
      <listitem>
       <para>
-       The NixOS release, indicating the year and month in which it was
-       released (e.g. March 2016).
+       The NixOS release, indicating the year and month in which it was released (e.g. March 2016).
       </para>
      </listitem>
     </varlistentry>
@@ -49,12 +47,7 @@
      </term>
      <listitem>
       <para>
-       The number of commits in the Nixpkgs Git repository between the start of
-       the release branch and the commit from which this version was built.
-       This ensures that NixOS versions are monotonically increasing. It is
-       <literal>git</literal> when the current NixOS configuration was built
-       from a checkout of the Nixpkgs Git repository rather than from a NixOS
-       channel.
+       The number of commits in the Nixpkgs Git repository between the start of the release branch and the commit from which this version was built. This ensures that NixOS versions are monotonically increasing. It is <literal>git</literal> when the current NixOS configuration was built from a checkout of the Nixpkgs Git repository rather than from a NixOS channel.
       </para>
      </listitem>
     </varlistentry>
@@ -64,8 +57,7 @@
      </term>
      <listitem>
       <para>
-       The first 7 characters of the commit in the Nixpkgs Git repository from
-       which this version was built.
+       The first 7 characters of the commit in the Nixpkgs Git repository from which this version was built.
       </para>
      </listitem>
     </varlistentry>
@@ -75,9 +67,7 @@
      </term>
      <listitem>
       <para>
-       The code name of the NixOS release. The first letter of the code name
-       indicates that this is the N'th stable NixOS release; for example, Emu
-       is the fifth release.
+       The code name of the NixOS release. The first letter of the code name indicates that this is the N'th stable NixOS release; for example, Emu is the fifth release.
       </para>
      </listitem>
     </varlistentry>
@@ -99,8 +89,7 @@
     </term>
     <listitem>
      <para>
-      Show the full SHA1 hash of the Git commit from which this configuration
-      was built, e.g.
+      Show the full SHA1 hash of the Git commit from which this configuration was built, e.g.
 <screen>$ nixos-version --hash
 6317da40006f6bc2480c6781999c52d88dde2acf
 </screen>