diff --git a/src/main/docs/bundled-signatures.html b/src/main/docs/bundled-signatures.html
index a2b18801..9d9b84cb 100644
--- a/src/main/docs/bundled-signatures.html
+++ b/src/main/docs/bundled-signatures.html
@@ -35,10 +35,10 @@
Bundled Signatures Documentation
methods from the JDK (for Java * = 1.6, 1.7, 1.8; Maven / Gradle automatically add the compile Java version).
jdk-system-out: On server-side applications or libraries used by other programs, printing to
-System.out or System.err is discouraged and should be avoided (any java version, no specific version).
+System.out or System.err is discouraged and should be avoided (any java version, no specific JDK version).
jdk-reflection: Reflection usage to work around access flags fails with SecurityManagers
-and likely will not work anymore on runtime classes in Java 9 (any java version, no specific version).
+and likely will not work anymore on runtime classes in Java 9 (any java version, no specific JDK version, since forbiddenapis v2.1).
commons-io-unsafe-*: If your application uses the famous Apache Common-IO library,
this adds signatures of all methods that depend on default charset