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 INDEX
ffs ffs
ANSI_SYNOPSIS SYNOPSIS
#include <strings.h> #include <strings.h>
int ffs(int <[word]>); int ffs(int <[word]>);
TRAD_SYNOPSIS
#include <strings.h>
int ffs(<[word]>);
DESCRIPTION DESCRIPTION
<<ffs>> returns the first bit set in a word. <<ffs>> returns the first bit set in a word.

View File

@ -42,7 +42,7 @@ INDEX
INDEX INDEX
__retarget_lock_release_recursive __retarget_lock_release_recursive
ANSI_SYNOPSIS SYNOPSIS
#include <lock.h> #include <lock.h>
struct __lock __lock___sinit_recursive_mutex; struct __lock __lock___sinit_recursive_mutex;
struct __lock __lock___sfp_recursive_mutex; struct __lock __lock___sfp_recursive_mutex;

View File

@ -7,16 +7,11 @@ INDEX
INDEX INDEX
unctrllen unctrllen
ANSI_SYNOPSIS SYNOPSIS
#include <unctrl.h> #include <unctrl.h>
char *unctrl(int <[c]>); char *unctrl(int <[c]>);
int unctrllen(int <[c]>); int unctrllen(int <[c]>);
TRAD_SYNOPSIS
#include <unctrl.h>
char *unctrl(<[c]>);
int unctrllen(<[c]>);
DESCRIPTION DESCRIPTION
<<unctrl>> is a macro which returns the printable representation of <[c]> <<unctrl>> is a macro which returns the printable representation of <[c]>
as a string. as a string.