From 190c262bcd514d0c6788d3cce2801ecb397f640a Mon Sep 17 00:00:00 2001 From: mazze Date: Wed, 17 May 2017 06:37:07 +0000 Subject: [PATCH] Autodoc parser needs brackets. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54689 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/posixc/sigsuspend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/posixc/sigsuspend.c b/compiler/posixc/sigsuspend.c index 6bbabbd5da..984e5b8f67 100644 --- a/compiler/posixc/sigsuspend.c +++ b/compiler/posixc/sigsuspend.c @@ -53,8 +53,8 @@ BUGS SEE ALSO - kill, pause, sigaction, signal, sigprocmask, - sigwaitinfo, sigsetops, sigwait, signal + kill(), pause(), sigaction(), signal(), sigprocmask(), + sigwaitinfo(), sigsetops(), sigwait() INTERNALS POSIX.1-2001 -- 2.11.4.GIT