]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
clock_getres.2, fsync.2, mlock.2, mmap.2, msync.2, INFINITY.3, cexp2.3, clog2.3,...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 21 May 2020 08:34:33 +0000 (10:34 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 31 May 2020 08:45:27 +0000 (10:45 +0200)
In the few pages where this heading (which is "nonstandard" within
man-pages) is used, it always immediately follows CONFORMING TO
and generally contains information related to standards. Remove
the section heading, thus incorporating AVAILABILITY into
CONFORMING TO.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/clock_getres.2
man2/fsync.2
man2/mlock.2
man2/mmap.2
man2/msync.2
man3/INFINITY.3
man3/cexp2.3
man3/clog2.3
man3/flockfile.3

index 1cc0d830caa91dac756b05c15f705bec9f244aed..9e9ce0f432a94ae58b76bcabb0f64b0e7b3af86b 100644 (file)
@@ -349,7 +349,7 @@ T}  Thread safety   MT-Safe
 .sp 1
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008, SUSv2.
-.SH AVAILABILITY
+.PP
 On POSIX systems on which these functions are available, the symbol
 .B _POSIX_TIMERS
 is defined in \fI<unistd.h>\fP to a value greater than 0.
index d758ab21f627089169f6128014d77c0773835218..b6407ec624f00b74f7d86fb91724919bf24c63fd 100644 (file)
@@ -151,7 +151,7 @@ system call, and some previous write failed due to insufficient
 storage space.
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008, 4.3BSD.
-.SH AVAILABILITY
+.PP
 On POSIX systems on which
 .BR fdatasync ()
 is available,
index c32b5baef798309701a0e2313ca74ae36704e83b..4e2b4acc20c380a572af63a59bbff4b3f26f072a 100644 (file)
@@ -275,7 +275,7 @@ POSIX.1-2001, POSIX.1-2008, SVr4.
 .PP
 .BR mlock2 ()
 is Linux specific.
-.SH AVAILABILITY
+.PP
 On POSIX systems on which
 .BR mlock ()
 and
index 09e74d89a9b9e3c42d6d01791d99a1e6eed73b44..ec59a5be6a789d54fbab3781100e4a07d8461039 100644 (file)
@@ -655,7 +655,7 @@ T}  Thread safety   MT-Safe
 POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD.
 .\" SVr4 documents additional error codes ENXIO and ENODEV.
 .\" SUSv2 documents additional error codes EMFILE and EOVERFLOW.
-.SH AVAILABILITY
+.PP
 On POSIX systems on which
 .BR mmap (),
 .BR msync (2),
index ae8ffba53fc82f235283a8087278f4b06cf856ad..0d0242bf793c049ceb7bd60eb046a1086ef5ccea 100644 (file)
@@ -105,7 +105,7 @@ instead of
 .BR ENOMEM .
 In Linux 2.4.19, this was changed to the POSIX value
 .BR ENOMEM .
-.SH AVAILABILITY
+.PP
 On POSIX systems on which
 .BR msync ()
 is available, both
index 38e87a81f48c80ab3ed1da1d63c4ecc60330d8da..7a3705063d8bd59e7066d3f402b4435eef75b6b4 100644 (file)
@@ -73,7 +73,7 @@ respectively,
 that represent a large positive value, possibly positive infinity.
 .SH CONFORMING TO
 C99.
-.SH AVAILABILITY
+.PP
 On a glibc system, the macro
 .B HUGE_VAL
 is always available.
index 8249f8dea83ab5bdd13b27dbb3880474466d7b1d..794bf9706590612441eb594218cc0c1d95d12542 100644 (file)
@@ -22,7 +22,7 @@ The function returns 2 raised to the power of
 .IR z .
 .SH CONFORMING TO
 These function names are reserved for future use in C99.
-.SH AVAILABILITY
+.PP
 As at version 2.31, these functions are not provided in glibc.
 .\" But reserved in NAMESPACE.
 .SH SEE ALSO
index 58a561054b221ac8b9524a3e014471d853bc57d8..953ace2f62bdd4c8b0a1cb7dfb3b6910c10ac371 100644 (file)
@@ -33,7 +33,7 @@ Note that
 close to zero will cause an overflow.
 .SH CONFORMING TO
 These function names are reserved for future use in C99.
-.SH AVAILABILITY
+.PP
 Not yet in glibc, as at version 2.19.
 .\" But reserved in NAMESPACE.
 .SH SEE ALSO
index 2c9d7f53d3346d2534be0a5f6debf699c80b57d3..411f02a5adb512fbd6e6b59583abebb557f46d17 100644 (file)
@@ -139,7 +139,7 @@ T}  Thread safety   MT-Safe
 .TE
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008.
-.SH AVAILABILITY
+.PP
 These functions are available when
 .B _POSIX_THREAD_SAFE_FUNCTIONS
 is defined.