aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man3/setjmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/setjmp.3 b/man/man3/setjmp.3
index 2319feb472..39511e49d2 100644
--- a/man/man3/setjmp.3
+++ b/man/man3/setjmp.3
@@ -26,7 +26,7 @@ Feature Test Macro Requirements for glibc (see
.RE
.P
.BR setjmp ():
-see NOTES.
+see HISTORY.
.P
.BR sigsetjmp ():
.nf
@@ -65,7 +65,7 @@ to transfer control back to the point where
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 ()