From 5ec11af4c442b79976592646358355187d739372 Mon Sep 17 00:00:00 2001 From: mazze Date: Wed, 2 Sep 2015 20:39:49 +0000 Subject: [PATCH] Slight reformattings for autodoc script. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@51070 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/posixc/siglongjmp.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compiler/posixc/siglongjmp.c b/compiler/posixc/siglongjmp.c index f8e5e1879f..a26944132c 100644 --- a/compiler/posixc/siglongjmp.c +++ b/compiler/posixc/siglongjmp.c @@ -11,7 +11,11 @@ NAME #include - void siglongjmp (jmp_buf env, int val); + void siglongjmp ( + +/* SYNOPSIS + jmp_buf env, + int val) FUNCTION Save the current context so that you can return to it later. @@ -51,7 +55,7 @@ BUGS SEE ALSO - setjmp() + stdc/setjmp() INTERNALS -- 2.11.4.GIT