locale: remove TRAD_SYNOPSIS

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz 2017-11-30 01:20:53 -06:00
parent 03973c19e9
commit 59235deeec
5 changed files with 5 additions and 21 deletions

View File

@ -8,7 +8,7 @@ INDEX
INDEX
_duplocale_r
ANSI_SYNOPSIS
SYNOPSIS
#include <locale.h>
locale_t duplocale(locale_t <[locobj]>);

View File

@ -8,7 +8,7 @@ INDEX
INDEX
_freelocale_r
ANSI_SYNOPSIS
SYNOPSIS
#include <locale.h>
locale_t freelocale(locale_t <[locobj]>);

View File

@ -11,7 +11,7 @@ INDEX
INDEX
_localeconv_r
ANSI_SYNOPSIS
SYNOPSIS
#include <locale.h>
char *setlocale(int <[category]>, const char *<[locale]>);
lconv *localeconv(void);
@ -20,22 +20,6 @@ ANSI_SYNOPSIS
int <[category]>, const char *<[locale]>);
lconv *_localeconv_r(void *<[reent]>);
TRAD_SYNOPSIS
#include <locale.h>
char *setlocale(<[category]>, <[locale]>)
int <[category]>;
char *<[locale]>;
lconv *localeconv();
char *_setlocale_r(<[reent]>, <[category]>, <[locale]>)
char *<[reent]>;
int <[category]>;
char *<[locale]>;
lconv *_localeconv_r(<[reent]>);
char *<[reent]>;
DESCRIPTION
<<setlocale>> is the facility defined by ANSI C to condition the
execution environment for international collating and formatting

View File

@ -8,7 +8,7 @@ INDEX
INDEX
_newlocale_r
ANSI_SYNOPSIS
SYNOPSIS
#include <locale.h>
locale_t newlocale(int <[category_mask]>, const char *<[locale]>,
locale_t <[locobj]>);

View File

@ -8,7 +8,7 @@ INDEX
INDEX
_uselocale_r
ANSI_SYNOPSIS
SYNOPSIS
#include <locale.h>
locale_t uselocale(locale_t <[locobj]>);