changeset 8746:7749b07586ff

Add reference to POSIX.
author Bruno Haible <bruno@clisp.org>
date Fri, 27 Apr 2007 21:04:08 +0000
parents 2dcca2742282
children 55ce433164f3
files doc/headers/aio.texi doc/headers/arpa_inet.texi doc/headers/assert.texi doc/headers/complex.texi doc/headers/cpio.texi doc/headers/ctype.texi doc/headers/dirent.texi doc/headers/dlfcn.texi doc/headers/errno.texi doc/headers/fcntl.texi doc/headers/fenv.texi doc/headers/float.texi doc/headers/fmtmsg.texi doc/headers/fnmatch.texi doc/headers/ftw.texi doc/headers/glob.texi doc/headers/grp.texi doc/headers/iconv.texi doc/headers/inttypes.texi doc/headers/iso646.texi doc/headers/langinfo.texi doc/headers/libgen.texi doc/headers/limits.texi doc/headers/locale.texi doc/headers/math.texi doc/headers/monetary.texi doc/headers/mqueue.texi doc/headers/ndbm.texi doc/headers/net_if.texi doc/headers/netdb.texi doc/headers/netinet_in.texi doc/headers/netinet_tcp.texi doc/headers/nl_types.texi doc/headers/poll.texi doc/headers/pthread.texi doc/headers/pwd.texi doc/headers/regex.texi doc/headers/sched.texi doc/headers/search.texi doc/headers/semaphore.texi doc/headers/setjmp.texi doc/headers/signal.texi doc/headers/spawn.texi doc/headers/stdarg.texi doc/headers/stdbool.texi doc/headers/stddef.texi doc/headers/stdint.texi doc/headers/stdio.texi doc/headers/stdlib.texi doc/headers/string.texi doc/headers/strings.texi doc/headers/stropts.texi doc/headers/sys_ipc.texi doc/headers/sys_mman.texi doc/headers/sys_msg.texi doc/headers/sys_resource.texi doc/headers/sys_select.texi doc/headers/sys_sem.texi doc/headers/sys_shm.texi doc/headers/sys_socket.texi doc/headers/sys_stat.texi doc/headers/sys_statvfs.texi doc/headers/sys_time.texi doc/headers/sys_timeb.texi doc/headers/sys_times.texi doc/headers/sys_types.texi doc/headers/sys_uio.texi doc/headers/sys_un.texi doc/headers/sys_utsname.texi doc/headers/sys_wait.texi doc/headers/syslog.texi doc/headers/tar.texi doc/headers/termios.texi doc/headers/tgmath.texi doc/headers/time.texi doc/headers/trace.texi doc/headers/ucontext.texi doc/headers/ulimit.texi doc/headers/unistd.texi doc/headers/utime.texi doc/headers/utmpx.texi doc/headers/wchar.texi doc/headers/wctype.texi doc/headers/wordexp.texi
diffstat 84 files changed, 168 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/headers/aio.texi
+++ b/doc/headers/aio.texi
@@ -1,6 +1,8 @@
 @node aio.h
 @section @file{aio.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/aio.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/arpa_inet.texi
+++ b/doc/headers/arpa_inet.texi
@@ -1,6 +1,8 @@
 @node arpa/inet.h
 @section @file{arpa/inet.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/arpa/inet.h.html}
+
 Gnulib module: @code{arpa_inet}
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/assert.texi
+++ b/doc/headers/assert.texi
@@ -1,6 +1,8 @@
 @node assert.h
 @section @file{assert.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/assert.h.html}
+
 Gnulib module: @code{assert}
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/complex.texi
+++ b/doc/headers/complex.texi
@@ -1,6 +1,8 @@
 @node complex.h
 @section @file{complex.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/complex.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/cpio.texi
+++ b/doc/headers/cpio.texi
@@ -1,6 +1,8 @@
 @node cpio.h
 @section @file{cpio.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/cpio.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/ctype.texi
+++ b/doc/headers/ctype.texi
@@ -1,6 +1,8 @@
 @node ctype.h
 @section @file{ctype.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/ctype.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/dirent.texi
+++ b/doc/headers/dirent.texi
@@ -1,6 +1,8 @@
 @node dirent.h
 @section @file{dirent.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/dirent.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/dlfcn.texi
+++ b/doc/headers/dlfcn.texi
@@ -1,6 +1,8 @@
 @node dlfcn.h
 @section @file{dlfcn.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/dlfcn.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/errno.texi
+++ b/doc/headers/errno.texi
@@ -1,6 +1,8 @@
 @node errno.h
 @section @file{errno.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/errno.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/fcntl.texi
+++ b/doc/headers/fcntl.texi
@@ -1,6 +1,8 @@
 @node fcntl.h
 @section @file{fcntl.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/fcntl.h.html}
+
 Gnulib module: fcntl
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/fenv.texi
+++ b/doc/headers/fenv.texi
@@ -1,6 +1,8 @@
 @node fenv.h
 @section @file{fenv.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/fenv.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/float.texi
+++ b/doc/headers/float.texi
@@ -1,6 +1,8 @@
 @node float.h
 @section @file{float.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/float.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/fmtmsg.texi
+++ b/doc/headers/fmtmsg.texi
@@ -1,6 +1,8 @@
 @node fmtmsg.h
 @section @file{fmtmsg.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/fmtmsg.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/fnmatch.texi
+++ b/doc/headers/fnmatch.texi
@@ -1,6 +1,8 @@
 @node fnmatch.h
 @section @file{fnmatch.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/fnmatch.h.html}
+
 Gnulib module: fnmatch-posix or fnmatch-gnu
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/ftw.texi
+++ b/doc/headers/ftw.texi
@@ -1,6 +1,8 @@
 @node ftw.h
 @section @file{ftw.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/ftw.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/glob.texi
+++ b/doc/headers/glob.texi
@@ -1,6 +1,8 @@
 @node glob.h
 @section @file{glob.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/glob.h.html}
+
 Gnulib module: glob
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/grp.texi
+++ b/doc/headers/grp.texi
@@ -1,6 +1,8 @@
 @node grp.h
 @section @file{grp.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/grp.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/iconv.texi
+++ b/doc/headers/iconv.texi
@@ -1,6 +1,8 @@
 @node iconv.h
 @section @file{iconv.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/iconv.h.html}
+
 Gnulib module: iconv
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/inttypes.texi
+++ b/doc/headers/inttypes.texi
@@ -1,6 +1,8 @@
 @node inttypes.h
 @section @file{inttypes.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/inttypes.h.html}
+
 Gnulib module: inttypes
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/iso646.texi
+++ b/doc/headers/iso646.texi
@@ -1,6 +1,8 @@
 @node iso646.h
 @section @file{iso646.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/iso646.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/langinfo.texi
+++ b/doc/headers/langinfo.texi
@@ -1,6 +1,8 @@
 @node langinfo.h
 @section @file{langinfo.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/langinfo.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/libgen.texi
+++ b/doc/headers/libgen.texi
@@ -1,6 +1,8 @@
 @node libgen.h
 @section @file{libgen.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/libgen.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/limits.texi
+++ b/doc/headers/limits.texi
@@ -1,6 +1,8 @@
 @node limits.h
 @section @file{limits.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/limits.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/locale.texi
+++ b/doc/headers/locale.texi
@@ -1,6 +1,8 @@
 @node locale.h
 @section @file{locale.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/locale.h.html}
+
 Gnulib module: locale
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/math.texi
+++ b/doc/headers/math.texi
@@ -1,6 +1,8 @@
 @node math.h
 @section @file{math.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/math.h.html}
+
 Gnulib module: math
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/monetary.texi
+++ b/doc/headers/monetary.texi
@@ -1,6 +1,8 @@
 @node monetary.h
 @section @file{monetary.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/monetary.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/mqueue.texi
+++ b/doc/headers/mqueue.texi
@@ -1,6 +1,8 @@
 @node mqueue.h
 @section @file{mqueue.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/mqueue.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/ndbm.texi
+++ b/doc/headers/ndbm.texi
@@ -1,6 +1,8 @@
 @node ndbm.h
 @section @file{ndbm.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/ndbm.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/net_if.texi
+++ b/doc/headers/net_if.texi
@@ -1,6 +1,8 @@
 @node net/if.h
 @section @file{net/if.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/net/if.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/netdb.texi
+++ b/doc/headers/netdb.texi
@@ -1,6 +1,8 @@
 @node netdb.h
 @section @file{netdb.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/netdb.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/netinet_in.texi
+++ b/doc/headers/netinet_in.texi
@@ -1,6 +1,8 @@
 @node netinet/in.h
 @section @file{netinet/in.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/netinet/in.h.html}
+
 Gnulib module: netinet_in
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/netinet_tcp.texi
+++ b/doc/headers/netinet_tcp.texi
@@ -1,6 +1,8 @@
 @node netinet/tcp.h
 @section @file{netinet/tcp.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/netinet/tcp.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/nl_types.texi
+++ b/doc/headers/nl_types.texi
@@ -1,6 +1,8 @@
 @node nl_types.h
 @section @file{nl_types.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/nl/types.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/poll.texi
+++ b/doc/headers/poll.texi
@@ -1,6 +1,8 @@
 @node poll.h
 @section @file{poll.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/poll.h.html}
+
 Gnulib module: poll
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/pthread.texi
+++ b/doc/headers/pthread.texi
@@ -1,6 +1,8 @@
 @node pthread.h
 @section @file{pthread.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/pthread.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/pwd.texi
+++ b/doc/headers/pwd.texi
@@ -1,6 +1,8 @@
 @node pwd.h
 @section @file{pwd.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/pwd.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/regex.texi
+++ b/doc/headers/regex.texi
@@ -1,6 +1,8 @@
 @node regex.h
 @section @file{regex.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/regex.h.html}
+
 Gnulib module: regex
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sched.texi
+++ b/doc/headers/sched.texi
@@ -1,6 +1,8 @@
 @node sched.h
 @section @file{sched.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sched.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/search.texi
+++ b/doc/headers/search.texi
@@ -1,6 +1,8 @@
 @node search.h
 @section @file{search.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/search.h.html}
+
 Gnulib module: search
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/semaphore.texi
+++ b/doc/headers/semaphore.texi
@@ -1,6 +1,8 @@
 @node semaphore.h
 @section @file{semaphore.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/semaphore.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/setjmp.texi
+++ b/doc/headers/setjmp.texi
@@ -1,6 +1,8 @@
 @node setjmp.h
 @section @file{setjmp.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/setjmp.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/signal.texi
+++ b/doc/headers/signal.texi
@@ -1,6 +1,8 @@
 @node signal.h
 @section @file{signal.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/signal.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/spawn.texi
+++ b/doc/headers/spawn.texi
@@ -1,6 +1,8 @@
 @node spawn.h
 @section @file{spawn.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/spawn.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/stdarg.texi
+++ b/doc/headers/stdarg.texi
@@ -1,6 +1,8 @@
 @node stdarg.h
 @section @file{stdarg.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdarg.h.html}
+
 Gnulib module: stdarg
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/stdbool.texi
+++ b/doc/headers/stdbool.texi
@@ -1,6 +1,8 @@
 @node stdbool.h
 @section @file{stdbool.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdbool.h.html}
+
 Gnulib module: stdbool
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/stddef.texi
+++ b/doc/headers/stddef.texi
@@ -1,6 +1,8 @@
 @node stddef.h
 @section @file{stddef.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/stddef.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/stdint.texi
+++ b/doc/headers/stdint.texi
@@ -1,6 +1,8 @@
 @node stdint.h
 @section @file{stdint.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdint.h.html}
+
 Gnulib module: stdint
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/stdio.texi
+++ b/doc/headers/stdio.texi
@@ -1,6 +1,8 @@
 @node stdio.h
 @section @file{stdio.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdio.h.html}
+
 Gnulib module: stdio
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/stdlib.texi
+++ b/doc/headers/stdlib.texi
@@ -1,6 +1,8 @@
 @node stdlib.h
 @section @file{stdlib.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdlib.h.html}
+
 Gnulib module: stdlib
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/string.texi
+++ b/doc/headers/string.texi
@@ -1,6 +1,8 @@
 @node string.h
 @section @file{string.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/string.h.html}
+
 Gnulib module: string
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/strings.texi
+++ b/doc/headers/strings.texi
@@ -1,6 +1,8 @@
 @node strings.h
 @section @file{strings.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/strings.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/stropts.texi
+++ b/doc/headers/stropts.texi
@@ -1,6 +1,8 @@
 @node stropts.h
 @section @file{stropts.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/stropts.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_ipc.texi
+++ b/doc/headers/sys_ipc.texi
@@ -1,6 +1,8 @@
 @node sys/ipc.h
 @section @file{sys/ipc.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/ipc.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_mman.texi
+++ b/doc/headers/sys_mman.texi
@@ -1,6 +1,8 @@
 @node sys/mman.h
 @section @file{sys/mman.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/mman.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_msg.texi
+++ b/doc/headers/sys_msg.texi
@@ -1,6 +1,8 @@
 @node sys/msg.h
 @section @file{sys/msg.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/msg.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_resource.texi
+++ b/doc/headers/sys_resource.texi
@@ -1,6 +1,8 @@
 @node sys/resource.h
 @section @file{sys/resource.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/resource.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_select.texi
+++ b/doc/headers/sys_select.texi
@@ -1,6 +1,8 @@
 @node sys/select.h
 @section @file{sys/select.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/select.h.html}
+
 Gnulib module: sys_select
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_sem.texi
+++ b/doc/headers/sys_sem.texi
@@ -1,6 +1,8 @@
 @node sys/sem.h
 @section @file{sys/sem.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/sem.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_shm.texi
+++ b/doc/headers/sys_shm.texi
@@ -1,6 +1,8 @@
 @node sys/shm.h
 @section @file{sys/shm.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/shm.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_socket.texi
+++ b/doc/headers/sys_socket.texi
@@ -1,6 +1,8 @@
 @node sys/socket.h
 @section @file{sys/socket.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/socket.h.html}
+
 Gnulib module: sys_socket
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_stat.texi
+++ b/doc/headers/sys_stat.texi
@@ -1,6 +1,8 @@
 @node sys/stat.h
 @section @file{sys/stat.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/stat.h.html}
+
 Gnulib module: sys_stat
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_statvfs.texi
+++ b/doc/headers/sys_statvfs.texi
@@ -1,6 +1,8 @@
 @node sys/statvfs.h
 @section @file{sys/statvfs.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/statvfs.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_time.texi
+++ b/doc/headers/sys_time.texi
@@ -1,6 +1,8 @@
 @node sys/time.h
 @section @file{sys/time.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/time.h.html}
+
 Gnulib module: sys_time
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_timeb.texi
+++ b/doc/headers/sys_timeb.texi
@@ -1,6 +1,8 @@
 @node sys/timeb.h
 @section @file{sys/timeb.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/timeb.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_times.texi
+++ b/doc/headers/sys_times.texi
@@ -1,6 +1,8 @@
 @node sys/times.h
 @section @file{sys/times.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/times.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_types.texi
+++ b/doc/headers/sys_types.texi
@@ -1,6 +1,8 @@
 @node sys/types.h
 @section @file{sys/types.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/types.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_uio.texi
+++ b/doc/headers/sys_uio.texi
@@ -1,6 +1,8 @@
 @node sys/uio.h
 @section @file{sys/uio.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/uio.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_un.texi
+++ b/doc/headers/sys_un.texi
@@ -1,6 +1,8 @@
 @node sys/un.h
 @section @file{sys/un.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/un.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_utsname.texi
+++ b/doc/headers/sys_utsname.texi
@@ -1,6 +1,8 @@
 @node sys/utsname.h
 @section @file{sys/utsname.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/utsname.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/sys_wait.texi
+++ b/doc/headers/sys_wait.texi
@@ -1,6 +1,8 @@
 @node sys/wait.h
 @section @file{sys/wait.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/wait.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/syslog.texi
+++ b/doc/headers/syslog.texi
@@ -1,6 +1,8 @@
 @node syslog.h
 @section @file{syslog.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/syslog.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/tar.texi
+++ b/doc/headers/tar.texi
@@ -1,6 +1,8 @@
 @node tar.h
 @section @file{tar.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/tar.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/termios.texi
+++ b/doc/headers/termios.texi
@@ -1,6 +1,8 @@
 @node termios.h
 @section @file{termios.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/termios.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/tgmath.texi
+++ b/doc/headers/tgmath.texi
@@ -1,6 +1,8 @@
 @node tgmath.h
 @section @file{tgmath.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/tgmath.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/time.texi
+++ b/doc/headers/time.texi
@@ -1,6 +1,8 @@
 @node time.h
 @section @file{time.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/time.h.html}
+
 Gnulib module: time
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/trace.texi
+++ b/doc/headers/trace.texi
@@ -1,6 +1,8 @@
 @node trace.h
 @section @file{trace.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/trace.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/ucontext.texi
+++ b/doc/headers/ucontext.texi
@@ -1,6 +1,8 @@
 @node ucontext.h
 @section @file{ucontext.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/ucontext.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/ulimit.texi
+++ b/doc/headers/ulimit.texi
@@ -1,6 +1,8 @@
 @node ulimit.h
 @section @file{ulimit.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/ulimit.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/unistd.texi
+++ b/doc/headers/unistd.texi
@@ -1,6 +1,8 @@
 @node unistd.h
 @section @file{unistd.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/unistd.h.html}
+
 Gnulib module: unistd
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/utime.texi
+++ b/doc/headers/utime.texi
@@ -1,6 +1,8 @@
 @node utime.h
 @section @file{utime.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/utime.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/utmpx.texi
+++ b/doc/headers/utmpx.texi
@@ -1,6 +1,8 @@
 @node utmpx.h
 @section @file{utmpx.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/utmpx.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/wchar.texi
+++ b/doc/headers/wchar.texi
@@ -1,6 +1,8 @@
 @node wchar.h
 @section @file{wchar.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/wchar.h.html}
+
 Gnulib module: wchar
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/wctype.texi
+++ b/doc/headers/wctype.texi
@@ -1,6 +1,8 @@
 @node wctype.h
 @section @file{wctype.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/wctype.h.html}
+
 Gnulib module: wctype
 
 Portability problems fixed by Gnulib:
--- a/doc/headers/wordexp.texi
+++ b/doc/headers/wordexp.texi
@@ -1,6 +1,8 @@
 @node wordexp.h
 @section @file{wordexp.h}
 
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/wordexp.h.html}
+
 Gnulib module: ---
 
 Portability problems fixed by Gnulib: