X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Fperror.3;h=0a812a99e1db956572ad00dea7be9b8f715ce515;hb=110dba020f489b75aff2497105f7970c05e2b87c;hp=facc10e7d3311ce6b283067da7f4ffe9d576d769;hpb=c22bb444e1a8f4a0e08a82e80ea4ad06593869da;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/perror.3 b/original/man3/perror.3 index facc10e7..0a812a99 100644 --- a/original/man3/perror.3 +++ b/original/man3/perror.3 @@ -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 .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,