From b14c9a8fe13af6d31cdd5cb0a2210eb6b5e8a620 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 2 Oct 2010 18:35:08 +0200 Subject: [PATCH] Update doc for POSIX:2008. * doc/posix-headers/*.texi [except ucontext.texi, sys_timeb.texi]: Update URL of POSIX specification. --- ChangeLog | 6 ++++++ doc/posix-headers/aio.texi | 2 +- doc/posix-headers/arpa_inet.texi | 2 +- doc/posix-headers/assert.texi | 2 +- doc/posix-headers/complex.texi | 2 +- doc/posix-headers/cpio.texi | 2 +- doc/posix-headers/ctype.texi | 2 +- doc/posix-headers/dirent.texi | 2 +- doc/posix-headers/dlfcn.texi | 2 +- doc/posix-headers/errno.texi | 2 +- doc/posix-headers/fcntl.texi | 2 +- doc/posix-headers/fenv.texi | 2 +- doc/posix-headers/float.texi | 2 +- doc/posix-headers/fmtmsg.texi | 2 +- doc/posix-headers/fnmatch.texi | 2 +- doc/posix-headers/ftw.texi | 2 +- doc/posix-headers/glob.texi | 2 +- doc/posix-headers/grp.texi | 2 +- doc/posix-headers/iconv.texi | 2 +- doc/posix-headers/inttypes.texi | 2 +- doc/posix-headers/iso646.texi | 2 +- doc/posix-headers/langinfo.texi | 2 +- doc/posix-headers/libgen.texi | 2 +- doc/posix-headers/limits.texi | 2 +- doc/posix-headers/locale.texi | 2 +- doc/posix-headers/math.texi | 2 +- doc/posix-headers/monetary.texi | 2 +- doc/posix-headers/mqueue.texi | 2 +- doc/posix-headers/ndbm.texi | 2 +- doc/posix-headers/net_if.texi | 2 +- doc/posix-headers/netdb.texi | 2 +- doc/posix-headers/netinet_in.texi | 2 +- doc/posix-headers/netinet_tcp.texi | 2 +- doc/posix-headers/nl_types.texi | 2 +- doc/posix-headers/poll.texi | 2 +- doc/posix-headers/pthread.texi | 2 +- doc/posix-headers/pwd.texi | 2 +- doc/posix-headers/regex.texi | 2 +- doc/posix-headers/sched.texi | 2 +- doc/posix-headers/search.texi | 2 +- doc/posix-headers/semaphore.texi | 2 +- doc/posix-headers/setjmp.texi | 2 +- doc/posix-headers/signal.texi | 2 +- doc/posix-headers/spawn.texi | 2 +- doc/posix-headers/stdarg.texi | 2 +- doc/posix-headers/stdbool.texi | 2 +- doc/posix-headers/stddef.texi | 2 +- doc/posix-headers/stdint.texi | 2 +- doc/posix-headers/stdio.texi | 2 +- doc/posix-headers/stdlib.texi | 2 +- doc/posix-headers/string.texi | 2 +- doc/posix-headers/strings.texi | 2 +- doc/posix-headers/stropts.texi | 2 +- doc/posix-headers/sys_ipc.texi | 2 +- doc/posix-headers/sys_mman.texi | 2 +- doc/posix-headers/sys_msg.texi | 2 +- doc/posix-headers/sys_resource.texi | 2 +- doc/posix-headers/sys_select.texi | 2 +- doc/posix-headers/sys_sem.texi | 2 +- doc/posix-headers/sys_shm.texi | 2 +- doc/posix-headers/sys_socket.texi | 2 +- doc/posix-headers/sys_stat.texi | 2 +- doc/posix-headers/sys_statvfs.texi | 2 +- doc/posix-headers/sys_time.texi | 2 +- doc/posix-headers/sys_times.texi | 2 +- doc/posix-headers/sys_types.texi | 2 +- doc/posix-headers/sys_uio.texi | 2 +- doc/posix-headers/sys_un.texi | 2 +- doc/posix-headers/sys_utsname.texi | 2 +- doc/posix-headers/sys_wait.texi | 2 +- doc/posix-headers/syslog.texi | 2 +- doc/posix-headers/tar.texi | 2 +- doc/posix-headers/termios.texi | 2 +- doc/posix-headers/tgmath.texi | 2 +- doc/posix-headers/time.texi | 2 +- doc/posix-headers/trace.texi | 2 +- doc/posix-headers/ulimit.texi | 2 +- doc/posix-headers/unistd.texi | 2 +- doc/posix-headers/utime.texi | 2 +- doc/posix-headers/utmpx.texi | 2 +- doc/posix-headers/wchar.texi | 2 +- doc/posix-headers/wctype.texi | 2 +- doc/posix-headers/wordexp.texi | 2 +- 83 files changed, 88 insertions(+), 82 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1f3700dea2..083d820f40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-02 Bruno Haible + + Update doc for POSIX:2008. + * doc/posix-headers/*.texi [except ucontext.texi, sys_timeb.texi]: + Update URL of POSIX specification. + 2010-10-02 Bruno Haible gnulib-tool: In testdirs, use the newest available config.{guess.sub}. diff --git a/doc/posix-headers/aio.texi b/doc/posix-headers/aio.texi index 36603a5ac3..ef6dff3874 100644 --- a/doc/posix-headers/aio.texi +++ b/doc/posix-headers/aio.texi @@ -1,7 +1,7 @@ @node aio.h @section @file{aio.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/aio.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html} Gnulib module: --- diff --git a/doc/posix-headers/arpa_inet.texi b/doc/posix-headers/arpa_inet.texi index 31b82fc959..35f3bbc889 100644 --- a/doc/posix-headers/arpa_inet.texi +++ b/doc/posix-headers/arpa_inet.texi @@ -1,7 +1,7 @@ @node arpa/inet.h @section @file{arpa/inet.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/arpa/inet.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html} Gnulib module: arpa_inet diff --git a/doc/posix-headers/assert.texi b/doc/posix-headers/assert.texi index ef4c7b3698..02a1c3b547 100644 --- a/doc/posix-headers/assert.texi +++ b/doc/posix-headers/assert.texi @@ -1,7 +1,7 @@ @node assert.h @section @file{assert.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/assert.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/assert.h.html} Gnulib module: --- diff --git a/doc/posix-headers/complex.texi b/doc/posix-headers/complex.texi index e8f08c60fe..ad5ea4e7a1 100644 --- a/doc/posix-headers/complex.texi +++ b/doc/posix-headers/complex.texi @@ -1,7 +1,7 @@ @node complex.h @section @file{complex.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/complex.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html} Gnulib module: --- diff --git a/doc/posix-headers/cpio.texi b/doc/posix-headers/cpio.texi index e37e2b4d0e..5db6575729 100644 --- a/doc/posix-headers/cpio.texi +++ b/doc/posix-headers/cpio.texi @@ -1,7 +1,7 @@ @node cpio.h @section @file{cpio.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/cpio.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/cpio.h.html} Gnulib module: --- diff --git a/doc/posix-headers/ctype.texi b/doc/posix-headers/ctype.texi index e25edfe207..ec5fe12cfa 100644 --- a/doc/posix-headers/ctype.texi +++ b/doc/posix-headers/ctype.texi @@ -1,7 +1,7 @@ @node ctype.h @section @file{ctype.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/ctype.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html} Gnulib module: ctype diff --git a/doc/posix-headers/dirent.texi b/doc/posix-headers/dirent.texi index efc2aa6d40..a89b2bf0bf 100644 --- a/doc/posix-headers/dirent.texi +++ b/doc/posix-headers/dirent.texi @@ -1,7 +1,7 @@ @node dirent.h @section @file{dirent.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/dirent.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html} Gnulib module: dirent diff --git a/doc/posix-headers/dlfcn.texi b/doc/posix-headers/dlfcn.texi index 0dd275b11d..fa81de812f 100644 --- a/doc/posix-headers/dlfcn.texi +++ b/doc/posix-headers/dlfcn.texi @@ -1,7 +1,7 @@ @node dlfcn.h @section @file{dlfcn.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/dlfcn.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html} Gnulib module: --- diff --git a/doc/posix-headers/errno.texi b/doc/posix-headers/errno.texi index 800fd801c1..f86f1d26c4 100644 --- a/doc/posix-headers/errno.texi +++ b/doc/posix-headers/errno.texi @@ -1,7 +1,7 @@ @node errno.h @section @file{errno.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/errno.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html} Gnulib module: errno diff --git a/doc/posix-headers/fcntl.texi b/doc/posix-headers/fcntl.texi index 1e3f97792e..127f6a265a 100644 --- a/doc/posix-headers/fcntl.texi +++ b/doc/posix-headers/fcntl.texi @@ -1,7 +1,7 @@ @node fcntl.h @section @file{fcntl.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/fcntl.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html} Gnulib module: fcntl-h diff --git a/doc/posix-headers/fenv.texi b/doc/posix-headers/fenv.texi index 2aaac93f88..d414cf8313 100644 --- a/doc/posix-headers/fenv.texi +++ b/doc/posix-headers/fenv.texi @@ -1,7 +1,7 @@ @node fenv.h @section @file{fenv.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/fenv.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html} Gnulib module: --- diff --git a/doc/posix-headers/float.texi b/doc/posix-headers/float.texi index 476fd1600c..c3f9a76cd1 100644 --- a/doc/posix-headers/float.texi +++ b/doc/posix-headers/float.texi @@ -1,7 +1,7 @@ @node float.h @section @file{float.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/float.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/float.h.html} Gnulib module: float diff --git a/doc/posix-headers/fmtmsg.texi b/doc/posix-headers/fmtmsg.texi index 30588903bb..1b9531c175 100644 --- a/doc/posix-headers/fmtmsg.texi +++ b/doc/posix-headers/fmtmsg.texi @@ -1,7 +1,7 @@ @node fmtmsg.h @section @file{fmtmsg.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/fmtmsg.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/fmtmsg.h.html} Gnulib module: --- diff --git a/doc/posix-headers/fnmatch.texi b/doc/posix-headers/fnmatch.texi index bddc62e8f0..a55b2226ac 100644 --- a/doc/posix-headers/fnmatch.texi +++ b/doc/posix-headers/fnmatch.texi @@ -1,7 +1,7 @@ @node fnmatch.h @section @file{fnmatch.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/fnmatch.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/fnmatch.h.html} Gnulib module: fnmatch-posix or fnmatch-gnu diff --git a/doc/posix-headers/ftw.texi b/doc/posix-headers/ftw.texi index f469c60652..a1ede926b1 100644 --- a/doc/posix-headers/ftw.texi +++ b/doc/posix-headers/ftw.texi @@ -1,7 +1,7 @@ @node ftw.h @section @file{ftw.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/ftw.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html} Gnulib module: --- diff --git a/doc/posix-headers/glob.texi b/doc/posix-headers/glob.texi index 6432d3b815..ad4efe2a7a 100644 --- a/doc/posix-headers/glob.texi +++ b/doc/posix-headers/glob.texi @@ -1,7 +1,7 @@ @node glob.h @section @file{glob.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/glob.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/glob.h.html} Gnulib module: glob diff --git a/doc/posix-headers/grp.texi b/doc/posix-headers/grp.texi index f44752bfbb..63283391d4 100644 --- a/doc/posix-headers/grp.texi +++ b/doc/posix-headers/grp.texi @@ -1,7 +1,7 @@ @node grp.h @section @file{grp.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/grp.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html} Gnulib module: --- diff --git a/doc/posix-headers/iconv.texi b/doc/posix-headers/iconv.texi index 06af035f5d..6894732331 100644 --- a/doc/posix-headers/iconv.texi +++ b/doc/posix-headers/iconv.texi @@ -1,7 +1,7 @@ @node iconv.h @section @file{iconv.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/iconv.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html} Gnulib module: iconv diff --git a/doc/posix-headers/inttypes.texi b/doc/posix-headers/inttypes.texi index 7cb5ded748..102c96121f 100644 --- a/doc/posix-headers/inttypes.texi +++ b/doc/posix-headers/inttypes.texi @@ -1,7 +1,7 @@ @node inttypes.h @section @file{inttypes.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/inttypes.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html} Gnulib module: inttypes diff --git a/doc/posix-headers/iso646.texi b/doc/posix-headers/iso646.texi index 5386b6738d..0da08ba8d4 100644 --- a/doc/posix-headers/iso646.texi +++ b/doc/posix-headers/iso646.texi @@ -1,7 +1,7 @@ @node iso646.h @section @file{iso646.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/iso646.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/iso646.h.html} Gnulib module: --- diff --git a/doc/posix-headers/langinfo.texi b/doc/posix-headers/langinfo.texi index e39f13fbcf..d990b9a55b 100644 --- a/doc/posix-headers/langinfo.texi +++ b/doc/posix-headers/langinfo.texi @@ -1,7 +1,7 @@ @node langinfo.h @section @file{langinfo.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/langinfo.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/langinfo.h.html} Gnulib module: langinfo diff --git a/doc/posix-headers/libgen.texi b/doc/posix-headers/libgen.texi index b9a3297236..742f3e2b59 100644 --- a/doc/posix-headers/libgen.texi +++ b/doc/posix-headers/libgen.texi @@ -1,7 +1,7 @@ @node libgen.h @section @file{libgen.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/libgen.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/libgen.h.html} Gnulib module: --- diff --git a/doc/posix-headers/limits.texi b/doc/posix-headers/limits.texi index 9cc045bfd7..fd50df2b31 100644 --- a/doc/posix-headers/limits.texi +++ b/doc/posix-headers/limits.texi @@ -1,7 +1,7 @@ @node limits.h @section @file{limits.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/limits.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html} Gnulib module: gethostname diff --git a/doc/posix-headers/locale.texi b/doc/posix-headers/locale.texi index ec55b5c580..1073a5c113 100644 --- a/doc/posix-headers/locale.texi +++ b/doc/posix-headers/locale.texi @@ -1,7 +1,7 @@ @node locale.h @section @file{locale.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/locale.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html} Gnulib module: locale diff --git a/doc/posix-headers/math.texi b/doc/posix-headers/math.texi index 8661427687..d0de2bae43 100644 --- a/doc/posix-headers/math.texi +++ b/doc/posix-headers/math.texi @@ -1,7 +1,7 @@ @node math.h @section @file{math.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/math.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html} Gnulib module: math diff --git a/doc/posix-headers/monetary.texi b/doc/posix-headers/monetary.texi index d0cd17fa5d..260d5c7c4b 100644 --- a/doc/posix-headers/monetary.texi +++ b/doc/posix-headers/monetary.texi @@ -1,7 +1,7 @@ @node monetary.h @section @file{monetary.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/monetary.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/monetary.h.html} Gnulib module: --- diff --git a/doc/posix-headers/mqueue.texi b/doc/posix-headers/mqueue.texi index e3d05c8a20..aa02bf0b5a 100644 --- a/doc/posix-headers/mqueue.texi +++ b/doc/posix-headers/mqueue.texi @@ -1,7 +1,7 @@ @node mqueue.h @section @file{mqueue.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/mqueue.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html} Gnulib module: --- diff --git a/doc/posix-headers/ndbm.texi b/doc/posix-headers/ndbm.texi index 9ec8693c5a..cc3c1e23c8 100644 --- a/doc/posix-headers/ndbm.texi +++ b/doc/posix-headers/ndbm.texi @@ -1,7 +1,7 @@ @node ndbm.h @section @file{ndbm.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/ndbm.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html} Gnulib module: --- diff --git a/doc/posix-headers/net_if.texi b/doc/posix-headers/net_if.texi index fcb030713e..c688e4cf46 100644 --- a/doc/posix-headers/net_if.texi +++ b/doc/posix-headers/net_if.texi @@ -1,7 +1,7 @@ @node net/if.h @section @file{net/if.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/net/if.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html} Gnulib module: --- diff --git a/doc/posix-headers/netdb.texi b/doc/posix-headers/netdb.texi index b573e01605..dd152bef37 100644 --- a/doc/posix-headers/netdb.texi +++ b/doc/posix-headers/netdb.texi @@ -1,7 +1,7 @@ @node netdb.h @section @file{netdb.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/netdb.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html} Gnulib module: netdb diff --git a/doc/posix-headers/netinet_in.texi b/doc/posix-headers/netinet_in.texi index 33c4d947c7..5c56871918 100644 --- a/doc/posix-headers/netinet_in.texi +++ b/doc/posix-headers/netinet_in.texi @@ -1,7 +1,7 @@ @node netinet/in.h @section @file{netinet/in.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/netinet/in.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/netinet_in.h.html} Gnulib module: netinet_in diff --git a/doc/posix-headers/netinet_tcp.texi b/doc/posix-headers/netinet_tcp.texi index 4a5be23511..ea924a6e9e 100644 --- a/doc/posix-headers/netinet_tcp.texi +++ b/doc/posix-headers/netinet_tcp.texi @@ -1,7 +1,7 @@ @node netinet/tcp.h @section @file{netinet/tcp.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/netinet/tcp.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/netinet_tcp.h.html} Gnulib module: --- diff --git a/doc/posix-headers/nl_types.texi b/doc/posix-headers/nl_types.texi index 63d8e632fb..19d7b73dec 100644 --- a/doc/posix-headers/nl_types.texi +++ b/doc/posix-headers/nl_types.texi @@ -1,7 +1,7 @@ @node nl_types.h @section @file{nl_types.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/nl/types.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html} Gnulib module: --- diff --git a/doc/posix-headers/poll.texi b/doc/posix-headers/poll.texi index 27d129e5cc..d3ca4af02c 100644 --- a/doc/posix-headers/poll.texi +++ b/doc/posix-headers/poll.texi @@ -1,7 +1,7 @@ @node poll.h @section @file{poll.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/poll.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/poll.h.html} Gnulib module: poll-h diff --git a/doc/posix-headers/pthread.texi b/doc/posix-headers/pthread.texi index 14f899cbf9..741117bb3a 100644 --- a/doc/posix-headers/pthread.texi +++ b/doc/posix-headers/pthread.texi @@ -1,7 +1,7 @@ @node pthread.h @section @file{pthread.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/pthread.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html} Gnulib module: --- diff --git a/doc/posix-headers/pwd.texi b/doc/posix-headers/pwd.texi index 16049935a1..344ab96c0f 100644 --- a/doc/posix-headers/pwd.texi +++ b/doc/posix-headers/pwd.texi @@ -1,7 +1,7 @@ @node pwd.h @section @file{pwd.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/pwd.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html} Gnulib module: --- diff --git a/doc/posix-headers/regex.texi b/doc/posix-headers/regex.texi index f879831c30..4fcdd6907e 100644 --- a/doc/posix-headers/regex.texi +++ b/doc/posix-headers/regex.texi @@ -1,7 +1,7 @@ @node regex.h @section @file{regex.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/regex.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html} Gnulib module: regex diff --git a/doc/posix-headers/sched.texi b/doc/posix-headers/sched.texi index 397b2c62db..084dc8a8c6 100644 --- a/doc/posix-headers/sched.texi +++ b/doc/posix-headers/sched.texi @@ -1,7 +1,7 @@ @node sched.h @section @file{sched.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sched.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html} Gnulib module: sched diff --git a/doc/posix-headers/search.texi b/doc/posix-headers/search.texi index 553453a756..f3cfef8f01 100644 --- a/doc/posix-headers/search.texi +++ b/doc/posix-headers/search.texi @@ -1,7 +1,7 @@ @node search.h @section @file{search.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/search.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html} Gnulib module: search diff --git a/doc/posix-headers/semaphore.texi b/doc/posix-headers/semaphore.texi index 9b75018ecb..e678780df0 100644 --- a/doc/posix-headers/semaphore.texi +++ b/doc/posix-headers/semaphore.texi @@ -1,7 +1,7 @@ @node semaphore.h @section @file{semaphore.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/semaphore.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html} Gnulib module: --- diff --git a/doc/posix-headers/setjmp.texi b/doc/posix-headers/setjmp.texi index 836389b861..07e6c5d5bf 100644 --- a/doc/posix-headers/setjmp.texi +++ b/doc/posix-headers/setjmp.texi @@ -1,7 +1,7 @@ @node setjmp.h @section @file{setjmp.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/setjmp.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html} Gnulib module: --- diff --git a/doc/posix-headers/signal.texi b/doc/posix-headers/signal.texi index 5dff85beed..be62523249 100644 --- a/doc/posix-headers/signal.texi +++ b/doc/posix-headers/signal.texi @@ -1,7 +1,7 @@ @node signal.h @section @file{signal.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/signal.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html} Gnulib module: signal diff --git a/doc/posix-headers/spawn.texi b/doc/posix-headers/spawn.texi index 8095be70da..2f58df1dab 100644 --- a/doc/posix-headers/spawn.texi +++ b/doc/posix-headers/spawn.texi @@ -1,7 +1,7 @@ @node spawn.h @section @file{spawn.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/spawn.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html} Gnulib module: spawn diff --git a/doc/posix-headers/stdarg.texi b/doc/posix-headers/stdarg.texi index 62b61a7071..2c500d3795 100644 --- a/doc/posix-headers/stdarg.texi +++ b/doc/posix-headers/stdarg.texi @@ -1,7 +1,7 @@ @node stdarg.h @section @file{stdarg.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/stdarg.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html} Gnulib module: stdarg diff --git a/doc/posix-headers/stdbool.texi b/doc/posix-headers/stdbool.texi index 3307e465b8..de27763bc5 100644 --- a/doc/posix-headers/stdbool.texi +++ b/doc/posix-headers/stdbool.texi @@ -1,7 +1,7 @@ @node stdbool.h @section @file{stdbool.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/stdbool.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdbool.h.html} Gnulib module: stdbool diff --git a/doc/posix-headers/stddef.texi b/doc/posix-headers/stddef.texi index 829447ca37..34f1a8f0df 100644 --- a/doc/posix-headers/stddef.texi +++ b/doc/posix-headers/stddef.texi @@ -1,7 +1,7 @@ @node stddef.h @section @file{stddef.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/stddef.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html} Gnulib module: stddef diff --git a/doc/posix-headers/stdint.texi b/doc/posix-headers/stdint.texi index 0aab42017b..c458ff5e61 100644 --- a/doc/posix-headers/stdint.texi +++ b/doc/posix-headers/stdint.texi @@ -1,7 +1,7 @@ @node stdint.h @section @file{stdint.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/stdint.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdint.h.html} Gnulib module: stdint diff --git a/doc/posix-headers/stdio.texi b/doc/posix-headers/stdio.texi index 8358794732..86f42bea07 100644 --- a/doc/posix-headers/stdio.texi +++ b/doc/posix-headers/stdio.texi @@ -1,7 +1,7 @@ @node stdio.h @section @file{stdio.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/stdio.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html} Gnulib module: stdio diff --git a/doc/posix-headers/stdlib.texi b/doc/posix-headers/stdlib.texi index 2c3a0740d6..abe8d654f3 100644 --- a/doc/posix-headers/stdlib.texi +++ b/doc/posix-headers/stdlib.texi @@ -1,7 +1,7 @@ @node stdlib.h @section @file{stdlib.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/stdlib.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html} Gnulib module: stdlib, system-posix diff --git a/doc/posix-headers/string.texi b/doc/posix-headers/string.texi index f824a6cf88..bc4c803cb1 100644 --- a/doc/posix-headers/string.texi +++ b/doc/posix-headers/string.texi @@ -1,7 +1,7 @@ @node string.h @section @file{string.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/string.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html} Gnulib module: string diff --git a/doc/posix-headers/strings.texi b/doc/posix-headers/strings.texi index 49cc43518c..85dcdf4e4e 100644 --- a/doc/posix-headers/strings.texi +++ b/doc/posix-headers/strings.texi @@ -1,7 +1,7 @@ @node strings.h @section @file{strings.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/strings.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html} Gnulib module: --- diff --git a/doc/posix-headers/stropts.texi b/doc/posix-headers/stropts.texi index 4ec32dd92f..b0413369d2 100644 --- a/doc/posix-headers/stropts.texi +++ b/doc/posix-headers/stropts.texi @@ -1,7 +1,7 @@ @node stropts.h @section @file{stropts.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/stropts.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_ipc.texi b/doc/posix-headers/sys_ipc.texi index cf3ae23be2..74b9201de6 100644 --- a/doc/posix-headers/sys_ipc.texi +++ b/doc/posix-headers/sys_ipc.texi @@ -1,7 +1,7 @@ @node sys/ipc.h @section @file{sys/ipc.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/ipc.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_ipc.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_mman.texi b/doc/posix-headers/sys_mman.texi index 10dacdc664..0c597ca97c 100644 --- a/doc/posix-headers/sys_mman.texi +++ b/doc/posix-headers/sys_mman.texi @@ -1,7 +1,7 @@ @node sys/mman.h @section @file{sys/mman.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/mman.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_msg.texi b/doc/posix-headers/sys_msg.texi index 6476dfc7fc..bc4df23454 100644 --- a/doc/posix-headers/sys_msg.texi +++ b/doc/posix-headers/sys_msg.texi @@ -1,7 +1,7 @@ @node sys/msg.h @section @file{sys/msg.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/msg.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_resource.texi b/doc/posix-headers/sys_resource.texi index de538cd19c..9f6baa5c57 100644 --- a/doc/posix-headers/sys_resource.texi +++ b/doc/posix-headers/sys_resource.texi @@ -1,7 +1,7 @@ @node sys/resource.h @section @file{sys/resource.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/resource.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_select.texi b/doc/posix-headers/sys_select.texi index 9c42e2eede..3381f9c68a 100644 --- a/doc/posix-headers/sys_select.texi +++ b/doc/posix-headers/sys_select.texi @@ -1,7 +1,7 @@ @node sys/select.h @section @file{sys/select.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/select.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html} Gnulib module: sys_select diff --git a/doc/posix-headers/sys_sem.texi b/doc/posix-headers/sys_sem.texi index babe2bf94f..5b704e7ab9 100644 --- a/doc/posix-headers/sys_sem.texi +++ b/doc/posix-headers/sys_sem.texi @@ -1,7 +1,7 @@ @node sys/sem.h @section @file{sys/sem.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/sem.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_shm.texi b/doc/posix-headers/sys_shm.texi index 14fce3006a..b04912c457 100644 --- a/doc/posix-headers/sys_shm.texi +++ b/doc/posix-headers/sys_shm.texi @@ -1,7 +1,7 @@ @node sys/shm.h @section @file{sys/shm.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/shm.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_socket.texi b/doc/posix-headers/sys_socket.texi index 0b008d29fa..7a1fe6c4c9 100644 --- a/doc/posix-headers/sys_socket.texi +++ b/doc/posix-headers/sys_socket.texi @@ -1,7 +1,7 @@ @node sys/socket.h @section @file{sys/socket.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/socket.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html} Gnulib module: sys_socket diff --git a/doc/posix-headers/sys_stat.texi b/doc/posix-headers/sys_stat.texi index 8f4fbcca17..e4979aaabd 100644 --- a/doc/posix-headers/sys_stat.texi +++ b/doc/posix-headers/sys_stat.texi @@ -1,7 +1,7 @@ @node sys/stat.h @section @file{sys/stat.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/stat.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html} Gnulib module: sys_stat diff --git a/doc/posix-headers/sys_statvfs.texi b/doc/posix-headers/sys_statvfs.texi index 0353835a78..0141dbdd43 100644 --- a/doc/posix-headers/sys_statvfs.texi +++ b/doc/posix-headers/sys_statvfs.texi @@ -1,7 +1,7 @@ @node sys/statvfs.h @section @file{sys/statvfs.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/statvfs.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_statvfs.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_time.texi b/doc/posix-headers/sys_time.texi index ebe864fb2c..77fcd46c56 100644 --- a/doc/posix-headers/sys_time.texi +++ b/doc/posix-headers/sys_time.texi @@ -1,7 +1,7 @@ @node sys/time.h @section @file{sys/time.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/time.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html} Gnulib module: sys_time diff --git a/doc/posix-headers/sys_times.texi b/doc/posix-headers/sys_times.texi index 30c76d78a8..454ef0e009 100644 --- a/doc/posix-headers/sys_times.texi +++ b/doc/posix-headers/sys_times.texi @@ -1,7 +1,7 @@ @node sys/times.h @section @file{sys/times.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/times.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html} Gnulib module: sys_times diff --git a/doc/posix-headers/sys_types.texi b/doc/posix-headers/sys_types.texi index 699c4efec2..58a5fd6796 100644 --- a/doc/posix-headers/sys_types.texi +++ b/doc/posix-headers/sys_types.texi @@ -1,7 +1,7 @@ @node sys/types.h @section @file{sys/types.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/types.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_uio.texi b/doc/posix-headers/sys_uio.texi index d46a3eee8e..44282f22f6 100644 --- a/doc/posix-headers/sys_uio.texi +++ b/doc/posix-headers/sys_uio.texi @@ -1,7 +1,7 @@ @node sys/uio.h @section @file{sys/uio.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/uio.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_un.texi b/doc/posix-headers/sys_un.texi index 25b1b81407..14729507b1 100644 --- a/doc/posix-headers/sys_un.texi +++ b/doc/posix-headers/sys_un.texi @@ -1,7 +1,7 @@ @node sys/un.h @section @file{sys/un.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/un.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_un.h.html} Gnulib module: --- diff --git a/doc/posix-headers/sys_utsname.texi b/doc/posix-headers/sys_utsname.texi index f358c38d8f..d53696799e 100644 --- a/doc/posix-headers/sys_utsname.texi +++ b/doc/posix-headers/sys_utsname.texi @@ -1,7 +1,7 @@ @node sys/utsname.h @section @file{sys/utsname.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/utsname.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_utsname.h.html} Gnulib module: sys_utsname diff --git a/doc/posix-headers/sys_wait.texi b/doc/posix-headers/sys_wait.texi index b1403e6d9a..6ffed30607 100644 --- a/doc/posix-headers/sys_wait.texi +++ b/doc/posix-headers/sys_wait.texi @@ -1,7 +1,7 @@ @node sys/wait.h @section @file{sys/wait.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/wait.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html} Gnulib module: sys_wait diff --git a/doc/posix-headers/syslog.texi b/doc/posix-headers/syslog.texi index d78a85a839..0e25f4348f 100644 --- a/doc/posix-headers/syslog.texi +++ b/doc/posix-headers/syslog.texi @@ -1,7 +1,7 @@ @node syslog.h @section @file{syslog.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/syslog.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html} Gnulib module: --- diff --git a/doc/posix-headers/tar.texi b/doc/posix-headers/tar.texi index 35754c4716..5531a8eab2 100644 --- a/doc/posix-headers/tar.texi +++ b/doc/posix-headers/tar.texi @@ -1,7 +1,7 @@ @node tar.h @section @file{tar.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/tar.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/tar.h.html} Gnulib module: --- diff --git a/doc/posix-headers/termios.texi b/doc/posix-headers/termios.texi index 5b00ee7de1..cf9c24bdb8 100644 --- a/doc/posix-headers/termios.texi +++ b/doc/posix-headers/termios.texi @@ -1,7 +1,7 @@ @node termios.h @section @file{termios.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/termios.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html} Gnulib module: termios diff --git a/doc/posix-headers/tgmath.texi b/doc/posix-headers/tgmath.texi index dc188a3f0b..68103896f4 100644 --- a/doc/posix-headers/tgmath.texi +++ b/doc/posix-headers/tgmath.texi @@ -1,7 +1,7 @@ @node tgmath.h @section @file{tgmath.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/tgmath.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/tgmath.h.html} Gnulib module: --- diff --git a/doc/posix-headers/time.texi b/doc/posix-headers/time.texi index 7c20e91b31..5b2320338f 100644 --- a/doc/posix-headers/time.texi +++ b/doc/posix-headers/time.texi @@ -1,7 +1,7 @@ @node time.h @section @file{time.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/time.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html} Gnulib module: time diff --git a/doc/posix-headers/trace.texi b/doc/posix-headers/trace.texi index d4e860a684..53e65910ec 100644 --- a/doc/posix-headers/trace.texi +++ b/doc/posix-headers/trace.texi @@ -1,7 +1,7 @@ @node trace.h @section @file{trace.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/trace.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html} Gnulib module: --- diff --git a/doc/posix-headers/ulimit.texi b/doc/posix-headers/ulimit.texi index e72ab41f33..0d454ed680 100644 --- a/doc/posix-headers/ulimit.texi +++ b/doc/posix-headers/ulimit.texi @@ -1,7 +1,7 @@ @node ulimit.h @section @file{ulimit.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/ulimit.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/ulimit.h.html} Gnulib module: --- diff --git a/doc/posix-headers/unistd.texi b/doc/posix-headers/unistd.texi index d8ce8096a9..41e743aa0e 100644 --- a/doc/posix-headers/unistd.texi +++ b/doc/posix-headers/unistd.texi @@ -1,7 +1,7 @@ @node unistd.h @section @file{unistd.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/unistd.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html} Gnulib module: unistd diff --git a/doc/posix-headers/utime.texi b/doc/posix-headers/utime.texi index 7e649160fe..cf7a98ff09 100644 --- a/doc/posix-headers/utime.texi +++ b/doc/posix-headers/utime.texi @@ -1,7 +1,7 @@ @node utime.h @section @file{utime.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/utime.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/utime.h.html} Gnulib module: --- diff --git a/doc/posix-headers/utmpx.texi b/doc/posix-headers/utmpx.texi index 0724a45a37..f0ec27667f 100644 --- a/doc/posix-headers/utmpx.texi +++ b/doc/posix-headers/utmpx.texi @@ -1,7 +1,7 @@ @node utmpx.h @section @file{utmpx.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/utmpx.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html} Gnulib module: --- diff --git a/doc/posix-headers/wchar.texi b/doc/posix-headers/wchar.texi index 644bdeeb86..4fc867e85f 100644 --- a/doc/posix-headers/wchar.texi +++ b/doc/posix-headers/wchar.texi @@ -1,7 +1,7 @@ @node wchar.h @section @file{wchar.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/wchar.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html} Gnulib module: wchar diff --git a/doc/posix-headers/wctype.texi b/doc/posix-headers/wctype.texi index 109deac317..dd1f9a3ac1 100644 --- a/doc/posix-headers/wctype.texi +++ b/doc/posix-headers/wctype.texi @@ -1,7 +1,7 @@ @node wctype.h @section @file{wctype.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/wctype.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html} Gnulib module: wctype diff --git a/doc/posix-headers/wordexp.texi b/doc/posix-headers/wordexp.texi index ae3dc260e8..a70aafdf06 100644 --- a/doc/posix-headers/wordexp.texi +++ b/doc/posix-headers/wordexp.texi @@ -1,7 +1,7 @@ @node wordexp.h @section @file{wordexp.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/wordexp.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html} Gnulib module: --- -- 2.30.2