Even when the CONFORMING TO section is just a list of standards,

they should be terminated by a period.
This commit is contained in:
Michael Kerrisk 2008-07-15 13:39:17 +00:00
parent ebc2edd17d
commit 44a2c3286c
104 changed files with 104 additions and 104 deletions

View File

@ -59,7 +59,7 @@ returns the number of seconds remaining until any previously scheduled
alarm was due to be delivered, or zero if there was no previously
scheduled alarm.
.SH "CONFORMING TO"
SVr4, POSIX.1-2001, 4.3BSD
SVr4, POSIX.1-2001, 4.3BSD.
.SH NOTES
.BR alarm ()
and

View File

@ -117,7 +117,7 @@ An error occurred during synchronization.
.I fd
is bound to a special file which does not support synchronization.
.SH "CONFORMING TO"
4.3BSD, POSIX.1-2001
4.3BSD, POSIX.1-2001.
.SH AVAILABILITY
On POSIX systems on which
.BR fdatasync ()

View File

@ -42,7 +42,7 @@ returns the effective group ID of the calling process.
.SH ERRORS
These functions are always successful.
.SH "CONFORMING TO"
POSIX.1-2001, 4.3BSD
POSIX.1-2001, 4.3BSD.
.SH "SEE ALSO"
.BR getresgid (2),
.BR setgid (2),

View File

@ -42,7 +42,7 @@ returns the process ID of the parent of the calling process.
.SH ERRORS
These functions are always successful.
.SH "CONFORMING TO"
POSIX.1-2001, 4.3BSD, SVr4
POSIX.1-2001, 4.3BSD, SVr4.
.SH "SEE ALSO"
.BR fork (2),
.BR kill (2),

View File

@ -116,7 +116,7 @@ has not yet been
.BR wait (2)ed
for.
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001
SVr4, 4.3BSD, POSIX.1-2001.
.SH NOTES
The only signals that can be sent to process ID 1, the
.I init

View File

@ -189,7 +189,7 @@ For
(Linux 2.6.8 and earlier) The caller was not privileged
.RB ( CAP_IPC_LOCK ).
.SH "CONFORMING TO"
POSIX.1-2001, SVr4
POSIX.1-2001, SVr4.
.SH AVAILABILITY
On POSIX systems on which
.BR mlock ()

View File

@ -440,7 +440,7 @@ Alternatively, the process may already be being traced, or be
The specified process does not exist, or is not currently being traced
by the caller, or is not stopped (for requests that require that).
.SH "CONFORMING TO"
SVr4, 4.3BSD
SVr4, 4.3BSD.
.SH NOTES
Although arguments to
.BR ptrace ()

View File

@ -233,7 +233,7 @@ or
.B Q_SETQLIM
was asked for a file system that didn't have quota enabled.
.SH "CONFORMING TO"
BSD
BSD.
.SH "SEE ALSO"
.BR quota (1),
.BR getrlimit (2),

View File

@ -110,7 +110,7 @@ No process has a PID matching
.SH VERSIONS
This system call first appeared in Linux 2.2.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
If this function results in the sending of a signal to the process
that invoked it, and that signal was not blocked by the calling thread,

View File

@ -124,7 +124,7 @@ The wait was interrupted by a signal handler; see
.I timeout
was invalid.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
In normal usage, the calling program blocks the signals in
.I set

View File

@ -153,7 +153,7 @@ is not a directory.
.B EOVERFLOW
Some values were too large to be represented in the returned struct.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
The Linux kernel has system calls
.BR statfs (2)

View File

@ -124,7 +124,7 @@ As for
As for
.BR waitpid (2).
.SH "CONFORMING TO"
4.3BSD
4.3BSD.
.SH NOTES
Including
.I <sys/time.h>

View File

@ -65,7 +65,7 @@ expand to constants of types \fIdouble\fP, \fIfloat\fP
and \fIlong double\fP, respectively,
that represent a large positive value, possibly plus infinity.
.SH "CONFORMING TO"
C99
C99.
.SH AVAILABILITY
On a glibc system, the macro
.B HUGE_VAL

View File

