Fix typo in strerror doc
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
a157df3165
commit
091a0ac120
|
@ -18,7 +18,7 @@ INDEX
|
|||
ANSI_SYNOPSIS
|
||||
#include <string.h>
|
||||
char *strerror(int <[errnum]>);
|
||||
char *strerror_l(int <[errnum]>, locale_t locale);
|
||||
char *strerror_l(int <[errnum]>, locale_t <[locale]>);
|
||||
char *_strerror_r(struct _reent <[ptr]>, int <[errnum]>,
|
||||
int <[internal]>, int *<[error]>);
|
||||
|
||||
|
|
Loading…
Reference in New Issue