DESCR revision 1.1
11.1SjwiseThis package contains manual pages groff sources for compilers and tools for
21.1Sjwisethe FORTRAN programming language, which include:
31.1Sjwise
41.1Sjwise	asa - interpret carriage-control characters. The asa utility reads
51.1Sjwise	files sequentially, mapping FORTRAN carriage-control characters
61.1Sjwise	to line-printer control sequences, and writes them to the standard
71.1Sjwise	output;
81.1Sjwise
91.1Sjwise	f77, fort77, g77 - GNU project Fortran Compiler (v0.5.24). The C
101.1Sjwise	and F77 compilers are integrated; g77 is a program to call gcc
111.1Sjwise	with options to recognize programs written in Fortran (ANSI
121.1Sjwise	FORTRAN 77, also called F77). gcc processes input files through
131.1Sjwise	one or more of four stages: prepro- cessing, compilation,
141.1Sjwise	assembly, and linking. This man page contains full descriptions
151.1Sjwise	for only F77-specific aspects of the compiler, though it also
161.1Sjwise	contains summaries of some general-purpose options. For a fuller
171.1Sjwise	explanation of the compiler, see gcc(1);
181.1Sjwise
191.1Sjwise	fpr - print Fortran file utility. fpr is a filter that transforms
201.1Sjwise	files formatted according to Fortran's carriage control
211.1Sjwise	conventions into files formatted according to UNIX line printer
221.1Sjwise	conventions.
23