bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/5] clock_gettime: improve doc


From: Paul Eggert
Subject: [PATCH 2/5] clock_gettime: improve doc
Date: Tue, 28 Dec 2021 12:05:11 -0800

---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]