Sync usage with man page.
[netbsd-mini2440.git] / distrib / syspkg / sets / comp / comp-fortran-man / DESCR
blobd519208c9a66fe94fa456fb1dfc32fc3959baf81
1 This package contains manual pages groff sources for compilers and tools for
2 the FORTRAN programming language, which include:
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;
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);
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.