From a759cc870ffd1735eefc8fc4bd5158d3862eb973 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 16 May 2007 04:53:05 +0000 Subject: [PATCH] Renamed .SH AVAILABILITY to .SH VERSIONS --- man2/clone.2 | 5 +++-- man2/get_thread_area.2 | 2 +- man2/lookup_dcookie.2 | 4 ++-- man2/mincore.2 | 4 ++-- man2/prctl.2 | 2 +- man3/clearenv.3 | 2 +- man3/des_crypt.3 | 2 +- man3/posix_fallocate.3 | 2 +- man3/posix_memalign.3 | 2 +- man3/xcrypt.3 | 2 +- man5/slabinfo.5 | 2 +- 11 files changed, 15 insertions(+), 14 deletions(-) diff --git a/man2/clone.2 b/man2/clone.2 index b998b390a..a236a2dd4 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -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 diff --git a/man2/get_thread_area.2 b/man2/get_thread_area.2 index fbe279c62..aed12ae78 100644 --- a/man2/get_thread_area.2 +++ b/man2/get_thread_area.2 @@ -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. diff --git a/man2/lookup_dcookie.2 b/man2/lookup_dcookie.2 index 89582eae8..fa372069f 100644 --- a/man2/lookup_dcookie.2 +++ b/man2/lookup_dcookie.2 @@ -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. diff --git a/man2/mincore.2 b/man2/mincore.2 index 2b7fe1226..16c3a413f 100644 --- a/man2/mincore.2 +++ b/man2/mincore.2 @@ -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) diff --git a/man2/prctl.2 b/man2/prctl.2 index 767bfe8dc..d306b8978 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -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. diff --git a/man3/clearenv.3 b/man3/clearenv.3 index c985bf616..fc112b33a 100644 --- a/man3/clearenv.3 +++ b/man3/clearenv.3 @@ -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" diff --git a/man3/des_crypt.3 b/man3/des_crypt.3 index 81e37967a..61a3e063c 100644 --- a/man3/des_crypt.3 +++ b/man3/des_crypt.3 @@ -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" diff --git a/man3/posix_fallocate.3 b/man3/posix_fallocate.3 index c615a1426..719b68da5 100644 --- a/man3/posix_fallocate.3 +++ b/man3/posix_fallocate.3 @@ -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" diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3 index 27207a1e0..0ea37049b 100644 --- a/man3/posix_memalign.3 +++ b/man3/posix_memalign.3 @@ -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 diff --git a/man3/xcrypt.3 b/man3/xcrypt.3 index 5e3576af4..3f8363fe8 100644 --- a/man3/xcrypt.3 +++ b/man3/xcrypt.3 @@ -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 diff --git a/man5/slabinfo.5 b/man5/slabinfo.5 index bf8201869..e4d2c5501 100644 --- a/man5/slabinfo.5 +++ b/man5/slabinfo.5 @@ -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.