This commit is contained in:
Michael Kerrisk 2007-11-18 06:25:23 +00:00
parent 276adee157
commit 236d91365e
64 changed files with 91 additions and 91 deletions

View File

@ -31,7 +31,7 @@ by a call to \fI_setjmp\fP(), or when the last such
call was in a function that has since returned, the results are undefined.
.SH RETURN VALUE
.LP
Refer to \fIlongjmp\fP() and \fIsetjmp\fP() .
Refer to \fIlongjmp\fP() and \fIsetjmp\fP().
.SH ERRORS
.LP
No errors are defined.

View File

@ -69,7 +69,7 @@ action for \fIsig\fP. Otherwise, SIG_ERR shall be
returned and \fIerrno\fP shall be set to indicate the error.
.SH ERRORS
.LP
Refer to \fIsigaction\fP() .
Refer to \fIsigaction\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -42,7 +42,7 @@ None.
None.
.SH RATIONALE
.LP
Refer to \fIcfgetispeed\fP() .
Refer to \fIcfgetispeed\fP().
.SH FUTURE DIRECTIONS
.LP
None.

View File

@ -54,7 +54,7 @@ None.
None.
.SH RATIONALE
.LP
Refer to \fIcfgetispeed\fP() .
Refer to \fIcfgetispeed\fP().
.SH FUTURE DIRECTIONS
.LP
None.

View File

@ -54,7 +54,7 @@ None.
None.
.SH RATIONALE
.LP
Refer to \fIcfgetispeed\fP() .
Refer to \fIcfgetispeed\fP().
.SH FUTURE DIRECTIONS
.LP
None.

View File

@ -42,10 +42,10 @@ shall be equivalent to:
.RE
.SH RETURN VALUE
.LP
Refer to \fIopen\fP() .
Refer to \fIopen\fP().
.SH ERRORS
.LP
Refer to \fIopen\fP() .
Refer to \fIopen\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -165,7 +165,7 @@ of an appropriate object format for processing by
\fIdlopen\fP(), or if an error occurs during the process of loading
\fIfile\fP or relocating its symbolic references,
\fIdlopen\fP() shall return NULL. More detailed diagnostic information
shall be available through \fIdlerror\fP() .
shall be available through \fIdlerror\fP().
.SH ERRORS
.LP
No errors are defined.

View File

@ -31,7 +31,7 @@ objects loaded automatically as a result of loading the
object referenced by \fIhandle\fP (see \fIdlopen\fP() ). Load ordering
is used in \fIdlsym\fP()
operations upon the global symbol object. The symbol resolution algorithm
used shall be dependency order as described in \fIdlopen\fP() .
used shall be dependency order as described in \fIdlopen\fP().
.LP
The RTLD_DEFAULT and RTLD_NEXT flags are reserved for future use.
.SH RETURN VALUE

View File

@ -158,7 +158,7 @@ in the new process image, except for those whose close-on-
remain open, all attributes of the open file description remain
unchanged. For any file descriptor that is closed for this reason,
file locks are removed as a result of the close as described in
\fIclose\fP() . Locks that are not removed by closing of file descriptors
\fIclose\fP(). Locks that are not removed by closing of file descriptors
remain unchanged.
.LP
If file descriptors 0, 1, and 2 would otherwise be closed after a
@ -255,7 +255,7 @@ before replacing the current process image with the new process
image.
.LP
All open message queue descriptors in the calling process shall be
closed, as described in \fImq_close\fP() .
closed, as described in \fImq_close\fP().
.LP
Any outstanding asynchronous I/O operations may be canceled. Those
asynchronous I/O operations that are not canceled shall complete

View File

@ -43,7 +43,7 @@ shall be set, \fIfgets\fP() shall return a null pointer, \ and shall
set \fIerrno\fP to indicate the error.
.SH ERRORS
.LP
Refer to \fIfgetc\fP() .
Refer to \fIfgetc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -51,7 +51,7 @@ stream shall be set, \fIfgetws\fP() shall return a null pointer,
\ and shall set \fIerrno\fP to indicate the error.
.SH ERRORS
.LP
Refer to \fIfgetwc\fP() .
Refer to \fIfgetwc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -54,7 +54,7 @@ and \fItms_cstime\fP shall be set to 0.
.LP
.IP " *" 3
The time left until an alarm clock signal shall be reset to zero,
and the alarm, if any, shall be canceled; see \fIalarm\fP() .
and the alarm, if any, shall be canceled; see \fIalarm\fP().
.LP
.IP " *" 3
All \fIsemadj\fP values shall be cleared.

