Add feature_test_macros(7) to SEE ALSO

This commit is contained in:
Michael Kerrisk 2007-01-28 20:00:24 +00:00
parent d3bbf18d91
commit 0a90178cbb
82 changed files with 151 additions and 65 deletions

View File

@ -61,4 +61,5 @@ provided _GNU_SOURCE is defined.
.BR getuid (2),
.BR setresuid (2),
.BR setreuid (2),
.BR setuid (2)
.BR setuid (2),
.BR feature_test_macros (7)

View File

@ -182,7 +182,8 @@ call with completely different semantics.
.BR mmap (2),
.BR sbrk (2),
.BR malloc (3),
.BR realloc (3)
.BR realloc (3),
.BR feature_test_macros (7)
.P
Your favorite OS text book for more information on paged memory.
(\fIModern Operating Systems\fR by Andrew S. Tannenbaum,

View File

@ -147,4 +147,5 @@ POSIX.1-2001.
.BR sched_setscheduler (2),
.BR timer_create (2),
.BR sleep (3),
.BR usleep (3)
.BR usleep (3),
.BR feature_test_macros (7)

View File

@ -128,4 +128,5 @@ rather than as meaning "all bytes through to the end of the file".
.SH "SEE ALSO"
.BR posix_madvise (2),
.BR readahead (2),
.BR posix_fallocate (3)
.BR posix_fallocate (3) ,
.BR feature_test_macros (7)

View File

@ -84,4 +84,5 @@ without the system calls) was added in glibc 2.1.
.SH "SEE ALSO"
.BR lseek (2),
.BR read (2),
.BR write (2)
.BR write (2),
.BR feature_test_macros (7)

View File

@ -154,4 +154,5 @@ system call is Linux specific.
.BR mmap2 (2),
.BR mprotect (2),
.BR mremap (2),
.BR msync (2)
.BR msync (2),
.BR feature_test_macros (7)

View File

@ -95,4 +95,5 @@ provided _GNU_SOURCE is defined.
.BR setfsgid (2),
.BR setreuid (2),
.BR setuid (2),
.BR capabilities (7)
.BR capabilities (7),
.BR feature_test_macros (7)

View File

@ -215,4 +215,5 @@ This system call is Linux specific.
.SH SEE ALSO
.BR sendfile (2),
.BR splice (2),
.BR tee (2)
.BR tee (2),
.BR feature_test_macros (7)

View File

@ -65,4 +65,5 @@ is defined.
.SH "SEE ALSO"
.BR date (1),
.BR settimeofday (2),
.BR capabilities (7)
.BR capabilities (7),
.BR feature_test_macros (7)

View File

@ -165,4 +165,5 @@ appeared on Linux in kernel 2.6.17.
.BR fdatasync (2),
.BR fsync (2),
.BR msync (2),
.BR sync (2)
.BR sync (2),
.BR feature_test_macros (7)

View File

@ -192,4 +192,5 @@ system call first appeared in Linux-2.6.17.
This system call is Linux specific.
.SH SEE ALSO
.BR splice (2),
.BR vmsplice (2)
.BR vmsplice (2),
.BR feature_test_macros (7)

View File

@ -151,4 +151,5 @@ system call first appeared in Linux-2.6.17.
This system call is Linux specific.
.SH SEE ALSO
.BR splice (2),
.BR tee (2)
.BR tee (2),
.BR feature_test_macros (7)

View File

@ -134,4 +134,5 @@ defined in
.BR sigaction (2),
.BR signal (2),
.BR wait (2),
.BR feature_test_macros (7),
.BR signal (7)

View File

@ -74,4 +74,5 @@ and has a value not less than 199901L.
.SH "CONFORMING TO"
C99
.SH "SEE ALSO"
.BR fpclassify (3)
.BR fpclassify (3),
.BR feature_test_macros (7)

View File

@ -52,4 +52,5 @@ although the
function is. It is available on System V
systems.
.SH "SEE ALSO"
.BR fmtmsg (3)
.BR fmtmsg (3),
.BR feature_test_macros (7)

View File

@ -128,4 +128,5 @@ This is the result of a kernel limitation.
.SH "SEE ALSO"
.BR adjtimex (2),
.BR gettimeofday (2),
.BR feature_test_macros (7),
.BR time(7)

