forked from mirrors/nixpkgs
wrap added notes in <note>
This commit is contained in:
parent
2d78767973
commit
b14dd0e6c3
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue