summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorNicolas B. Pierron <nicolas.b.pierron@nbp.name>2016-12-26 18:29:59 +0000
committerNicolas B. Pierron <nicolas.b.pierron@gmail.com>2017-01-16 01:17:33 +0100
commit6a83c315ec1587bfe6527381d5f0f6014b375020 (patch)
tree2f5f53d7f22d9be05ffe1653ce6e61c7ae679c03 /nixos/doc
parent83f7d5fc0a630ab1c845b13a8cacf7a693469438 (diff)
downloadnixpkgs-6a83c315ec1587bfe6527381d5f0f6014b375020.tar
nixpkgs-6a83c315ec1587bfe6527381d5f0f6014b375020.tar.gz
nixpkgs-6a83c315ec1587bfe6527381d5f0f6014b375020.tar.bz2
nixpkgs-6a83c315ec1587bfe6527381d5f0f6014b375020.tar.lz
nixpkgs-6a83c315ec1587bfe6527381d5f0f6014b375020.tar.xz
nixpkgs-6a83c315ec1587bfe6527381d5f0f6014b375020.tar.zst
nixpkgs-6a83c315ec1587bfe6527381d5f0f6014b375020.zip
Add missing line break in the release notes.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1703.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1703.xml b/nixos/doc/manual/release-notes/rl-1703.xml
index bbb9c53eaa3..3ee38f9a76c 100644
--- a/nixos/doc/manual/release-notes/rl-1703.xml
+++ b/nixos/doc/manual/release-notes/rl-1703.xml
@@ -100,7 +100,8 @@ following incompatible changes:</para>
   </listitem>
 
   <listitem>
-    <para><literal>pkgs.overridePackages</literal> function no longer exists.     Instead import Nixpkgs a second time using <literal>import pkgs.path {
+    <para><literal>pkgs.overridePackages</literal> function no longer exists.
+     Instead import Nixpkgs a second time using <literal>import pkgs.path {
     overlays = [ <replaceable>...</replaceable> ]; }</literal>.</para>
   </listitem>
 </itemizedlist>