View File

@ -65,4 +65,5 @@ to NULL on error.
.SH "SEE ALSO"
.BR free (3),
.BR malloc (3),
.BR printf (3)
.BR printf (3),
.BR feature_test_macros (7)

View File

@ -66,4 +66,5 @@ but by proper error handling code. Never use this macro.
.BR abort (3),
.BR assert (3),
.BR exit (3),
.BR strerror (3)
.BR strerror (3),
.BR feature_test_macros (7)

View File

@ -162,4 +162,5 @@ and generated a segfault if given a NULL argument.
POSIX.1-2001
.SH "SEE ALSO"
.BR basename (1),
.BR dirname (1)
.BR dirname (1),
.BR feature_test_macros (7)

View File

@ -21,4 +21,5 @@ is equivalent to the call
.SH "CONFORMING TO"
The function is a GNU extension.
.SH "SEE ALSO"
.BR realpath (3)
.BR realpath (3),
.BR feature_test_macros (7)

View File

@ -37,4 +37,5 @@ It is reserved for future use in C99.
.BR cexp (3),
.BR clog (3),
.BR clog2 (3),
.BR complex (7)
.BR complex (7),
.BR feature_test_macros (7)

View File

@ -135,4 +135,5 @@ POSIX.1-2001
.SH "SEE ALSO"
.BR sh (1),
.BR exec (3),
.BR system (3)
.BR system (3),
.BR feature_test_macros (7)

View File

@ -152,4 +152,5 @@ SVr4, 4.3BSD, POSIX.1-2001
.BR passwd (1),
.BR encrypt (3),
.BR getpass (3),
.BR passwd (5)
.BR passwd (5),
.BR feature_test_macros (7)

View File

@ -188,6 +188,7 @@ function is Linux specific and should be avoided in portable applications.
.BR objdump (1),
.BR readelf (1),
.BR dlopen (3),
.BR feature_test_macros (7),
.BR ld.so (8),
and the
.I "Executable and Linking Format Specification"

View File

@ -430,6 +430,7 @@ and
.BR ld (1),
.BR ldd (1),
.BR dl_iterate_phdr (3),
.BR feature_test_macros (7)
.BR ld.so (8),
.BR ldconfig (8),
ld.so info pages, gcc info pages, ld info pages

View File

@ -71,4 +71,5 @@ A better name would have been
.SH "CONFORMING TO"
These functions are GNU extensions.
.SH "SEE ALSO"
.BR printf (3)
.BR printf (3),
.BR feature_test_macros (7)

View File

@ -49,4 +49,5 @@ This is a compatibility function only. Don't use it in new programs.
The SCO version of this function had a year-2000 problem.
.SH "SEE ALSO"
.BR strftime (3),
.BR time (3)
.BR time (3),
.BR feature_test_macros (7)

View File

@ -54,4 +54,5 @@ The function is a GNU extension.
.BR cbrt (3),
.BR exp (3),
.BR exp2 (3),
.BR sqrt (3)
.BR sqrt (3),
.BR feature_test_macros (7)

View File

@ -50,4 +50,5 @@ This function is a GNU extension.
.BR fclose (3),
.BR fflush (3),
.BR fopen (3),
.BR setbuf (3)
.BR setbuf (3),
.BR feature_test_macros (7)

View File

@ -253,3 +253,5 @@ Link with
.BR \-lm .
.SH "CONFORMING TO"
IEC 60559 (IEC 559:1989), ANSI/IEEE 854, C99.
.SH "SEE ALSO"
.BR feature_test_macros (7)

View File

@ -62,3 +62,5 @@ or 0 if no bits are set in
.SH NOTES
BSD systems have a prototype in
.IR <string.h> .
.SH "SEE ALSO"
.BR feature_test_macros (7)

View File

@ -199,4 +199,5 @@ These functions are GNU extensions.
.\" Jan 06: But they appear to be going up for standardization by
.\" POSIX/PASC/IEEE.
.SH "SEE ALSO"
.BR open (3)
.BR open (3),
.BR feature_test_macros (7)

View File

@ -344,4 +344,5 @@ main(int argc, char *argv[])
.SH "SEE ALSO"
.BR stat (2),
.BR fts (3),
.BR readdir (3)
.BR readdir (3),
.BR feature_test_macros (7)

View File

@ -65,4 +65,5 @@ and
instead.
.SH "SEE ALSO"
.BR lseek (2),
.BR open (2)
.BR open (2),
.BR feature_test_macros (7)

View File

@ -169,4 +169,5 @@ in the stream with all other threads.
.BR getgrgid (3),
.BR getgrnam (3),
.BR putgrent (3),
.BR group (5)
.BR group (5),
.BR feature_test_macros (7)

View File

@ -136,4 +136,5 @@ They are available since libc 4.6.27.
.BR fopen (3),
.BR fread (3),
.BR gets (3),
.BR scanf (3)
.BR scanf (3),
.BR feature_test_macros (7)

View File

@ -54,7 +54,8 @@ If the load average was unobtainable, \-1 is returned; otherwise,
the number of samples actually retrieved is returned.
.Sh SEE ALSO
.Xr uptime 1 ,
.Xr proc 5
.Xr proc 5,
.Xr feature_test_macros 7
.Sh HISTORY
The
.Fn getloadavg

View File

@ -151,4 +151,5 @@ a wrapper around the system call \fBgetfsstat\fP().
.SH "SEE ALSO"
.BR fopen (3),
.BR fstab (5),
.BR feature_test_macros (7),
.BR mount (8)

View File

@ -413,3 +413,5 @@ POSIX.1-2001 marked the use of
for this purpose as LEGACY.
POSIX.1-2001 does not allow the declaration to appear in
.IR <stdio.h> .
.SH "SEE ALSO"
.BR feature_test_macros (7)

View File

@ -168,4 +168,5 @@ in the stream with all other threads.
.BR getpwnam (3),
.BR getpwuid (3),
.BR putpwent (3),
.BR passwd (5)
.BR passwd (5),
.BR feature_test_macros (7)

View File

@ -229,4 +229,5 @@ However, many other systems provide a similar API.
.BR getgrnam (3),
.BR getpwnam (3),
.BR getpwnam_r (3),
.BR shadow (5)
.BR shadow (5),
.BR feature_test_macros (7)

View File

@ -197,4 +197,5 @@ Linux glibc on the other hand does not use \fIutmpx\fP since its
\fIutmp\fP structure is already large enough. The functions \fIgetutxent\fP
etc. are aliases for \fIgetutent\fP etc.
.SH "SEE ALSO"
.BR utmp (5)
.BR utmp (5),
.BR feature_test_macros (7)

View File

@ -58,4 +58,5 @@ called "pt_chown". With Linux devpts no such helper binary is required.
.BR ptsname (3),
.BR unlockpt (3),
.BR pts (4),
.BR feature_test_macros (7),
.BR pty (7)

View File

@ -194,4 +194,5 @@ some of them.
.BR bsearch (3),
.BR lsearch (3),
.BR malloc (3),
.BR tsearch (3)
.BR tsearch (3),
.BR feature_test_macros (7)

View File

@ -102,3 +102,5 @@ POSIX.1-2001.
.SH BUGS
There are errors of up to 2e\-16 in the values returned by \fBj0\fP(),
\fBj1\fP() and \fBjn\fP() for values of \fIx\fP between \-8 and 8.
.SH "SEE ALSO"
.BR feature_test_macros (7)

View File

@ -158,4 +158,5 @@ For more details, see
.BR llseek (2).
.SH "SEE ALSO"
.BR llseek (2),
.BR lseek (2)
.BR lseek (2),
.BR feature_test_macros (7)

View File

@ -60,4 +60,5 @@ Both old and new libc's have the bug that if \fIneedle\fP is empty
And glibc 2.0 makes it worse, and returns a pointer to the
last byte of `haystack'. This is fixed in glibc 2.1.
.SH "SEE ALSO"
.BR strstr (3)
.BR strstr (3),
.BR feature_test_macros (7)

View File

@ -63,4 +63,5 @@ This function is a GNU extension.
.BR memccpy (3),
.BR memcpy (3),
.BR memmove (3),
.BR wmemcpy (3)
.BR wmemcpy (3),
.BR feature_test_macros (7)

View File

@ -145,4 +145,5 @@ POSIX.1-2001.
.BR mq_open (3),
.BR mq_send (3),
.BR mq_unlink (3),
.BR feature_test_macros (7),
.BR mq_overview (7)

View File

@ -150,4 +150,5 @@ POSIX.1-2001.
.BR mq_open (3),
.BR mq_receive (3),
.BR mq_unlink (3),
.BR feature_test_macros (7),
.BR mq_overview (7)

View File

@ -91,4 +91,5 @@ is available since glibc 2.1.94.
POSIX.1-2001.
.SH "SEE ALSO"
.BR lseek (2),
.BR posix_fadvise (2)
.BR posix_fadvise (2),
.BR feature_test_macros (7)

View File

@ -89,4 +89,5 @@ posix_openpt(int flags)
.BR ptsname (3),
.BR unlock (3),
.BR pts (4),
.BR feature_test_macros (7),
.BR pty (7)

View File

@ -46,4 +46,5 @@ These functions are identical to the functions listed under
.BR exp10 (3).
.SH "SEE ALSO"
.BR exp10 (3),
.BR pow (3)
.BR pow (3),
.BR feature_test_macros (7)

View File

@ -58,4 +58,5 @@ file provides access to similar information.
These variables are GNU extensions, and should not be
used in programs intended to be portable.
.SH SEE ALSO
.BR proc (5)
.BR proc (5),
.BR feature_test_macros (7)

View File

@ -91,4 +91,5 @@ Avoid using this function in portable programs.
.BR ttyname (3),
.BR unlockpt (3),
.BR pts (4),
.BR feature_test_macros (7),
.BR pty (7)

View File

@ -40,4 +40,5 @@ This function is a GNU extension.
.SH "SEE ALSO"
.BR fgetgrent (3),
.BR getgrent (3),
.BR group (5)
.BR group (5),
.BR feature_test_macros (7)

View File

@ -51,4 +51,5 @@ C99
.SH "SEE ALSO"
.BR fmod (3),
.BR logb (3),
.BR remainder (3)
.BR remainder (3),
.BR feature_test_macros (7)

View File

@ -107,4 +107,5 @@ main(int argc, char *argv[])
.BR fgets (3),
.BR getline (3),
.BR nl_langinfo (3),
.BR setlocale (3)
.BR setlocale (3),
.BR feature_test_macros (7)

View File

@ -249,4 +249,5 @@ main(int argc, char *argv[])
.\" .BR clock_gettime (3),
.BR sem_getvalue (3),
.BR sem_post (3),
.BR feature_test_macros (7),
.BR sem_overview (7)

View File

@ -254,4 +254,5 @@ These functions are obsolete: do not use them in new programs.
.BR raise (3),
.BR sigpause (3),
.BR sigvec (3),
.BR feature_test_macros (7),
.BR signal (7)

View File

@ -245,4 +245,5 @@ These functions are obsolete: do not use them in new programs.
.BR raise (3),
.BR sigpause (3),
.BR sigset (3),
.BR feature_test_macros (7),
.BR signal (7)

View File

@ -27,4 +27,5 @@ This function is a GNU extension.
.SH "SEE ALSO"
.BR cos (3),
.BR sin (3),
.BR tan (3)
.BR tan (3),
.BR feature_test_macros (7)

View File

@ -68,4 +68,5 @@ Perhaps it comes from MS-DOS.
.BR memcpy (3),
.BR memmove (3),
.BR strcpy (3),
.BR wcpcpy (3)
.BR wcpcpy (3),
.BR feature_test_macros (7)

View File

@ -41,4 +41,5 @@ in \fIdest\fP, or, if \fIdest\fP is not null-terminated,
This function is a GNU extension.
.SH "SEE ALSO"
.BR strncpy (3),
.BR wcpncpy (3)
.BR wcpncpy (3),
.BR feature_test_macros (7)

View File

@ -81,4 +81,5 @@ if the character is not found.
.BR strstr (3),
.BR strtok (3),
.BR wcschr (3),
.BR wcsrchr (3)
.BR wcsrchr (3),
.BR feature_test_macros (7)

View File

@ -77,4 +77,5 @@ conforms to SVr4, 4.3BSD, POSIX.1-2001.
.BR free (3),
.BR malloc (3),
.BR realloc (3),
.BR wcsdup (3)
.BR wcsdup (3),
.BR feature_test_macros (7)

View File

@ -146,4 +146,5 @@ if the error number is unknown.
.BR errno (3),
.BR error (3),
.BR perror (3),
.BR strsignal (3)
.BR strsignal (3),
.BR feature_test_macros (7)

View File

@ -47,4 +47,5 @@ string.
The \fBstrfry\fP() function is unique to the
GNU C Library.
.SH "SEE ALSO"
.BR memfrob (3)
.BR memfrob (3),
.BR feature_test_macros (7)

View File

@ -31,4 +31,5 @@ The \fBstrnlen\fP() function returns \fIstrlen(s)\fP, if that is less than
.SH "CONFORMING TO"
This function is a GNU extension.
.SH "SEE ALSO"
.BR strlen (3)
.BR strlen (3),
.BR feature_test_macros (7)

View File

@ -364,4 +364,5 @@ in the range 1950-2049 by glibc 2.0. It is taken to be a year in
.BR getdate (3),
.BR scanf (3),
.BR setlocale (3),
.BR strftime (3)
.BR strftime (3),
.BR feature_test_macros (7)

View File

@ -56,4 +56,5 @@ This function is not part of any standard, but aside from
Linux, it can be found on Solaris and the BSDs.
.SH "SEE ALSO"
.BR psignal (3),
.BR strerror (3)
.BR strerror (3),
.BR feature_test_macros (7)

View File

@ -71,4 +71,5 @@ The \fBstrcasestr\fP() function is a non-standard extension.
.BR strsep (3),
.BR strspn (3),
.BR strtok (3),
.BR wcsstr (3)
.BR wcsstr (3),
.BR feature_test_macros (7)

View File

@ -162,4 +162,5 @@ the use of the functions described in this manual page is similar.
.BR atoi (3),
.BR atol (3),
.BR strtol (3),
.BR strtoul (3)
.BR strtoul (3),
.BR feature_test_macros (7)

View File

@ -82,4 +82,5 @@ This function is a GNU extension.
.BR rename (1),
.BR strcasecmp (3),
.BR strcmp (3),
.BR strcoll (3)
.BR strcoll (3),
.BR feature_test_macros (7)

View File

@ -51,4 +51,5 @@ The \fBswab\fP() function returns no value.
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001
.SH "SEE ALSO"
.BR bstring (3)
.BR bstring (3),
.BR feature_test_macros (7)

View File

@ -293,4 +293,5 @@ instead.
.BR logger (1),
.BR setlogmask (3),
.BR syslog.conf (5),
.BR feature_test_macros (7),
.BR syslogd (8)

View File

@ -197,4 +197,5 @@ is a GNU extension.
.BR bsearch (3),
.BR hsearch (3),
.BR lsearch (3),
.BR qsort (3)
.BR qsort (3),
.BR feature_test_macros (7)

View File

@ -45,4 +45,5 @@ POSIX.1-2001.
.BR posix_openpt (3),
.BR ptsname (3),
.BR pts (4),
.BR feature_test_macros (7),
.BR pty (7)

View File

@ -38,4 +38,5 @@ wide characters at \fIdest\fP.
This function is a GNU extension.
.SH "SEE ALSO"
.BR strcpy (3),
.BR wcscpy (3)
.BR wcscpy (3),
.BR feature_test_macros (7)

View File

@ -43,4 +43,5 @@ characters at \fIdest\fP.
This function is a GNU extension.
.SH "SEE ALSO"
.BR stpncpy (3),
.BR wcsncpy (3)
.BR wcsncpy (3),
.BR feature_test_macros (7)

View File

@ -40,4 +40,5 @@ This function is a GNU extension.
.\" present in libc5 and glibc 2.0 and later
.SH "SEE ALSO"
.BR strdup (3),
.BR wcscpy (3)
.BR wcscpy (3),
.BR feature_test_macros (7)

View File

@ -34,9 +34,10 @@ Note that glibc before 2.2.5 used the prototype
.nf
.BI "int wcwidth(wint_t " c );
.fi
.SH "SEE ALSO"
.BR iswprint (3),
.BR wcswidth (3)
.SH NOTES
The behaviour of \fBwcwidth\fP() depends on the LC_CTYPE category of the
current locale.
.SH "SEE ALSO"
.BR iswprint (3),
.BR wcswidth (3),
.BR feature_test_macros (7)