diff --git a/doc/go1.11.html b/doc/go1.11.html
index 50292ac019..2e6a51650c 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -814,6 +814,13 @@ for k := range m {
unsafe.Pointer conversion rules.
+ On Linux, the flags parameter to
+ Faccessat
+ is now implemented just as in glibc. In earlier Go releases the
+ flags parameter was ignored.
+
On Linux, the flags parameter to
Fchmodat