nds32: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
parent
4e8c64b928
commit
ddd22ee069
|
@ -5,14 +5,10 @@ FUNCTION
|
|||
INDEX
|
||||
abort
|
||||
|
||||
ANSI_SYNOPSIS
|
||||
SYNOPSIS
|
||||
#include <stdlib.h>
|
||||
void abort(void);
|
||||
|
||||
TRAD_SYNOPSIS
|
||||
#include <stdlib.h>
|
||||
void abort();
|
||||
|
||||
DESCRIPTION
|
||||
Use <<abort>> to signal that your program has detected a condition it
|
||||
cannot deal with. Normally, <<abort>> ends your program's execution.
|
||||
|
|
Loading…
Reference in New Issue