View File

@ -36,7 +36,7 @@ indicator for the stream, \ and set \fIerrno\fP to indicate the
error.
.SH ERRORS
.LP
Refer to \fIfputc\fP() .
Refer to \fIfputc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -41,7 +41,7 @@ indicator for the stream, \ and set \fIerrno\fP to indicate the
error.
.SH ERRORS
.LP
Refer to \fIfputwc\fP() .
Refer to \fIfputwc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -53,7 +53,7 @@ indicator for the stream shall be set, \ and \fIerrno\fP shall be
set to indicate the error.
.SH ERRORS
.LP
Refer to \fIfgetc\fP() .
Refer to \fIfgetc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -49,7 +49,7 @@ for the stream shall be set, \ and
\fIerrno\fP shall be set to indicate the error.
.SH ERRORS
.LP
Refer to \fIfputc\fP() .
Refer to \fIfputc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -167,7 +167,7 @@ system, \ and IPv6 addresses shall be returned only if an IPv6 address
is configured on the local system.
.LP
The \fIai_socktype\fP field to which argument \fIhints\fP points specifies
the socket type for the service, as defined in \fIsocket\fP() . If
the socket type for the service, as defined in \fIsocket\fP(). If
a specific socket type is not given (for example, a value of zero)
and the service name
could be interpreted as valid with multiple supported socket types,

View File

@ -24,10 +24,10 @@ a macro it may evaluate \fIstream\fP more than once, so the argument
should never be an expression with side effects.
.SH RETURN VALUE
.LP
Refer to \fIfgetc\fP() .
Refer to \fIfgetc\fP().
.SH ERRORS
.LP
Refer to \fIfgetc\fP() .
Refer to \fIfgetc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -21,10 +21,10 @@ int getchar(void);
The \fIgetchar\fP() function shall be equivalent to \fIgetc\fP(\fIstdin\fP).
.SH RETURN VALUE
.LP
Refer to \fIfgetc\fP() .
Refer to \fIfgetc\fP().
.SH ERRORS
.LP
Refer to \fIfgetc\fP() .
Refer to \fIfgetc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -42,11 +42,11 @@ or \fIftrylockfile\fP() functions.
.SH RETURN VALUE
.LP
See \fIgetc\fP(), \fIgetchar\fP(), \fIputc\fP(),
and \fIputchar\fP() .
and \fIputchar\fP().
.SH ERRORS
.LP
See \fIgetc\fP(), \fIgetchar\fP(), \fIputc\fP(),
and \fIputchar\fP() .
and \fIputchar\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -59,7 +59,7 @@ No errors are defined.
\fIThe following sections are informative.\fP
.SH EXAMPLES
.LP
Refer to \fImakecontext\fP() .
Refer to \fImakecontext\fP().
.SH APPLICATION USAGE
.LP
When a signal handler is executed, the current user context is saved

View File

@ -29,7 +29,7 @@ char *restrict\fP
.LP
The \fIgetnameinfo\fP() function shall translate a socket address
to a node name and service location, all of which are defined
as in \fIgetaddrinfo\fP() .
as in \fIgetaddrinfo\fP().
.LP
The \fIsa\fP argument points to a socket address structure to be translated.
.LP

View File

