]> Savannah Git Hosting - gnulib.git/commitdiff
Update some POSIX.1-2004 citations
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Apr 2025 03:26:23 +0000 (20:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Apr 2025 03:27:04 +0000 (20:27 -0700)
doc/pastposix-functions/usleep.texi
doc/posix-headers/sys_timeb.texi
doc/posix-headers/ucontext.texi
lib/unistd.in.h

index 1b31865a09ef2c22d6e3db38a763837ff3bf21ef..1a06d2b80fb7c300126fc068b13f929ca167d58f 100644 (file)
@@ -3,7 +3,7 @@
 @findex usleep
 
 Removed in POSIX.1-2008.
-POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/usleep.html}
+POSIX.1-2004 specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/usleep.html}
 
 Gnulib module: usleep
 @mindex usleep
index 3cc2939526cde2935e979a7badd8530c9d80d4b6..ad6bb568c2913c0bab9ce5df0b0e9d7d658f2d1f 100644 (file)
@@ -1,7 +1,8 @@
 @node sys/timeb.h
 @section @file{sys/timeb.h}
 
-POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/timeb.h.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/timeb.h.html}
 
 Gnulib module: ---
 
index bfdaa921fccf785603712e8eed439bad555bbaf8..dd550bd71424c8dce42d13a7178ad5e768926e7f 100644 (file)
@@ -1,7 +1,8 @@
 @node ucontext.h
 @section @file{ucontext.h}
 
-POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/basedefs/ucontext.h.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/basedefs/ucontext.h.html}
 
 Gnulib module: ---
 
index 56cc84f379116ea73c5ee5e97228642e14d6a21f..c135a770dc1fe3647b745c847c2b74b0e14a4564 100644 (file)
@@ -2420,7 +2420,7 @@ _GL_WARN_ON_USE (unlinkat, "unlinkat is not portable - "
 #if @GNULIB_USLEEP@
 /* Pause the execution of the current thread for N microseconds.
    Returns 0 on completion, or -1 on range error.
-   See the POSIX:2001 specification
+   See the POSIX.1-2004 specification
    <https://pubs.opengroup.org/onlinepubs/009695399/functions/usleep.html>.  */
 # if @REPLACE_USLEEP@
 #  if !(defined __cplusplus && defined GNULIB_NAMESPACE)