@ -68,7 +68,7 @@ The
.BR abort ()
function never returns.
.SH "CONFORMING TO"
SVr4, POSIX.1-2001, 4.3BSD, C89, C99
SVr4, POSIX.1-2001, 4.3BSD, C89, C99.
.SH "SEE ALSO"
.BR gdb (1),
.BR sigaction (2),

View File

@ -82,7 +82,7 @@ is set appropriately.
.I fd
is not a valid file descriptor.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH "SEE ALSO"
.BR aio_error (3),
.BR aio_fsync (3),

View File

@ -64,7 +64,7 @@ of which the return status (see
.BR aio_return (3))
has not been retrieved yet.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH "SEE ALSO"
.BR aio_cancel (3),
.BR aio_fsync (3),

View File

@ -84,7 +84,7 @@ is not
or
.BR O_DSYNC .
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH "SEE ALSO"
.BR aio_cancel (3),
.BR aio_error (3),

View File

@ -104,7 +104,7 @@ The file is a regular file, we start reading before end-of-file
and want at least one byte, but the starting position is past
the maximum offset for this file.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
It is a good idea to zero out the control block before use.
This control block must not be changed while the read operation

View File

@ -57,7 +57,7 @@ On error, the error value is returned.
does not point at a control block for an asynchronous I/O request
of which the return status has not been retrieved yet.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH "SEE ALSO"
.BR aio_cancel (3),
.BR aio_error (3),

View File

@ -75,7 +75,7 @@ The call was ended by signal; see
(Possibly the completion signal of one of the operations we were
waiting for.)
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
One can achieve polling by using a non-NULL
.I timeout

View File

@ -108,7 +108,7 @@ are invalid.
.B ENOSYS
This function is not supported.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
It is a good idea to zero out the control block before use.
This control block must not be changed while the write operation

View File

@ -121,7 +121,7 @@ and
.BR basename ()
return pointers to null-terminated strings.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
There are two different versions of
.BR basename ()

View File

@ -62,7 +62,7 @@ array, or NULL if no match is found.
If there are multiple elements that
match the key, the element returned is unspecified.
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001, C89, C99
SVr4, 4.3BSD, POSIX.1-2001, C89, C99.
.SH EXAMPLE
The example below first sorts an array of structures using
.BR qsort (3),

View File

@ -21,7 +21,7 @@ function returns the absolute value of the complex number
.IR z .
The result is a real number.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The function is actually an alias for
.I "hypot(a,\ b)"

View File

@ -30,7 +30,7 @@ One has:
cacos(z) = \-i clog(z + csqrt(z * z \- 1))
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR ccos (3),
.BR clog (3),

View File

@ -33,7 +33,7 @@ One has:
cacosh(z) = (0.5) * clog((1 + z) / (1 \- z))
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR acosh (3),
.BR cabs (3),

View File

@ -43,7 +43,7 @@ One has:
.SH "RETURN VALUE"
The return value is the range of [\-pi,pi].
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR complex (7)

View File

@ -30,7 +30,7 @@ One has:
casin(z) = \-i clog(iz + csqrt(1 \- z * z))
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR ccos (3),
.BR clog (3),

View File

@ -30,7 +30,7 @@ One has:
casinh(z) = clog(z + csqrt(z * z + 1))
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR asinh (3),
.BR cabs (3),

View File

@ -28,7 +28,7 @@ One has:
catan(z) = 1 / 2i clog((1 + iz) / (1 \- iz))
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR ccos (3),
.BR clog (3),

View File

@ -30,7 +30,7 @@ One has:
catanh(z) = 0.5 * clog((1 + z) / (1 \- z))
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR atanh (3),
.BR cabs (3),

View File

@ -60,7 +60,7 @@ function returns the (real) cube root of \fIx\fP.
This function cannot fail; every representable real value has a
representable real cube root.
.SH "CONFORMING TO"
C99
C99.
.\" .BR cbrt ()
.\" was a GNU extension. It is now a C99 requirement.
.SH "SEE ALSO"

View File

@ -21,7 +21,7 @@ The complex cosine function is defined as:
ccos(z) = (exp(i * z) + exp(\-i * z)) / 2
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR csin (3),

View File

