diff --git a/doc/functions.xml b/doc/functions.xml
index 5c654ffb9562..602d419a1803 100644
--- a/doc/functions.xml
+++ b/doc/functions.xml
@@ -523,6 +523,17 @@
It is possible to inspect the arguments with which an image was built
using its buildArgs attribute.
+
+
+
+ If you see errors similar to getProtocolByName: does not exist (no such protocol name: tcp)
+ you may need to add pkgs.iana_etc to contents.
+
+
+
+ If you see errors similar to Error_Protocol ("certificate has unknown CA",True,UnknownCa)
+ you may need to add pkgs.cacert to contents.
+