diff options
Diffstat (limited to 'usr/src/man/man3/Intro.3')
| -rw-r--r-- | usr/src/man/man3/Intro.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/src/man/man3/Intro.3 b/usr/src/man/man3/Intro.3 index fa0469da2b..407d3f4634 100644 --- a/usr/src/man/man3/Intro.3 +++ b/usr/src/man/man3/Intro.3 @@ -71,11 +71,11 @@ The standard C library is implemented as a shared object, \fBlibc.so\fR. See \fBlibc\fR(3LIB) and the "C Compilation System" chapter of the \fIANSI C Programmer's Guide\fR for a discussion. Some functions behave differently in standard-conforming environments. This behavior is noted on the individual -manual pages. See \fBstandards\fR(5). +manual pages. See \fBstandards\fR(7). .sp The \fBlibpthread\fR and \fBlibthread\fR libraries are filter libraries on \fBlibc\fR that are used for building multithreaded applications: -\fBlibpthread\fR implements the POSIX (see \fBstandards\fR(5)) threads +\fBlibpthread\fR implements the POSIX (see \fBstandards\fR(7)) threads interface, whereas \fBlibthread\fR implements the Solaris threads interface. See \fBMULTITHREADED APPLICATIONS\fR, below. .RE @@ -296,13 +296,13 @@ X/Open CAE Specification, Networking Services, Issue 4 (September, 1994). This library is implemented as a shared object, \fBlibxnet.so\fR, but is not automatically linked by the C compilation system. Specify \fB-lxnet\fR on the \fBcc\fR command line to link with this library. See \fBlibxnet\fR(3LIB) and -\fBstandards\fR(5) for compilation information. +\fBstandards\fR(7) for compilation information. .RE .sp .LP Under all circumstances, the use of the Sockets API is recommended over the XTI -and TLI APIs. If portability to other XPGV4v2 (see \fBstandards\fR(5)) systems +and TLI APIs. If portability to other XPGV4v2 (see \fBstandards\fR(7)) systems is a requirement, the application must use the \fBlibxnet\fR interfaces. If portability is not required, the sockets interfaces in \fBlibsocket\fR and \fBlibnsl\fR are recommended over those in \fBlibxnet\fR. Between the XTI and @@ -1034,7 +1034,7 @@ application's safety. .sp .LP MT-Safe interfaces are denoted in the \fBATTRIBUTES\fR section of the functions -and libraries manual pages (see \fBattributes\fR(5)). If a manual page does not +and libraries manual pages (see \fBattributes\fR(7)). If a manual page does not state explicitly that an interface is MT-Safe, the user should assume that the interface is unsafe. .SH REALTIME APPLICATIONS @@ -1097,8 +1097,8 @@ http://www.opengroup.org/unix/online.html\&. .LP This notice shall appear on any product containing this material. .SH SEE ALSO -\fBar\fR(1), \fBld\fR(1), \fBfork\fR(2), \fBstdio\fR(3C), \fBattributes\fR(5), -\fBstandards\fR(5) +\fBar\fR(1), \fBld\fR(1), \fBfork\fR(2), \fBstdio\fR(3C), \fBattributes\fR(7), +\fBstandards\fR(7) .sp .LP \fILinker and Libraries Guide\fR |
