Renamed .SH AVAILABILITY to .SH VERSIONS

This commit is contained in:
Michael Kerrisk 2007-05-16 04:53:05 +00:00
parent 9aba2fed65
commit a759cc870f
11 changed files with 15 additions and 14 deletions

View File

@ -627,10 +627,11 @@ was specified by a non-root process (process without CAP_SYS_ADMIN).
.B EPERM
.B CLONE_PID
was specified by a process other than process 0.
.SH AVAILABILITY
.SH VERSIONS
There is no entry for
.BR clone ()
in libc5. glibc2 provides
in libc5.
glibc2 provides
.BR clone ()
as described in this manual page.
.SH NOTES

View File

@ -38,7 +38,7 @@ appropriately.
.BR get_thread_area ()
is Linux specific and should not be used in programs
that are intended to be portable.
.SH AVAILABILITY
.SH VERSIONS
A version of
.BR get_thread_area ()
first appeared in Linux 2.5.32.

View File

@ -82,6 +82,6 @@ The buffer was not large enough to hold the path of the directory entry.
.SH "CONFORMING TO"
.BR lookup_dcookie ()
is Linux specific.
.SH AVAILABILITY
Since Linux 2.5.43.
.SH VERSIONS
Available since Linux 2.5.43.
The ENAMETOOLONG error return was added in 2.5.70.

View File

@ -150,8 +150,8 @@ and it is not available on all Unix implementations.
The
.BR mincore ()
function first appeared in 4.4BSD.
.SH AVAILABILITY
Since Linux 2.3.99pre1 and glibc 2.2.
.SH VERSIONS
Available since Linux 2.3.99pre1 and glibc 2.2.
.SH "SEE ALSO"
.BR mlock (2),
.BR mmap (2)

View File

@ -218,7 +218,7 @@ and options to get the maximum number of processes per user,
get the maximum number of processors the calling process can use,
find out whether a specified process is currently blocked,
get or set the maximum stack size, etc.
.SH AVAILABILITY
.SH VERSIONS
The
.BR prctl ()
system call was introduced in Linux 2.1.57.

View File

@ -44,7 +44,7 @@ function returns zero on success, and a non-zero
value on failure.
.\" Most versions of Unix return -1 on error, or do not even have errors.
.\" Glibc info and the Watcom C library document "a non-zero value".
.SH AVAILABILITY
.SH VERSIONS
Not in libc4, libc5.
In glibc since glibc 2.0.
.SH "CONFORMING TO"

View File

@ -132,7 +132,7 @@ the macro
is false only for the first two statuses.
.\" So far the Sun page
.\" Some additions - aeb
.SH AVAILABILITY
.SH VERSIONS
These routines are present in libc 4.6.27 and later, and in
glibc 2.1 and later.
.SH "CONFORMING TO"

View File

@ -84,7 +84,7 @@ referred to by
.B ESPIPE
.I fd
refers to a pipe of file descriptor.
.SH AVAILABILITY
.SH VERSIONS
.BR posix_fallocate ()
is available since glibc 2.1.94.
.SH "CONFORMING TO"

View File

@ -141,7 +141,7 @@ GNU libc
.BR malloc (3)
always returns 8-byte aligned memory addresses, so these routines are only
needed if you require larger alignment values.
.SH AVAILABILITY
.SH VERSIONS
The functions
.BR memalign ()
and

View File

@ -60,7 +60,7 @@ The functions
and
.BR xdecrypt ()
return 1 on success and 0 on error.
.SH AVAILABILITY
.SH VERSIONS
These routines are present in libc 4.6.27 and later, and in
glibc 2.1 and later.
.SH BUGS

View File

@ -108,7 +108,7 @@ and batchcount via:
.nf
echo "\fIcache_name limit batchcount\fP" > /proc/slabinfo
.fi
.SH AVAILABILITY
.SH VERSIONS
.I /proc/slabinfo
exists since Linux 2.1.23.
SMP per-CPU caches exist since Linux 2.4.0-test3.