perror.3: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-05-09 23:39:05 +02:00 committed by Michael Kerrisk
parent d62694cc6e
commit 27931e4a6b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ perror \- print a system error message
.PP
.B #include <errno.h>
.PP
.BI "const char * const " sys_errlist [];
.BI "const char *const " sys_errlist [];
.BI "int " sys_nerr ;
.BI "int " errno "; \fR/* Not really declared this way; see errno(3) */"
.fi