@ -21,7 +21,7 @@ The complex hyperbolic cosine function is defined as:
ccosh(z) = (exp(z)+exp(\-z))/2
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR csinh (3),

View File

@ -25,7 +25,7 @@ One has:
cexp(I * z) = ccos(z) + I * csin(z)
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR clog (3),

View File

@ -26,7 +26,7 @@ One has:
z = creal(z) + I * cimag(z)
.fi
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
gcc also supports __imag__.
That is a GNU extension.

View File

@ -34,7 +34,7 @@ Note that
.I z
close to zero will cause an overflow.
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR cexp (3),

View File

@ -56,7 +56,7 @@ is set appropriately.
.B EBADF
Invalid directory stream descriptor \fIdir\fP.
.SH "CONFORMING TO"
SVr4, POSIX.1-2001, 4.3BSD
SVr4, POSIX.1-2001, 4.3BSD.
.SH "SEE ALSO"
.BR close (2),
.BR opendir (3),

View File

@ -123,7 +123,7 @@ If the value of
.I name
is invalid.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH EXAMPLE
The following code fragment determines the path where to find
the POSIX.2 system utilities:

View File

@ -27,7 +27,7 @@ One has:
cabs(z) = csqrt(z * conj(z))
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR sqrt (3),

View File

@ -26,7 +26,7 @@ raised to the power
.I x
along the negative real axis.)
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR pow (3),

View File

@ -25,7 +25,7 @@ itself.
Every complex infinite value is projected to a single infinite value,
namely to positive infinity on the real axis.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The glibc implementation is broken and does something entirely different.
.SH "SEE ALSO"

View File

@ -26,7 +26,7 @@ One has:
z = creal(z) + I * cimag(z)
.fi
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The gcc supports also __real__.
That is a GNU extension.

View File

@ -139,7 +139,7 @@ function was not implemented, probably because of U.S.A. export restrictions.
.\" Making encrypted data computed using crypt() publicly available has
.\" to be considered insecure for the given reasons.
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001
SVr4, 4.3BSD, POSIX.1-2001.
.SH NOTES
.SS Glibc Notes
The glibc2 version of this function supports additional

View File

@ -21,7 +21,7 @@ The complex sine function is defined as:
csin(z) = (exp(i * z) \- exp(\-i * z)) / (2 * i)
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR ccos (3),

View File

@ -21,7 +21,7 @@ The complex hyperbolic sine function is defined as:
csinh(z) = (exp(z)\-exp(\-z))/2
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR ccosh (3),

View File

@ -22,7 +22,7 @@ with a branch cut along the negative real axis.
\fIcsqrt(\-1\-eps*I)\fP will be close to \-I, \fIif eps\fP is a small positive
real number.)
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR cexp (3),

View File

@ -21,7 +21,7 @@ The complex tangent function is defined as:
ctan(z) = csin(z) / ccos(z)
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR ccos (3),

View File

@ -22,7 +22,7 @@ mathematically as:
ctanh(z) = csinh(z) / ccosh(z)
.fi
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR cabs (3),
.BR ccosh (3),

View File

@ -248,7 +248,7 @@ C89 and C99 specify
.BR gmtime (),
.BR localtime (),
and
.BR mktime ()
.BR mktime ().
.\" FIXME . Mar 08: The next POSIX.1 revisions marks asctime(), asctime_r(),
.\" ctime(), and ctime_r() obsolete.
.SH NOTES

View File

@ -44,7 +44,7 @@ The two times are specified in calendar time, which represents the time
elapsed since the Epoch
(00:00:00 on January 1, 1970, Coordinated Universal Time (UTC)).
.SH "CONFORMING TO"
SVr4, 4.3BSD, C89, C99
SVr4, 4.3BSD, C89, C99.
.SH NOTES
On a POSIX system,
.I time_t

View File

