From a38fc79ee9f7ccef78adf91aba8f5ae374803dfe Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 30 Nov 2017 02:17:18 -0600 Subject: stdlib: remove TRAD_SYNOPSIS Signed-off-by: Yaakov Selkowitz --- newlib/libc/stdlib/exit.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'newlib/libc/stdlib/exit.c') diff --git a/newlib/libc/stdlib/exit.c b/newlib/libc/stdlib/exit.c index 1dc5694..8d1be9d 100644 --- a/newlib/libc/stdlib/exit.c +++ b/newlib/libc/stdlib/exit.c @@ -12,15 +12,10 @@ FUNCTION INDEX exit -ANSI_SYNOPSIS +SYNOPSIS #include void exit(int <[code]>); -TRAD_SYNOPSIS - #include - void exit(<[code]>) - int <[code]>; - DESCRIPTION Use <> to return control from a program to the host operating environment. Use the argument <[code]> to pass an exit status to the -- cgit v1.1