@ -42,7 +42,7 @@ shall be set, \fIgets\fP() shall return a null pointer, \ and set
\fIerrno\fP to indicate the error.
.SH ERRORS
.LP
Refer to \fIfgetc\fP() .
Refer to \fIfgetc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -27,10 +27,10 @@ so the argument should never be an expression with side
effects.
.SH RETURN VALUE
.LP
Refer to \fIfgetwc\fP() .
Refer to \fIfgetwc\fP().
.SH ERRORS
.LP
Refer to \fIfgetwc\fP() .
Refer to \fIfgetwc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -21,10 +21,10 @@ wint_t getwchar(void);
The \fIgetwchar\fP() function shall be equivalent to \fIgetwc\fP(\fIstdin\fP).
.SH RETURN VALUE
.LP
Refer to \fIfgetwc\fP() .
Refer to \fIfgetwc\fP().
.SH ERRORS
.LP
Refer to \fIfgetwc\fP() .
Refer to \fIfgetwc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -22,10 +22,10 @@ char *index(const char *\fP\fIs\fP\fB, int\fP \fIc\fP\fB); \fP
The \fIindex\fP() function shall be equivalent to \fIstrchr\fP().
.SH RETURN VALUE
.LP
See \fIstrchr\fP() .
See \fIstrchr\fP().
.SH ERRORS
.LP
See \fIstrchr\fP() .
See \fIstrchr\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -313,7 +313,7 @@ in the data buffer, and \fIflags\fP contains the value RS_HIPRI or
.TP 7
I_SRDOPT
Sets the read mode using the value of the argument \fIarg\fP. Read
modes are described in \fIread\fP() . Valid \fIarg\fP flags are:
modes are described in \fIread\fP(). Valid \fIarg\fP flags are:
.TP 7
RNORM
.RS
@ -370,7 +370,7 @@ The \fIarg\fP argument is not valid.
I_GRDOPT
Returns the current read mode setting, as described above, in an \fBint\fP
pointed to by the argument \fIarg\fP. Read modes
are described in \fIread\fP() .
are described in \fIread\fP().
.TP 7
I_NREAD
Counts the number of data bytes in the data part of the first message

View File

@ -29,10 +29,10 @@ equal to 1, the behavior of \fIkillpg\fP() is
undefined.
.SH RETURN VALUE
.LP
Refer to \fIkill\fP() .
Refer to \fIkill\fP().
.SH ERRORS
.LP
Refer to \fIkill\fP() .
Refer to \fIkill\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -104,7 +104,7 @@ when this occurs, \fIerrno\fP shall be set equal to
.IP " *" 3
The calling thread receives a signal that is to be caught; in this
case a message is not received and the calling thread resumes
execution in the manner prescribed in \fIsigaction\fP() .
execution in the manner prescribed in \fIsigaction\fP().
.LP
.RE
.LP

View File

@ -89,7 +89,7 @@ when this occurs, \fIerrno\fP shall be set equal to
.IP " *" 3
The calling thread receives a signal that is to be caught; in this
case the message is not sent and the calling thread resumes
execution in the manner prescribed in \fIsigaction\fP() .
execution in the manner prescribed in \fIsigaction\fP().
.LP
.RE
.LP

View File

@ -90,7 +90,7 @@ The \fImode\fP argument is invalid.
.sp
.LP
The \fIpopen\fP() function may also set \fIerrno\fP values as described
by \fIfork\fP() or \fIpipe\fP() .
by \fIfork\fP() or \fIpipe\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES
@ -105,7 +105,7 @@ filter.
Buffered reading before opening an input filter may leave the standard
input of that filter mispositioned. Similar problems with
an output filter may be prevented by careful buffer flushing; for
example, with \fIfflush\fP() .
example, with \fIfflush\fP().
.LP
A stream opened by \fIpopen\fP() should be closed by \fIpclose\fP().
.LP

View File

@ -550,7 +550,7 @@ pointer.
.SH ERRORS
.LP
For the conditions under which \fIfprintf\fP() and \fIprintf\fP()
fail and may fail, refer to \fIfputc\fP() or \fIfputwc\fP() .
fail and may fail, refer to \fIfputc\fP() or \fIfputwc\fP().
.LP
In addition, all forms of \fIfprintf\fP() may fail if:
.TP 7

View File

@ -176,7 +176,7 @@ other thread can touch the element to be deleted.
None.
.SH RATIONALE
.LP
See \fIpthread_mutex_init\fP() ; a similar rationale applies to condition
See \fIpthread_mutex_init\fP(); a similar rationale applies to condition
variables.
.SH FUTURE DIRECTIONS
.LP

View File

@ -83,7 +83,7 @@ None.
None.
.SH RATIONALE
.LP
See \fIpthread_attr_init\fP() and \fIpthread_mutex_init\fP() .
See \fIpthread_attr_init\fP() and \fIpthread_mutex_init\fP().
.LP
A \fIprocess-shared\fP attribute has been defined for condition variables
for the same reason it has been defined for

View File

