summaryrefslogtreecommitdiffstats
path: root/man3/perror.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/perror.3')
-rw-r--r--man3/perror.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/perror.3 b/man3/perror.3
index 28098f2b1..768243da2 100644
--- a/man3/perror.3
+++ b/man3/perror.3
@@ -23,9 +23,10 @@ Standard C library
.PP
.B #include <errno.h>
.PP
-.BI "const char *const " sys_errlist [];
-.BI "int " sys_nerr ;
.BI "int " errno "; \fR/* Not really declared this way; see errno(3) */"
+.PP
+.BI "[[deprecated]] const char *const " sys_errlist [];
+.BI "[[deprecated]] int " sys_nerr ;
.fi
.PP
.RS -4