---
doc/posix-functions/clock_gettime.texi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/posix-functions/clock_gettime.texi
b/doc/posix-functions/clock_gettime.texi
index 230372d47..93ac4215d 100644
--- a/doc/posix-functions/clock_gettime.texi
+++ b/doc/posix-functions/clock_gettime.texi
@@ -15,6 +15,8 @@ Portability problems not fixed by Gnulib:
@item
This function is missing on some platforms:
Mac OS X 10.11, Minix 3.1.8, mingw, MSVC 14.
-The Gnulib module @code{gettime} is a partial substitute; it
-implements the @code{CLOCK_REALTIME} functionality of @code{clock_gettime}.
@end itemize
+
+The Gnulib modules @code{gettime} and @code{timespec_get} are partial
+substitutes; they implement the @code{CLOCK_REALTIME} functionality of
+@code{clock_gettime}.
--
2.33.1