@ -25,10 +25,10 @@ so the argument should never be an expression with side
effects.
.SH RETURN VALUE
.LP
Refer to \fIfputc\fP() .
Refer to \fIfputc\fP().
.SH ERRORS
.LP
Refer to \fIfputc\fP() .
Refer to \fIfputc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -21,10 +21,10 @@ int putchar(int\fP \fIc\fP\fB);
The function call \fIputchar\fP(\fIc\fP) shall be equivalent to \fIputc\fP(\fIc\fP,\fIstdout\fP).
.SH RETURN VALUE
.LP
Refer to \fIfputc\fP() .
Refer to \fIfputc\fP().
.SH ERRORS
.LP
Refer to \fIfputc\fP() .
Refer to \fIfputc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -36,7 +36,7 @@ indicator for the stream, \ and \fIerrno\fP shall be set to indicate
the error.
.SH ERRORS
.LP
Refer to \fIfputc\fP() .
Refer to \fIfputc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -27,10 +27,10 @@ so the argument should never be an expression with side
effects.
.SH RETURN VALUE
.LP
Refer to \fIfputwc\fP() .
Refer to \fIfputwc\fP().
.SH ERRORS
.LP
Refer to \fIfputwc\fP() .
Refer to \fIfputwc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -22,10 +22,10 @@ The function call \fIputwchar\fP(\fIwc\fP) shall be equivalent to
\fIputwc\fP(\fIwc\fP,\fIstdout\fP).
.SH RETURN VALUE
.LP
Refer to \fIfputwc\fP() .
Refer to \fIfputwc\fP().
.SH ERRORS
.LP
Refer to \fIfputwc\fP() .
Refer to \fIfputwc\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -37,10 +37,10 @@ Upon successful completion, \fIreadv\fP() shall mark for update the
\fIst_atime\fP field of the file.
.SH RETURN VALUE
.LP
Refer to \fIread\fP() .
Refer to \fIread\fP().
.SH ERRORS
.LP
Refer to \fIread\fP() .
Refer to \fIread\fP().
.LP
In addition, the \fIreadv\fP() function shall fail if:
.TP 7
@ -100,7 +100,7 @@ bytes_read = readv(fd, iov, iovcnt);
None.
.SH RATIONALE
.LP
Refer to \fIread\fP() .
Refer to \fIread\fP().
.SH FUTURE DIRECTIONS
.LP
None.

View File

@ -31,10 +31,10 @@ If \fIpath\fP names a directory, \fIremove\fP(\fIpath\fP) shall be
equivalent to \fIrmdir\fP(\fIpath\fP).
.SH RETURN VALUE
.LP
Refer to \fIrmdir\fP() or \fIunlink\fP() .
Refer to \fIrmdir\fP() or \fIunlink\fP().
.SH ERRORS
.LP
Refer to \fIrmdir\fP() or \fIunlink\fP() .
Refer to \fIrmdir\fP() or \fIunlink\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -245,7 +245,7 @@ Renaming dot or dot-dot is prohibited in order to prevent cyclical
file system paths.
.LP
See also the descriptions of [ENOTEMPTY] and [ENAMETOOLONG] in \fIrmdir\fP()
and [EBUSY] in \fIunlink\fP() . For a discussion of [EXDEV], see \fIlink\fP()
and [EBUSY] in \fIunlink\fP(). For a discussion of [EXDEV], see \fIlink\fP()
\&.
.SH FUTURE DIRECTIONS
.LP

View File

