From Jerry Berkman
authorRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 11:50:38 +0000 (03:50 -0800)
committerRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 11:50:38 +0000 (03:50 -0800)
SCCS-vsn: share/man/man3f/perror.3 6.2

usr/src/share/man/man3f/perror.3

index 87ff2be..c9ca2d5 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)perror.3    6.1 (Berkeley) %G%
+.\"    @(#)perror.3    6.2 (Berkeley) %G%
 .\"
 .TH PERROR 3F ""
 .UC 5
 .\"
 .TH PERROR 3F ""
 .UC 5
@@ -65,13 +65,13 @@ The f77 I/O error codes and their meanings are:
 .br
 101    ``illegal unit number''
 .br
 .br
 101    ``illegal unit number''
 .br
-102    ``formatted io not allowed''
+102    ``formatted i/o not allowed''
 .br
 .br
-103    ``unformatted io not allowed''
+103    ``unformatted i/o not allowed''
 .br
 .br
-104    ``direct io not allowed''
+104    ``direct i/o not allowed''
 .br
 .br
-105    ``sequential io not allowed''
+105    ``sequential i/o not allowed''
 .br
 106    ``can't backspace file''
 .br
 .br
 106    ``can't backspace file''
 .br
@@ -91,15 +91,15 @@ The f77 I/O error codes and their meanings are:
 .br
 114    ``unit not connected''
 .br
 .br
 114    ``unit not connected''
 .br
-115    ``read unexpected character''
+115    ``invalid data for integer format term''
 .br
 .br
-116    ``blank logical input field''
+116    ``invalid data for logical format term''
 .br
 117    ``'new' file exists''
 .br
 118    ``can't find 'old' file''
 .br
 .br
 117    ``'new' file exists''
 .br
 118    ``can't find 'old' file''
 .br
-119    ``unknown system error''
+119    ``opening too many files or unknown system error''
 .br
 120    ``requires seek ability''
 .br
 .br
 120    ``requires seek ability''
 .br
@@ -108,3 +108,5 @@ The f77 I/O error codes and their meanings are:
 122    ``negative repeat count''
 .br
 123    ``illegal operation for unit''
 122    ``negative repeat count''
 .br
 123    ``illegal operation for unit''
+.br
+124    ``invalid data for d, e, f, or g format term''