From fa03b85f87b8c0805f86c7db7dccd82cfbc4920c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 16 Feb 2016 12:50:19 +0100 Subject: [PATCH] longjmp.3: Remove redundant warning The warning that nonlocal gotos make a program hard to maintain is also given in setjmp(3). No need to repeat it here. Signed-off-by: Michael Kerrisk --- man3/longjmp.3 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/man3/longjmp.3 b/man3/longjmp.3 index 9623b7b9e..5e3722464 100644 --- a/man3/longjmp.3 +++ b/man3/longjmp.3 @@ -137,13 +137,6 @@ they are not declared as .P Analogous remarks apply for .BR siglongjmp (). -.P -.BR longjmp () -and -.BR siglongjmp () -make programs hard to -understand and maintain. -If possible, an alternative should be used. .SH SEE ALSO .BR setjmp (3), .BR sigsetjmp (3)