summary refs log tree commit diff
path: root/doc/platform-notes.xml
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-08-27 19:54:41 -0400
committerGraham Christensen <graham@grahamc.com>2018-08-27 19:54:41 -0400
commit360f420ac7df37e8987473f49e00175ef70732b8 (patch)
tree19e33a0b869bfec1901d81010d5c6bf22d5dff5a /doc/platform-notes.xml
parent53371b15c6f287b627e1255bb21d54e123e1f96f (diff)
downloadnixlib-360f420ac7df37e8987473f49e00175ef70732b8.tar
nixlib-360f420ac7df37e8987473f49e00175ef70732b8.tar.gz
nixlib-360f420ac7df37e8987473f49e00175ef70732b8.tar.bz2
nixlib-360f420ac7df37e8987473f49e00175ef70732b8.tar.lz
nixlib-360f420ac7df37e8987473f49e00175ef70732b8.tar.xz
nixlib-360f420ac7df37e8987473f49e00175ef70732b8.tar.zst
nixlib-360f420ac7df37e8987473f49e00175ef70732b8.zip
nixpkgs docs: normalize
Diffstat (limited to 'doc/platform-notes.xml')
-rw-r--r--doc/platform-notes.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/platform-notes.xml b/doc/platform-notes.xml
index ea581421547d..cde27b8a5edf 100644
--- a/doc/platform-notes.xml
+++ b/doc/platform-notes.xml
@@ -29,7 +29,6 @@
       }
     </programlisting>
    </listitem>
-
    <listitem>
     <para>
      On darwin libraries are linked using absolute paths, libraries are
@@ -47,19 +46,19 @@
       }
     </programlisting>
    </listitem>
-
    <listitem>
     <para>
      Even if the libraries are linked using absolute paths and resolved via
      their <literal>install_name</literal> correctly, tests can sometimes fail
-     to run binaries.  This happens because the <varname>checkPhase</varname>
+     to run binaries. This happens because the <varname>checkPhase</varname>
      runs before the libraries are installed.
     </para>
     <para>
      This can usually be solved by running the tests after the
      <varname>installPhase</varname> or alternatively by using
      <varname>DYLD_LIBRARY_PATH</varname>. More information about this variable
-     can be found in the <citerefentry><refentrytitle>dyld</refentrytitle>
+     can be found in the <citerefentry>
+     <refentrytitle>dyld</refentrytitle>
      <manvolnum>1</manvolnum></citerefentry> manpage.
     </para>
 <programlisting>
@@ -77,7 +76,6 @@
       }
     </programlisting>
    </listitem>
-
    <listitem>
     <para>
      Some packages assume xcode is available and use <command>xcrun</command>