1This package contains compilers and tools for the FORTRAN programming
2language, including the following:
3
4	asa - interpret carriage-control characters. The asa utility reads
5	files sequentially, mapping FORTRAN carriage-control characters
6	to line-printer control sequences, and writes them to the standard
7	output;
8
9	f77, fort77, g77 - GNU project Fortran Compiler (v0.5.24). The C
10	and F77 compilers are integrated; g77 is a program to call gcc
11	with options to recognize programs written in Fortran (ANSI
12	FORTRAN 77, also called F77). gcc processes input files through
13	one or more of four stages: prepro- cessing, compilation,
14	assembly, and linking. This man page contains full descriptions
15	for only F77-specific aspects of the compiler, though it also
16	contains summaries of some general-purpose options. For a fuller
17	explanation of the compiler, see gcc(1);
18
19	fpr - print Fortran file utility. fpr is a filter that transforms
20	files formatted according to Fortran's carriage control
21	conventions into files formatted according to UNIX line printer
22	conventions.
23