longjmp.3: Refer the reader to NOTES in setjmp(3)

There the reader will see the just expanded discussion of
why nonlocal gotos can make code harder to maintain.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-16 13:10:25 +01:00
parent 405180660c
commit 84d75c06d5
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,9 @@ they are not declared as
.P
Analogous remarks apply for
.BR siglongjmp ().
See also the NOTES section in
.BR setjmp (3).
.SH SEE ALSO
.BR setjmp (3),
.BR sigsetjmp (3)