OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / perror.3
index facc10e..0a812a9 100644 (file)
@@ -28,7 +28,7 @@
 .\"   (msmith@falcon.mercer.peachnet.edu) and various other changes.
 .\" Modified 1996-05-16 by Martin Schulze (joey@infodrom.north.de)
 .\"
-.TH PERROR 3 2012-04-17 "" "Linux Programmer's Manual"
+.TH PERROR 3 2014-05-28 "" "Linux Programmer's Manual"
 .SH NAME
 perror \- print a system error message
 .SH SYNOPSIS
@@ -38,11 +38,11 @@ perror \- print a system error message
 .sp
 .B #include <errno.h>
 .sp
-.BI "const char *" sys_errlist [];
+.BI "const char * const " sys_errlist [];
 .br
 .BI "int " sys_nerr ;
 .br
-.BI "int " errno ;
+.BI "int " errno "; /* Not really declared this way; see errno(3). */"
 .sp
 .in -4n
 Feature Test Macro Requirements for glibc (see
@@ -142,7 +142,7 @@ are defined by glibc, but in
 .BR error (3),
 .BR strerror (3)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.68 of the Linux
 .I man-pages
 project.
 A description of the project,