BSD 4_3 release
[unix-history] / usr / man / man3 / getc.3f
index 946ebf0..31c7fc0 100644 (file)
@@ -1,4 +1,11 @@
-.TH GETC 3F "19 January 1983"
+.\" Copyright (c) 1983 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)getc.3f     6.2 (Berkeley) 5/27/86
+.\"
+.TH GETC 3F "May 27, 1986"
+.UC 5
 .SH NAME
 getc, fgetc \- get a character from a logical unit
 .SH SYNOPSIS
 .SH NAME
 getc, fgetc \- get a character from a logical unit
 .SH SYNOPSIS
@@ -16,7 +23,7 @@ fortran logical unit, bypassing normal fortran I/O.
 reads from logical unit 5, normally connected to the control terminal input.
 .PP
 The value of each function is a system status code. Zero indicates no
 reads from logical unit 5, normally connected to the control terminal input.
 .PP
 The value of each function is a system status code. Zero indicates no
-error occured on the read; \-1 indicates end of file was detected.
+error occurred on the read; \-1 indicates end of file was detected.
 A positive value will be either a UNIX system error code or an f77 I/O error
 code. See perror(3F).
 .SH FILES
 A positive value will be either a UNIX system error code or an f77 I/O error
 code. See perror(3F).
 .SH FILES