Commit 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections") removed the NOTES section from floor(3), moving the explanation of overflow errors to HISTORY. The very same explanation is also there in ceil(3), rint(3), and round(3). Let's move it to HISTORY as well, for uniformity. Fixes: 4131356cd Signed-off-by: Kir Kolyshkin <kolyshkin@xxxxxxxxx> --- man/man3/ceil.3 | 4 ++-- man/man3/rint.3 | 4 ++-- man/man3/round.3 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/man3/ceil.3 b/man/man3/ceil.3 index 197920616..22d9e351f 100644 --- a/man/man3/ceil.3 +++ b/man/man3/ceil.3 @@ -53,7 +53,7 @@ .SH RETURN VALUE itself is returned. .SH ERRORS No errors occur. -POSIX.1-2001 documents a range error for overflows, but see NOTES. +POSIX.1-2001 documents a range error for overflows, but see HISTORY. .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7). @@ -79,7 +79,7 @@ .SH HISTORY .I double also conforms to SVr4, 4.3BSD, C89. -.SH NOTES +.P SUSv2 and POSIX.1-2001 contain text about overflow (which might set .I errno to diff --git a/man/man3/rint.3 b/man/man3/rint.3 index 262670571..8095e68ce 100644 --- a/man/man3/rint.3 +++ b/man/man3/rint.3 @@ -91,7 +91,7 @@ .SH RETURN VALUE itself is returned. .SH ERRORS No errors occur. -POSIX.1-2001 documents a range error for overflows, but see NOTES. +POSIX.1-2001 documents a range error for overflows, but see HISTORY. .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7). @@ -115,7 +115,7 @@ .SH STANDARDS C11, POSIX.1-2008. .SH HISTORY C99, POSIX.1-2001. -.SH NOTES +.P SUSv2 and POSIX.1-2001 contain text about overflow (which might set .I errno to diff --git a/man/man3/round.3 b/man/man3/round.3 index 268ec083c..1dd086e3c 100644 --- a/man/man3/round.3 +++ b/man/man3/round.3 @@ -56,7 +56,7 @@ .SH RETURN VALUE itself is returned. .SH ERRORS No errors occur. -POSIX.1-2001 documents a range error for overflows, but see NOTES. +POSIX.1-2001 documents a range error for overflows, but see HISTORY. .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7). @@ -78,7 +78,7 @@ .SH STANDARDS .SH HISTORY glibc 2.1. C99, POSIX.1-2001. -.SH NOTES +.P POSIX.1-2001 contains text about overflow (which might set .I errno to -- 2.45.2