Commit 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections") results in a few problems with setjmp(3): 1. "Feature Test Macro Requirements for glibc" refers to NOTES, while those macros are now described in HISTORY. 2. The discussion about saving signal mask is now split between HISTORY and NOTES. Fix the references accordingly. Fixes: 4131356cd Signed-off-by: Kir Kolyshkin <kolyshkin@xxxxxxxxx> --- man/man3/setjmp.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man3/setjmp.3 b/man/man3/setjmp.3 index 2319feb47..39511e49d 100644 --- a/man/man3/setjmp.3 +++ b/man/man3/setjmp.3 @@ -26,7 +26,7 @@ .SH SYNOPSIS .RE .P .BR setjmp (): -see NOTES. +see HISTORY. .P .BR sigsetjmp (): .nf @@ -65,7 +65,7 @@ .SH DESCRIPTION was called and to restore ("rewind") the stack to its state at the time of the .BR setjmp () call. -In addition, and depending on the implementation (see NOTES), +In addition, and depending on the implementation (see NOTES and HISTORY), the values of some other registers and the process signal mask may be restored to their state at the time of the .BR setjmp () -- 2.45.2