3
0
Fork 0
forked from mirrors/nixpkgs

wrap added notes in <note>

This commit is contained in:
Paul Kinsky 2017-01-26 15:21:15 -08:00 committed by Graham Christensen
parent 2d78767973
commit b14dd0e6c3
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -525,15 +525,20 @@
</para> </para>
<note>
<para> <para>
If you see errors similar to <literal>getProtocolByName: does not exist (no such protocol name: tcp)</literal> If you see errors similar to <literal>getProtocolByName: does not exist (no such protocol name: tcp)</literal>
you may need to add <literal>pkgs.iana_etc</literal> to <varname>contents</varname>. you may need to add <literal>pkgs.iana_etc</literal> to <varname>contents</varname>.
</para> </para>
</note>
<note>
<para> <para>
If you see errors similar to <literal>Error_Protocol ("certificate has unknown CA",True,UnknownCa)</literal> If you see errors similar to <literal>Error_Protocol ("certificate has unknown CA",True,UnknownCa)</literal>
you may need to add <literal>pkgs.cacert</literal> to <varname>contents</varname>. you may need to add <literal>pkgs.cacert</literal> to <varname>contents</varname>.
</para> </para>
</note>
</section> </section>