@ -121,7 +121,7 @@ struct ether_addr {
.fi
.in
.SH "CONFORMING TO"
4.3BSD, SunOS
4.3BSD, SunOS.
.SH BUGS
The glibc 2.2.5 implementation of
.BR ether_line ()

View File

@ -22,6 +22,6 @@ or
.I y
or both are NaN, Nan is returned.
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR fmax (3)

View File

@ -85,7 +85,7 @@ Insufficient memory to allocate
.I group
structure.
.SH "CONFORMING TO"
SVr4
SVr4.
.SH "SEE ALSO"
.BR endgrent (3),
.BR fgetgrent_r (3),

View File

@ -94,7 +94,7 @@ structure.
.I /etc/passwd
password database file
.SH "CONFORMING TO"
SVr4
SVr4.
.SH "SEE ALSO"
.BR endpwent (3),
.BR fgetpwent_r (3),

View File

@ -43,7 +43,7 @@ Rounding is towards negative infinity.
.PP
Other values represent machine-dependent, non-standard rounding modes.
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR fenv (3),
.BR remainder (3),

View File

@ -20,6 +20,6 @@ Return the larger value of
and
.IR y .
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR fmin (3)

View File

@ -20,6 +20,6 @@ Return the lesser value of
and
.IR y .
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR fmax (3)

View File

@ -99,7 +99,7 @@ is positive infinity, and \-1 if
.I x
is negative infinity.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
In glibc 2.01 and earlier,
.BR isinf ()

View File

@ -139,7 +139,7 @@ File containing format patterns.
Variables used by
.BR strptime (3).
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
Since
.BR getdate ()

View File

@ -172,7 +172,7 @@ Insufficient buffer space supplied.
.I /etc/group
local group database file
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001
SVr4, 4.3BSD, POSIX.1-2001.
.SH NOTES
The formulation given above under "RETURN VALUE" is from POSIX.1-2001.
It does not call "not found" an error, hence does not specify what value

View File

@ -186,7 +186,7 @@ Insufficient buffer space supplied.
.I /etc/passwd
local password database file
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001
SVr4, 4.3BSD, POSIX.1-2001.
.SH NOTES
The formulation given above under "RETURN VALUE" is from POSIX.1-2001.
It does not call "not found" an error, and hence does not specify what value

View File

@ -79,6 +79,6 @@ function returns a NULL pointer on end-of-file.
/etc/shells
.fi
.SH "CONFORMING TO"
4.3BSD
4.3BSD.
.SH "SEE ALSO"
.BR shells (5)

View File

@ -45,7 +45,7 @@ function returns the next wide-character from
standard input, or
.BR WEOF .
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The behavior of
.BR getwchar ()

View File

@ -52,7 +52,7 @@ argument is valid but not associated with a master pty.
.BR grantpt ()
is provided in glibc since version 2.1.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
This is part of the Unix98 pty support, see
.BR pts (4).

View File

@ -96,7 +96,7 @@ is too small,
.B INT_MIN
is returned.
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR log (3),
.BR logb (3)

View File

@ -67,7 +67,7 @@ The value of \fIerror\fP is "not-a-number" (NaN).
.B ERANGE
The value of \fIerror\fP is positive or negative infinity.
.SH "CONFORMING TO"
4.3BSD
4.3BSD.
.SH NOTES
This obsolete function was provided in
libc4 and libc5, but is not available in glibc2.

View File

@ -78,7 +78,7 @@ See the underlying system call
\fI/etc/group\fP group database file
.fi
.SH "CONFORMING TO"
SVr4, 4.3BSD
SVr4, 4.3BSD.
.SH "SEE ALSO"
.BR getgroups (2),
.BR setgroups (2),

View File

@ -67,7 +67,7 @@ not be NULL.
removes the element pointed to by \fIelem\fP from the
doubly-linked list.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH "NOTES"
Traditionally (e.g., SunOS, Linux libc 4 and libc 5),
the arguments of these functions were of type \fIstruct qelem *\fP,

View File

@ -59,7 +59,7 @@ true if \fIx\fP or \fIy\fP is NaN.
isunordered()
is true if \fIx\fP or \fIy\fP is NaN and false otherwise.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
Not all hardware supports these functions, and where it doesn't, they
will be emulated by macros.

View File

@ -126,7 +126,7 @@ An invalid operation was specified in
.B ENOLCK
Too many segment locks open, lock table is full.
.SH "CONFORMING TO"
SVr4, POSIX.1-2001
SVr4, POSIX.1-2001.
.SH "SEE ALSO"
.BR fcntl (2),
.BR flock (2)

View File

@ -111,7 +111,7 @@ is zero.
.\" function occurs in 4.3BSD.
.\" see IEEE.3 in the 4.3BSD manual
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR ilogb (3),
.BR log (3)

View File

@ -66,7 +66,7 @@ It returns \-1, if an
invalid multibyte sequence was encountered or if it couldn't parse a complete
multibyte character.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The behavior of
.BR mblen ()

View File

@ -65,7 +65,7 @@ encountered.
It returns \fI(size_t)\ \-2\fP if it couldn't parse a complete multibyte
character, meaning that \fIn\fP should be increased.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The behavior of
.BR mbrlen ()

View File

@ -98,7 +98,7 @@ encountered.
It returns \fI(size_t)\ \-2\fP if it couldn't parse a complete multibyte
character, meaning that \fIn\fP should be increased.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The behavior of
.BR mbrtowc ()

View File

@ -72,7 +72,7 @@ returns non-zero if \fI*ps\fP is an initial state, or if
\fIps\fP is a null pointer.
Otherwise it returns 0.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The behavior of
.BR mbsinit ()

View File

@ -82,7 +82,7 @@ encountered,
.I (size_t)\ \-1
is returned, and \fIerrno\fP set to \fBEILSEQ\fP.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The behavior of
.BR mbsrtowcs ()

View File

@ -66,7 +66,7 @@ encountered,
.I (size_t)\ \-1
is returned.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The behavior of
.BR mbstowcs ()

View File

@ -74,7 +74,7 @@ function
returns non-zero if the encoding
has nontrivial shift state, or zero if the encoding is stateless.
.SH "CONFORMING TO"
C99
C99.
.SH NOTES
The behavior of
.BR mbtowc ()

View File

@ -47,7 +47,7 @@ function returns a pointer to the next character
in \fIdest\fP after \fIc\fP, or NULL if \fIc\fP was not found in the
first \fIn\fP characters of \fIsrc\fP.
.SH "CONFORMING TO"
SVr4, 4.3BSD, C99
SVr4, 4.3BSD, C99.
.SH "SEE ALSO"
.BR bcopy (3),
.BR memcpy (3),

View File

@ -63,7 +63,7 @@ The
.BR psignal ()
function returns no value.
.SH "CONFORMING TO"
4.3BSD
4.3BSD.
.SH "SEE ALSO"
.BR perror (3),
.BR strsignal (3)

View File

@ -72,7 +72,7 @@ or non-zero if an error occurs.
.B ENOMEM
Insufficient space to allocate new environment.
.SH "CONFORMING TO"
SVr4, POSIX.1-2001, 4.3BSD
SVr4, POSIX.1-2001, 4.3BSD.
.SH NOTES
The
.BR putenv ()

View File

@ -75,7 +75,7 @@ occurs.
.B EINVAL
Invalid (NULL) argument given.
.SH "CONFORMING TO"
SVr4
SVr4.
.SH "SEE ALSO"
.BR endpwent (3),
.BR fgetpwent (3),

View File

@ -100,7 +100,7 @@ return a non-negative number on success, or
.B EOF
on error.
.SH "CONFORMING TO"
C89, C99
C89, C99.
.SH BUGS
It is not advisable to mix calls to output functions from the
.I stdio

View File

@ -62,7 +62,7 @@ otherwise it returns a pointer to an appropriate error message.
.BR re_exec ()
returns 1 for a successful match, zero for failure.
.SH "CONFORMING TO"
4.3BSD
4.3BSD.
.SH NOTES
These functions are obsolete; the functions documented in
.BR regcomp (3)

View File

@ -125,7 +125,7 @@ returns 0, and returns NULL in
.B EBADF
Invalid directory stream descriptor \fIdir\fP.
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001
SVr4, 4.3BSD, POSIX.1-2001.
.SH NOTES
Only the fields
.I d_name

View File

@ -59,7 +59,7 @@ Note that the actual quotient might not fit in an integer.
.\" glibc, UnixWare: return 3 bits
.\" MacOS 10: return 7 bits
.SH "CONFORMING TO"
C99
C99.
.SH "SEE ALSO"
.BR fmod (3),
.BR logb (3),

View File

@ -260,7 +260,7 @@ of the compressed name, or \-1 if an error occurs.
/etc/host.conf resolver configuration file
.fi
.SH "CONFORMING TO"
4.3BSD
4.3BSD.
.SH "SEE ALSO"
.BR gethostbyname (3),
.BR resolv.conf (5),

View File

@ -243,7 +243,7 @@ POSIX.1-2001.
.LP
POSIX.1-2001 says that the group ownership of a newly created shared
memory object is set to either the calling process's effective group ID
or "a system default group ID"
or "a system default group ID".
.SH "NOTES"
.LP
POSIX leaves the behavior of the combination of

View File

@ -67,7 +67,7 @@ can be applied.
.BR sockatmark ()
was added to glibc in version 2.2.4.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
If
.BR sockatmark ()

View File

@ -59,7 +59,7 @@ an integer less than, equal to, or greater than zero if \fIs1\fP
(or the first \fIn\fP bytes thereof) is found, respectively, to be
less than, to match, or be greater than \fIs2\fP.
.SH "CONFORMING TO"
4.4BSD, POSIX.1-2001
4.4BSD, POSIX.1-2001.
.SH "SEE ALSO"
.BR bcmp (3),
.BR memcmp (3),

View File

@ -64,7 +64,7 @@ The
function returns a pointer to the token,
that is, it returns the original value of \fI*stringp\fP.
.SH "CONFORMING TO"
4.4BSD
4.4BSD.
.SH NOTES
The
.BR strsep ()

View File

@ -113,7 +113,7 @@ the next token, or NULL if there are no more tokens.
SVr4, POSIX.1-2001, 4.3BSD, C89, C99.
.TP
.BR strtok_r ()
POSIX.1-2001
POSIX.1-2001.
.SH BUGS
Avoid using these functions.
If you do use them, note that:

View File

@ -60,7 +60,7 @@ terminating \(aq\\0\(aq character.
If the value returned is \fIn\fP or more, the
contents of \fIdest\fP are indeterminate.
.SH "CONFORMING TO"
SVr4, 4.3BSD, C89, C99
SVr4, 4.3BSD, C89, C99.
.SH NOTES
In the \fI"POSIX"\fP or \fI"C"\fP locales
.BR strxfrm ()

View File

@ -54,7 +54,7 @@ The
.BR swab ()
function returns no value.
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001
SVr4, 4.3BSD, POSIX.1-2001.
.SH "SEE ALSO"
.BR bstring (3),
.BR feature_test_macros (7)

View File

@ -61,7 +61,7 @@ it has one but it is not described by
.BR tcgetsid ()
is provided in glibc since version 2.1.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH NOTES
This function is implemented via the
.B TIOCGSID

View File

@ -92,7 +92,7 @@ filename, or NULL if a unique name cannot be generated.
.B ENOMEM
Allocation of storage failed.
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001
SVr4, 4.3BSD, POSIX.1-2001.
.\" FIXME . Mar 08: The next POSIX.1 revisions marks tempnam() obsolete.
.SH NOTES
Although

View File

@ -57,7 +57,7 @@ The value returned is that of the converted letter, or
.I c
if the conversion was not possible.
.SH "CONFORMING TO"
C89, C99, 4.3BSD
C89, C99, 4.3BSD.
.SH BUGS
The details of what constitutes an uppercase or lowercase letter depend
on the current locale.

View File

@ -210,7 +210,7 @@ is a symlink to the file
.I localtime
or to the correct time zone file in the system time zone directory.
.SH "CONFORMING TO"
SVr4, POSIX.1-2001, 4.3BSD
SVr4, POSIX.1-2001, 4.3BSD.
.SH NOTES
Note that the variable \fIdaylight\fP does not indicate that daylight
saving time applies right now.

View File

@ -184,7 +184,7 @@ and
.BR wordfree ()
are provided in glibc since version 2.1.
.SH "CONFORMING TO"
POSIX.1-2001
POSIX.1-2001.
.SH EXAMPLE
The output of the following example program
is approximately that of "ls [a-c]*.c".

Some files were not shown because too many files have changed in this diff Show More