misc: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
parent
1f1e477554
commit
191b4f35bc
|
@ -5,14 +5,10 @@ FUNCTION
|
|||
INDEX
|
||||
ffs
|
||||
|
||||
ANSI_SYNOPSIS
|
||||
SYNOPSIS
|
||||
#include <strings.h>
|
||||
int ffs(int <[word]>);
|
||||
|
||||
TRAD_SYNOPSIS
|
||||
#include <strings.h>
|
||||
int ffs(<[word]>);
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
<<ffs>> returns the first bit set in a word.
|
||||
|
|
|
@ -42,7 +42,7 @@ INDEX
|
|||
INDEX
|
||||
__retarget_lock_release_recursive
|
||||
|
||||
ANSI_SYNOPSIS
|
||||
SYNOPSIS
|
||||
#include <lock.h>
|
||||
struct __lock __lock___sinit_recursive_mutex;
|
||||
struct __lock __lock___sfp_recursive_mutex;
|
||||
|
|
|
@ -7,16 +7,11 @@ INDEX
|
|||
INDEX
|
||||
unctrllen
|
||||
|
||||
ANSI_SYNOPSIS
|
||||
SYNOPSIS
|
||||
#include <unctrl.h>
|
||||
char *unctrl(int <[c]>);
|
||||
int unctrllen(int <[c]>);
|
||||
|
||||
TRAD_SYNOPSIS
|
||||
#include <unctrl.h>
|
||||
char *unctrl(<[c]>);
|
||||
int unctrllen(<[c]>);
|
||||
|
||||
DESCRIPTION
|
||||
<<unctrl>> is a macro which returns the printable representation of <[c]>
|
||||
as a string.
|
||||
|
|
Loading…
Reference in New Issue