@ -23,10 +23,10 @@ The \fIrindex\fP() function shall be equivalent to \fIstrrchr\fP()
\&.
.SH RETURN VALUE
.LP
Refer to \fIstrrchr\fP() .
Refer to \fIstrrchr\fP().
.SH ERRORS
.LP
Refer to \fIstrrchr\fP() .
Refer to \fIstrrchr\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -27,10 +27,10 @@ These functions shall return the integral value (represented as a
current rounding mode. The current rounding mode is implementation-defined.
.LP
If the current rounding mode rounds toward negative infinity, then
\fIrint\fP() shall be equivalent to \fIfloor\fP() . If the current
\fIrint\fP() shall be equivalent to \fIfloor\fP(). If the current
rounding mode rounds toward positive infinity, then \fIrint\fP() shall
be
equivalent to \fIceil\fP() .
equivalent to \fIceil\fP().
.LP
These functions differ from the \fInearbyint\fP(), \fInearbyintf\fP(),
and \fInearbyintl\fP()

View File

@ -22,7 +22,7 @@ double scalb(double\fP \fIx\fP\fB, double\fP \fIn\fP\fB); \fP
The \fIscalb\fP() function shall compute \fIx\fP*\fIr**n\fP, where
\fIr\fP is the radix of the
machine's floating-point arithmetic. When \fIr\fP is 2, \fIscalb\fP()
shall be equivalent to \fIldexp\fP() . The value of \fIr\fP is FLT_RADIX
shall be equivalent to \fIldexp\fP(). The value of \fIr\fP is FLT_RADIX
which is defined in \fI<float.h>\fP.
.LP
An application wishing to check for error situations should set \fIerrno\fP

View File

@ -423,7 +423,7 @@ for the stream is set, EOF shall be returned, \ and
.LP
For the conditions under which the \fIfscanf\fP() functions fail and
may fail, refer to \fIfgetc\fP()
or \fIfgetwc\fP() .
or \fIfgetwc\fP().
.LP
In addition, \fIfscanf\fP() may fail if:
.TP 7

View File

@ -96,7 +96,7 @@ shall be set equal to [EIDRM] and -1 shall be returned.
The calling thread receives a signal that is to be caught. When this
occurs, the value of \fIsemncnt\fP associated with the
specified semaphore shall be decremented, and the calling thread shall
resume execution in the manner prescribed in \fIsigaction\fP() .
resume execution in the manner prescribed in \fIsigaction\fP().
.LP
.RE
.LP
@ -140,7 +140,7 @@ shall be set equal to [EIDRM] and -1 shall be returned.
The calling thread receives a signal that is to be caught. When this
occurs, the value of \fIsemzcnt\fP associated with the
specified semaphore shall be decremented, and the calling thread shall
resume execution in the manner prescribed in \fIsigaction\fP() .
resume execution in the manner prescribed in \fIsigaction\fP().
.LP
.RE
.LP

View File

@ -53,7 +53,7 @@ None.
None.
.SH RATIONALE
.LP
Refer to the RATIONALE section in \fIsetuid\fP() .
Refer to the RATIONALE section in \fIsetuid\fP().
.SH FUTURE DIRECTIONS
.LP
None.

View File

@ -53,7 +53,7 @@ None.
None.
.SH RATIONALE
.LP
Refer to the RATIONALE section in \fIsetuid\fP() .
Refer to the RATIONALE section in \fIsetuid\fP().
.SH FUTURE DIRECTIONS
.LP
None.

View File

@ -59,7 +59,7 @@ None.
None.
.SH RATIONALE
.LP
Refer to the RATIONALE section in \fIsetuid\fP() .
Refer to the RATIONALE section in \fIsetuid\fP().
.SH FUTURE DIRECTIONS
.LP
None.

View File

@ -40,7 +40,7 @@ None.
None.
.SH RATIONALE
.LP
Refer to \fIsigemptyset\fP() .
Refer to \fIsigemptyset\fP().
.SH FUTURE DIRECTIONS
.LP
None.

View File

@ -103,7 +103,7 @@ and restored.
Historical implementations often implement the SIGALRM-based version
using \fIalarm\fP()
and \fIpause\fP(). One such implementation is prone to infinite hangups,
as described in \fIpause\fP() . Another such implementation uses the
as described in \fIpause\fP(). Another such implementation uses the
C-language \fIsetjmp\fP() and \fIlongjmp\fP() functions to avoid that
window. That implementation introduces a different problem: when the
SIGALRM signal interrupts a signal-catching function installed

View File

@ -82,7 +82,7 @@ set \fIerrno\fP to indicate the error.
.LP
The
\fIsystem\fP() function may set \fIerrno\fP values as described by
\fIfork\fP() .
\fIfork\fP().
.LP
In addition, \fIsystem\fP() may fail if:
.TP 7

View File

@ -141,7 +141,7 @@ It is called from a process in a background process group and SIGTTOU
is caught.
.LP
.LP
See also the RATIONALE section in \fItcgetattr\fP() .
See also the RATIONALE section in \fItcgetattr\fP().
.SH FUTURE DIRECTIONS
.LP
Using an input baud rate of 0 to set the input rate equal to the output

View File

@ -129,7 +129,7 @@ descendants. But the times of a child are only added to those of its
parent when its parent successfully waits on the child. Thus,
it is not guaranteed that a parent process can always see the total
times of all its descendants; see also the discussion of the
term ``realtime'' in \fIalarm\fP() .
term ``realtime'' in \fIalarm\fP().
.LP
If the type \fBclock_t\fP is defined to be a signed 32-bit integer,
it overflows in somewhat more than a year if there are 60

View File

@ -59,7 +59,7 @@ None.
None.
.SH RATIONALE
.LP
Refer to the RATIONALE section in \fIsetenv\fP() .
Refer to the RATIONALE section in \fIsetenv\fP().
.SH FUTURE DIRECTIONS
.LP
None.

View File

@ -45,10 +45,10 @@ functions invoke the \fIva_arg\fP macro, the value of
\fIap\fP after the return is unspecified.
.SH RETURN VALUE
.LP
Refer to \fIfprintf\fP() .
Refer to \fIfprintf\fP().
.SH ERRORS
.LP
Refer to \fIfprintf\fP() .
Refer to \fIfprintf\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -41,10 +41,10 @@ functions invoke the \fIva_arg\fP macro, the value of \fIap\fP after
the return is unspecified.
.SH RETURN VALUE
.LP
Refer to \fIfscanf\fP() .
Refer to \fIfscanf\fP().
.SH ERRORS
.LP
Refer to \fIfscanf\fP() .
Refer to \fIfscanf\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -45,10 +45,10 @@ as these functions do invoke the \fIva_arg\fP macro, the
value of \fIap\fP after the return is unspecified.
.SH RETURN VALUE
.LP
Refer to \fIfwprintf\fP() .
Refer to \fIfwprintf\fP().
.SH ERRORS
.LP
Refer to \fIfwprintf\fP() .
Refer to \fIfwprintf\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -45,10 +45,10 @@ functions invoke the \fIva_arg\fP macro, the value of \fIap\fP after
the return is unspecified.
.SH RETURN VALUE
.LP
Refer to \fIfwscanf\fP() .
Refer to \fIfwscanf\fP().
.SH ERRORS
.LP
Refer to \fIfwscanf\fP() .
Refer to \fIfwscanf\fP().
.LP
\fIThe following sections are informative.\fP
.SH EXAMPLES

View File

@ -515,7 +515,7 @@ shall return a negative value, \ and set
.SH ERRORS
.LP
For the conditions under which \fIfwprintf\fP() and \fIwprintf\fP()
fail and may fail, refer to \fIfputwc\fP() .
fail and may fail, refer to \fIfputwc\fP().
.LP
In addition, all forms of \fIfwprintf\fP() may fail if:
.TP 7

View File

@ -391,7 +391,7 @@ bytes_written = write(fd, buf, nbytes);
None.
.SH RATIONALE
.LP
See also the RATIONALE section in \fIread\fP() .
See also the RATIONALE section in \fIread\fP().
.LP
An attempt to write to a pipe or FIFO has several major characteristics:
.IP " *" 3
@ -534,7 +534,7 @@ bytes that can be written to a pipe in a single operation)
was considered, but rejected, because this concept would unnecessarily
limit application writing.
.LP
See also the discussion of O_NONBLOCK in \fIread\fP() .
See also the discussion of O_NONBLOCK in \fIread\fP().
.LP
Writes can be serialized with respect to other reads and writes. If
a \fIread\fP() of file

View File

@ -49,7 +49,7 @@ value of -1, the file-pointer shall remain unchanged, and \fIerrno\fP
shall be set to indicate an error.
.SH ERRORS
.LP
Refer to \fIwrite\fP() .
Refer to \fIwrite\fP().
.LP
In addition, the \fIwritev\fP() function shall fail if:
.TP 7
@ -109,7 +109,7 @@ bytes_written = writev(fd, iov, iovcnt);
None.
.SH RATIONALE
.LP
Refer to \fIwrite\fP() .
Refer to \fIwrite\fP().
.SH FUTURE DIRECTIONS
.LP
None.

View File

@ -429,7 +429,7 @@ for the stream is set, EOF shall be returned, \ and
.SH ERRORS
.LP
For the conditions under which the \fIfwscanf\fP() functions shall
fail and may fail, refer to \fIfgetwc\fP() .
fail and may fail, refer to \fIfgetwc\fP().
.LP
In addition, \fIfwscanf\fP() may fail if:
.TP 7