[PATCH] perror.3: ffix
From: Alejandro Colomar <hidden>
Date: 2021-05-09 21:44:09
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alejandro Colomar <hidden>
Date: 2021-05-09 21:44:09
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Alejandro Colomar <redacted> --- man3/perror.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man3/perror.3 b/man3/perror.3
index ae271f343..e3eec1da3 100644
--- a/man3/perror.3
+++ b/man3/perror.3@@ -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
--
2.31.1