nds32: remove TRAD_SYNOPSIS

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz 2017-11-30 01:38:06 -06:00
parent 4e8c64b928
commit ddd22ee069
1 changed files with 1 additions and 5 deletions

View File

@ -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.