misc: remove TRAD_SYNOPSIS

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz 2017-11-30 01:39:06 -06:00
parent 1f1e477554
commit 191b4f35bc
3 changed files with 3 additions and 12 deletions

View File

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

View File

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

View File

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