From 27931e4a6be4fa8849f2de266343ef75a3403ad3 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 9 May 2021 23:39:05 +0200 Subject: [PATCH] perror.3: ffix Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- 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 .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